Answer Posted / vinforum
Dim nFilenum
nFilenum = FreeFile
Open App.Path & "\test.txt" For Input As nFilenum
Text1.Text = Input(LOF(nFilenum), nFilenum)
Close (nFilenum)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of Hyperlink control for DHTML applications?
How do I access C style strings?
What is snapshot in vb?
Does VB support pointers to functions?
What is hyperlink?
How do I call help files from a VB program?
What is the default model of the form?
How would you create Visual basic Document file?
what are the types of LockEdits in DAO?
____ property is used to lock a textbox to enter a datas.
What is executenonquery in vb net?
What is Seek Method which type of record set is available this?
What is the need of tabindex property is label control?
How do I use GetPrivateProfileString to read from INI files?
What is the use of Immediate, Local Window?