Results 1 to 8 of 8

Thread: SEX AGAIN !

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2000
    Location
    Belgrade,Yugoslavia
    Posts
    34
    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 ?

  2. #2
    Guest
    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

  3. #3
    Guest
    Another thing. Next time, please choose a legit met subject instead of "Sex Again."

  4. #4
    Fanatic Member
    Join Date
    Apr 2000
    Location
    Whats a location?
    Posts
    516

    Wink

    He got a reply, though, didn't he?

    Wink, wink, Megatron.
    Courgettes.

  5. #5
    Guest
    I try to look at all threads, regardless of their title, but it would be helpful to have a legit met subject.

  6. #6

    Thread Starter
    Member
    Join Date
    Oct 2000
    Location
    Belgrade,Yugoslavia
    Posts
    34

    Talking

    Thanks guys !

  7. #7
    New Member
    Join Date
    Oct 2000
    Posts
    1

    Angry Hello

    World

  8. #8
    Guest
    Your Welcome

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width