Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
vb+(OPENING A FILE)
Name: thennarasu Date: June 10, 2002 at 06:14:08 Pacific
Comment:
SIR, I WANT TO OPEN A file(exe) when i click an button of specified path. please give me in detail
Summary: Is there a way in perl (or any other way) to open and read a file on a remote server where the directory is not a shared resource? I need to parse a log file and do not want to share it. ...
Summary: Sorry for the double posting but i needed to change the subject.... Im trying to make a function in c that returns a file pointer to the main program so that i can manipulate the file further. is this...
Summary: 'open a file in Inernet Explorer Private Sub Command1_Click() myFile = "D:\Desktop\foo.html" returnID = Shell("c:\progra~1\intern~1\iexplore.exe -nohome" & myFile, vbNormalFocus) End Sub ...