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
Draw Sequence Modal of DAO and Explain?
What is the use of NEW Keyword? Explain.
How to find the current record position in data control?
What do you mean by provider?
What is OLEDB?
___ Property is used to count no. of items in a combobox.
Types of ActiveX Components in VB?
How would you run your ActiveX Document Dll?
How do I call a DLL?
When/Why should I use Option Explicit?
Types of Resultsets.
What are the uses of List View Control?
How to use hyperlink?
Through which protocol OLEDB components are interfaced?
Explain about creating VB applications in excel?