|
-
Oct 11th, 2000, 09:38 AM
#1
Thread Starter
Member
Ok ! I make the file association, but there is a problem. When i double-click the file - it only opens the application, but does not display the desired file !
Why ?
-
Oct 11th, 2000, 02:15 PM
#2
Use Command to retrieve the command line argument.
Code:
Private Sub Form_Load()
'The filename of the file that was double clicked is
'represented by "Command", therefor, simply call your
'load function using "Command" as the file name.
'For example, if you were making a Text Editor
Open Command For Input As #1
Text1 = Input(LOF(1), 1)
Close #1
End Sub
-
Oct 11th, 2000, 02:19 PM
#3
Another thing. Next time, please choose a legit met subject instead of "Sex Again."
-
Oct 15th, 2000, 08:09 AM
#4
Fanatic Member
He got a reply, though, didn't he?
Wink, wink, Megatron.
-
Oct 15th, 2000, 09:51 AM
#5
I try to look at all threads, regardless of their title, but it would be helpful to have a legit met subject.
-
Oct 15th, 2000, 06:17 PM
#6
Thread Starter
Member
-
Oct 15th, 2000, 09:52 PM
#7
New Member
Hello
-
Oct 16th, 2000, 02:26 PM
#8
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
|