Click here to Skip to main content
15,920,468 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Question on Directory Pin
Anonymous2-Aug-05 22:12
Anonymous2-Aug-05 22:12 
GeneralRe: Question on Directory Pin
Dave Kreskowiak3-Aug-05 6:33
mveDave Kreskowiak3-Aug-05 6:33 
GeneralAccess... Pin
vtalau2-Aug-05 17:29
vtalau2-Aug-05 17:29 
GeneralRe: Access... Pin
Christian Graus2-Aug-05 18:20
protectorChristian Graus2-Aug-05 18:20 
GeneralOperation New() :: Plase help me Pin
TooLeeDiN2-Aug-05 17:20
TooLeeDiN2-Aug-05 17:20 
GeneralRe: Operation New() :: Plase help me Pin
Christian Graus2-Aug-05 18:01
protectorChristian Graus2-Aug-05 18:01 
GeneralParsing Comma Delimited data in txt file Pin
MeterMan2-Aug-05 16:47
MeterMan2-Aug-05 16:47 
GeneralRe: Parsing Comma Delimited data in txt file Pin
Christian Graus2-Aug-05 16:59
protectorChristian Graus2-Aug-05 16:59 
win32newb wrote:
Dim sr As New System.IO.StreamReader(oFileDlg.FileName)
MessageBox.Show(oFileDlg.FileName)
sr.Close()


Do you really want to just open and close it there ?

I would forget this, and just use a normal text file reader, read a line at a time and use the split function on the string class to split by ,.


Christian Graus - Microsoft MVP - C++
GeneralRe: Parsing Comma Delimited data in txt file Pin
MeterMan7-Aug-05 19:07
MeterMan7-Aug-05 19:07 
GeneralRe: Parsing Comma Delimited data in txt file Pin
Christian Graus7-Aug-05 19:13
protectorChristian Graus7-Aug-05 19:13 
GeneralRe: Parsing Comma Delimited data in txt file Pin
MeterMan7-Aug-05 19:25
MeterMan7-Aug-05 19:25 
GeneralRe: Parsing Comma Delimited data in txt file Pin
Christian Graus8-Aug-05 13:07
protectorChristian Graus8-Aug-05 13:07 
GeneralRe: Parsing Comma Delimited data in txt file Pin
MeterMan8-Aug-05 13:13
MeterMan8-Aug-05 13:13 
GeneralRe: Parsing Comma Delimited data in txt file Pin
Christian Graus8-Aug-05 13:18
protectorChristian Graus8-Aug-05 13:18 
GeneralRe: Parsing Comma Delimited data in txt file Pin
MeterMan8-Aug-05 15:26
MeterMan8-Aug-05 15:26 
GeneralRe: Parsing Comma Delimited data in txt file Pin
Christian Graus8-Aug-05 17:15
protectorChristian Graus8-Aug-05 17:15 
GeneralRe: Parsing Comma Delimited data in txt file Pin
Scott Serl2-Aug-05 21:29
Scott Serl2-Aug-05 21:29 
GeneralRe: Parsing Comma Delimited data in txt file Pin
MeterMan3-Aug-05 6:02
MeterMan3-Aug-05 6:02 
GeneralAccess...pass a value from one form to another form Pin
vtalau2-Aug-05 16:27
vtalau2-Aug-05 16:27 
GeneralRe: Access...pass a value from one form to another form Pin
RichardBerry3-Aug-05 0:36
RichardBerry3-Aug-05 0:36 
GeneralSet Date and Time on Terminal Pin
gilbertors2-Aug-05 15:17
gilbertors2-Aug-05 15:17 
GeneralWindows Registry Check Pin
andyr20052-Aug-05 11:04
andyr20052-Aug-05 11:04 
GeneralRe: Windows Registry Check Pin
Christian Graus2-Aug-05 14:43
protectorChristian Graus2-Aug-05 14:43 
GeneralRe: Windows Registry Check Pin
andyr20053-Aug-05 1:58
andyr20053-Aug-05 1:58 
GeneralRe: Windows Registry Check Pin
Christian Graus3-Aug-05 13:09
protectorChristian Graus3-Aug-05 13:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.