Hi,
I am lost in coming up with an algorithm and syntax for vb.net to perform a task similar to vlookup function in excel.
The text file contains a series of data with each data in a new line. The data should consist of 2 columns. The first word is written immediately as the file opens and the second word is written after a tab. It is something like below:
Username Password
Alexander 12345
The program will have a drop list and user can select Alexander while the program will automatically shows 12345 in text box in the same form.
Anyone can help? I am newbie in this. Thanks.
I am lost in coming up with an algorithm and syntax for vb.net to perform a task similar to vlookup function in excel.
The text file contains a series of data with each data in a new line. The data should consist of 2 columns. The first word is written immediately as the file opens and the second word is written after a tab. It is something like below:
Username Password
Alexander 12345
The program will have a drop list and user can select Alexander while the program will automatically shows 12345 in text box in the same form.
Anyone can help? I am newbie in this. Thanks.
Comment