PDA

Click to See Complete Forum and Search --> : SEX AGAIN !


stjepan
Oct 11th, 2000, 09:38 AM
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
Use Command to retrieve the command line argument.

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
Another thing. Next time, please choose a legit met subject instead of "Sex Again."

V(ery) Basic
Oct 15th, 2000, 08:09 AM
He got a reply, though, didn't he?

Wink, wink, Megatron.

Oct 15th, 2000, 09:51 AM
I try to look at all threads, regardless of their title, but it would be helpful to have a legit met subject.

stjepan
Oct 15th, 2000, 06:17 PM
Thanks guys !

polly
Oct 15th, 2000, 09:52 PM
World

Oct 16th, 2000, 02:26 PM
Your Welcome