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.
Opening specific files using vb
Name: Hunter Date: November 5, 2002 at 00:33:13 Pacific OS: xp CPU/Ram: 128
Comment:
Hi there!
I would like to open a specied file using vb.
I have 2 command buttons.
button A will open the file named "Sample.xls" on my local drive (c:\) Button B will open the file "Sample2.xls" on a network drive (\\one\two)
Question: what codes will i use to accomplish this?
Thank you very much in advance for those who will respond.
Summary: Ok, so by working with random files you mean to open the file as random. please Let me know if i have the following steps right... create an array determine its record structure put info in it save ...
Summary: In my VB6 program, i output a text file (in html format). How would i go about opening the file i just created in internet explorer automatically after the file is created. or even better, just print ...