PDA

View Full Version : [Request] .Txt extension opening



Hammer
12-10-2007, 01:32 PM
Can i make my vb application run a .txt file?
If yes, can you help me how?

nvstoned
12-15-2007, 10:52 AM
Open "c:\boot.ini" For Input As #1
MsgBox Input(LOF(1), 1)

Hammer
12-17-2007, 12:46 PM
Whee, thanks!!