Click here to Skip to main content
15,918,889 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: VB.Net Language Statement Pin
Fernando Soto23-May-05 13:13
Fernando Soto23-May-05 13:13 
GeneralADODC Control Pin
ems18p23-May-05 8:40
ems18p23-May-05 8:40 
GeneralSaving in VB Pin
siskomike23-May-05 6:51
siskomike23-May-05 6:51 
GeneralRe: Saving in VB Pin
Brian Van Beek23-May-05 7:24
Brian Van Beek23-May-05 7:24 
GeneralRe: Saving in VB Pin
siskomike23-May-05 7:50
siskomike23-May-05 7:50 
GeneralRe: Saving in VB Pin
Brian Van Beek23-May-05 7:58
Brian Van Beek23-May-05 7:58 
GeneralRe: Saving in VB Pin
siskomike23-May-05 8:19
siskomike23-May-05 8:19 
GeneralRe: Saving in VB Pin
Brian Van Beek23-May-05 8:50
Brian Van Beek23-May-05 8:50 
'read
Dim l_string As String
Dim i As Integer
FileOpen(1, "doc.txt", OpenMode.Input)
For i = 1 To 3
Input(1, l_string)
Next i
'you will only need to do the input once so the for loop could be left out

'write the file
FileOpen(1, "doc.txt", OpenMode.Output)
Write(1, "# of times opened")
FileClose(1)

this should work, it's been a long time since i did vb6 programming. (this is vb6 btw)

I got the "memory jolt" from here[^]

Brian Van Beek
My Blog is Awesome, ok maybe not, but is still fun!!
GeneralRe: Saving in VB Pin
siskomike23-May-05 9:05
siskomike23-May-05 9:05 
GeneralStartposition of a form Pin
KreativeKai23-May-05 6:44
professionalKreativeKai23-May-05 6:44 
GeneralRe: Startposition of a form Pin
Fernando Soto23-May-05 7:47
Fernando Soto23-May-05 7:47 
GeneralRe: Startposition of a form Pin
KreativeKai24-May-05 8:59
professionalKreativeKai24-May-05 8:59 
GeneralEnd User Form Customization Pin
mtone23-May-05 5:31
mtone23-May-05 5:31 
GeneralApplication TimeOut Pin
mtone23-May-05 5:23
mtone23-May-05 5:23 
GeneralRe: Application TimeOut Pin
Dave Kreskowiak24-May-05 4:26
mveDave Kreskowiak24-May-05 4:26 
GeneralDisplay Date Pin
macca2423-May-05 5:02
macca2423-May-05 5:02 
GeneralRe: Display Date Pin
chrismerrill23-May-05 5:12
chrismerrill23-May-05 5:12 
GeneralRe: Display Date Pin
macca2423-May-05 5:15
macca2423-May-05 5:15 
GeneralRe: Display Date Pin
KreativeKai23-May-05 6:47
professionalKreativeKai23-May-05 6:47 
GeneralRe: Display Date Pin
Dave Kreskowiak23-May-05 7:54
mveDave Kreskowiak23-May-05 7:54 
GeneralRe: Display Date Pin
Anonymous23-May-05 8:53
Anonymous23-May-05 8:53 
GeneralRe: Display Date Pin
mtone23-May-05 8:58
mtone23-May-05 8:58 
GeneralRe: Display Date Pin
macca2423-May-05 8:57
macca2423-May-05 8:57 
GeneralRe: Display Date Pin
Dave Kreskowiak23-May-05 10:36
mveDave Kreskowiak23-May-05 10:36 
GeneralRe: Display Date Pin
chrismerrill23-May-05 9:31
chrismerrill23-May-05 9:31 

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.