
how to receive 'parameters'
Quote:
>hi,
>i want my program to receive the file in which i double-clicked to open
>my program....
>how can i do that ?
>does the event load form as a option for this ??
>thanks,
>jo?o
When you double click on a file, windows starts the associated application
with the filename as a command-line argument. You can read that argument in
vb using the command function.
Hope this helps
Nathan