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

Visual Basic

 
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 
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 
You will need to use the "Basic" methods for file handling.

For example:

FileHandle = FreeFile()
Open [FilePath] for Output as FileHandle
Print #FileHandle,"This is a test string"
Close FileHandle


HTH

[Edit]Had to change since < was intepreted differently[/Edit]
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 
GeneralRe: how to show image during saving data? Pin
Luc Pattyn1-Apr-08 3:26
sitebuilderLuc Pattyn1-Apr-08 3:26 
QuestionRun-time error '424' Object required Pin
nilam24771-Apr-08 1:02
nilam24771-Apr-08 1:02 
GeneralRe: Run-time error '424' Object required Pin
Dave Kreskowiak2-Apr-08 3:23
mveDave Kreskowiak2-Apr-08 3:23 
Generalconnecting two machines using sun orb and iiop.net not working Pin
srikar5851-Apr-08 0:22
srikar5851-Apr-08 0:22 

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.