How can you read content from file?
Answers were Sorted based on User's Feedback
Answer / mohit mathur
FileSystemObject is used to handle file reading/writing.
We can add 'Scripting Runtime' option from the references
and use filesystemobject.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
How to declare Dll Procedure?
How many File System Controls are there ? Explain.
Record set object consists of what?
How come I get a "No Current Record" error when I use a a Data Control on an empty table?
How would you attach an ActiveX control in Your Application?
How can you get selected file from file system Control?
Dim x, y as integer. What is x and y data type?
How to trap Data Base Error?
which property used to add a menus at runtime?
How to get Cursor position using API?
Explain Default cursor Type and LockEdits type in RDO?
What are the types of API Types.