Results 1 to 2 of 2

Thread: Get the filename...

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2000
    Posts
    21

    Post

    I've made a little icon viewer, associated to the ".ico" extension.
    But how can I get the filename of a clicked icon file (in the explorer for example), to open my app whith it (in the form_load)?

    Thank you...


  2. #2
    Junior Member
    Join Date
    Feb 2000
    Posts
    21

    Post

    Command() returns the parameter string passed to your program... Give it a try!

    Sub Form_Load()
    DoSomethingWithIcoFile Command()
    End Sub


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