how to read file...

  • Thread starter Thread starter Supra
  • Start date Start date
S

Supra

in vb6:
dim strtemp as string, intFile as integer
intFile=FreeFile
strtemp==App.Path & "\Colours.dat"
Open strTemp For Random Access read as #intFile Len = Len(GetColurs)
Get #intFile, , GetColours
Close #intFile

how will i do in vb.net I wanted to retrieve and store in listbox

regards,
supra
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top