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 property page Wizard in ActiveX Control?
Difference between Dynaset and Snapshot?
What is dao in vb?
Scope of API's can be of types, what are they?
What is a toolbox in visual basic?
Discuss the working with to-do lists.
What is hyperlink?
How can you Implement windows functionality in VB?
How do I get the number of free bytes on a disk?
How would you convert a form into document?
How can you Navigate from the DHTML application to another DHTML application? .
Are there any examples of commercial applications built using Visual Basic?
Scope of API?s can be of different types, what are they Why API functions are Required?
VB ActiveX: Create a "drivelist"(D1) box, a "folderlistbox"(FLD1) that changes whenever D1 is changed , and a "FilelistBox"(FIL1) that is populated with the file lists under the selected directory in (D1).The file selected is stored in a variable "filename" along with the path. Question: How to use this activeX control in VC++ to get the selected filename?
Explain the types of Views in Listview Control?