Click here to Skip to main content
16,005,339 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionTextFieldParser language question Pin
Vinny_681-Apr-08 4:48
Vinny_681-Apr-08 4:48 
GeneralRe: TextFieldParser language question Pin
Luc Pattyn1-Apr-08 5:38
sitebuilderLuc Pattyn1-Apr-08 5:38 
GeneralRe: TextFieldParser language question Pin
Vinny_682-Apr-08 2:06
Vinny_682-Apr-08 2:06 
GeneralRe: TextFieldParser language question Pin
Luc Pattyn2-Apr-08 2:27
sitebuilderLuc Pattyn2-Apr-08 2:27 
GeneralNew to VB - NewFile Dialog / SaveFile Dialog help needed. Pin
Adam.m.Nelson1-Apr-08 3:30
Adam.m.Nelson1-Apr-08 3:30 
GeneralRe: New to VB - NewFile Dialog / SaveFile Dialog help needed. Pin
Mitch F.1-Apr-08 9:59
Mitch F.1-Apr-08 9:59 
GeneralRe: New to VB - NewFile Dialog / SaveFile Dialog help needed. Pin
Adam.m.Nelson1-Apr-08 10:33
Adam.m.Nelson1-Apr-08 10:33 
GeneralRe: New to VB - NewFile Dialog / SaveFile Dialog help needed. [modified] Pin
Mitch F.1-Apr-08 10:39
Mitch F.1-Apr-08 10:39 
You're welcome. If that doesn't work, you could also try,

Dim sW As New IO.StreamWriter(pathToFile)

or
<br />
Dim sW As IO.StreamWriter <br />
sW = New IO.StreamWriter(pathToFile)<br />


I hope this helps; I haven't used the programming tools included with Office for a couple of years.

modified on Tuesday, April 1, 2008 8:47 PM

GeneralRe: New to VB - NewFile Dialog / SaveFile Dialog help needed. Pin
Adam.m.Nelson2-Apr-08 2:17
Adam.m.Nelson2-Apr-08 2:17 
GeneralRe: New to VB - NewFile Dialog / SaveFile Dialog help needed. Pin
ChandraRam1-Apr-08 21:05
ChandraRam1-Apr-08 21:05 
GeneralRe: New to VB - NewFile Dialog / SaveFile Dialog help needed. Pin
Adam.m.Nelson2-Apr-08 2:19
Adam.m.Nelson2-Apr-08 2:19 
GeneralRe: New to VB - NewFile Dialog / SaveFile Dialog help needed. Pin
ChandraRam2-Apr-08 19:15
ChandraRam2-Apr-08 19:15 
AnswerRe: New to VB - NewFile Dialog / SaveFile Dialog help needed. Pin
Adam.m.Nelson3-Apr-08 2:19
Adam.m.Nelson3-Apr-08 2:19 
GeneralRe: New to VB - NewFile Dialog / SaveFile Dialog help needed. Pin
ChandraRam3-Apr-08 3:05
ChandraRam3-Apr-08 3:05 
GeneralRe: New to VB - NewFile Dialog / SaveFile Dialog help needed. Pin
Adam.m.Nelson3-Apr-08 8:15
Adam.m.Nelson3-Apr-08 8:15 
GeneralRe: New to VB - NewFile Dialog / SaveFile Dialog help needed. Pin
ChandraRam3-Apr-08 8:22
ChandraRam3-Apr-08 8:22 
GeneralRe: New to VB - NewFile Dialog / SaveFile Dialog help needed. Pin
Adam.m.Nelson3-Apr-08 9:01
Adam.m.Nelson3-Apr-08 9:01 
GeneralRe: New to VB - NewFile Dialog / SaveFile Dialog help needed. Pin
ChandraRam3-Apr-08 20:55
ChandraRam3-Apr-08 20:55 
GeneralRe: New to VB - NewFile Dialog / SaveFile Dialog help needed. Pin
Adam.m.Nelson4-Apr-08 4:17
Adam.m.Nelson4-Apr-08 4:17 
GeneralRe: New to VB - NewFile Dialog / SaveFile Dialog help needed. Pin
Dave Kreskowiak4-Apr-08 5:23
mveDave Kreskowiak4-Apr-08 5:23 
GeneralRe: New to VB - NewFile Dialog / SaveFile Dialog help needed. Pin
Adam.m.Nelson4-Apr-08 9:01
Adam.m.Nelson4-Apr-08 9:01 
GeneralRe: New to VB - NewFile Dialog / SaveFile Dialog help needed. Pin
Adam.m.Nelson4-Apr-08 9:09
Adam.m.Nelson4-Apr-08 9:09 
Questionhow to show image during saving data? Pin
samrat.net1-Apr-08 2:13
samrat.net1-Apr-08 2:13 
AnswerRe: how to show image during saving data? Pin
Aks 0051-Apr-08 2:48
Aks 0051-Apr-08 2:48 
GeneralRe: how to show image during saving data? Pin
samrat.net1-Apr-08 3:08
samrat.net1-Apr-08 3:08 

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.