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
How would you use ActiveX Dll and ActiveX Exe in your application?
Can you tell me the properties of the controls?
What are the types of API Types.
Whether HTML supports multimedia: and document links?
What about DLL calls that require callbacks?
It possible to call OLEDB?s Features directly in VB without using any control?
Types of cursors in RDO.
What is the difference between change event in normal combobox and dbcombobox?
Explain the usage of Web Browser Control?
How would you convert a form into document?
What is meant by Establish Connection in RDO?
What is meant by Establish Connection in RDO? 74.1s it possible to Access BackEnd procedures? Explain.
what is the Difference between Recordset and Querydef?
Is there a way to break long lines in VB code?
How would you add column headers in listview control?