|
-
Mar 29th, 2000, 08:04 PM
#5
transcendental analytic
Copy the function in my last post and put this in your form_load event:
For Each n In GetCommandLine
If Not IsEmpty(n) Then Loadfile n: Exit For
Next n
And if you're making an MDI app, remove the Exit for. Rename Loadfile method, for whatever your method is to load the file.
Hope you get things work now!
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
|