
September 24th, 2005, 06:17 AM
|
|
Registered User
|
|
Join Date: Sep 2005
Posts: 1
Time spent in forums: 9 m 45 sec
Reputation Power: 0
|
|
BinarySearch on TextFile
im sorry but im new to vb.net so can u help me well i have two files one is called index file and the other data file
index file data file
0 44444 0 44444 SAm
1 33333 1 33333 john
2 5664 2 5664 -----
3 34554 3 34554 -----
4 5366 4 5366 -----
5 5353 5 5353 ------
so i want o search for id 5664 i type it in textbox and get its index from the index file and display its data for this index from the data file into a listbox
lol i know it s complicated im sorry if im bothering you but i need to do this so if u can help me that would be great thank u
|