|
-
Apr 21st, 2004, 06:38 PM
#1
Thread Starter
Hyperactive Member
open file with double click
Hi friends,
If i link a extension to a program i made in vb and double click on it. how can i program my application that he reads that file?
thanks,
-
Apr 21st, 2004, 06:40 PM
#2
The picture isn't missing
"how can i program my application that he reads that file?"
you would need to do the showing the data part yourself, but if you got your program to open after they double clicked it, just use the Command() function to get the filename:
private sub form_load()
msgbox Command
end sub
-
Apr 21st, 2004, 06:40 PM
#3
Frenzied Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|