User Profile
Collapse
-
Yay, Success at last. Thankyou,Thanky ou,Thankyou,Tha nkyou,Thankyou, Thankyou, -
this is my code
Option Explicit
Dim ArrayPassword() As String
Private Sub Form_Load()
Dim FileIn As Integer
Dim inputdata As String
ReDim ArrayPassword(0 )
FileIn = FreeFile
On Error GoTo Error_Laden
Open "\\MAM-INET\aimee.burn s$\SDD\Year12\p roject\password s.txt" For Input As #FileIn
Do While Not EOF(FileIn)
ReDim Preserve...Leave a comment:
-
Searching for a specific word in a text file using VB6
For a school project i am attempting to create a register and login section of a program. i have managed to create the register by writing user names and passwords to a text document, as we cannot use access databases. however in order to do the actual login i have no idea on how to search the text file for a specific password. All my inputs are in text boxes, and i was wondering if anyone could be any help.
No activity results to display
Show More
Leave a comment: