|
-
May 21st, 2003, 10:17 AM
#1
Shellexecute, Multiple files
I need to open multiple files without opening the same program several times. How can I open several files, using only one shellexecute call.
The following code works put opens two instance of the aplication.
I need only one instance of the aplication
sfile1="C:\data.pdb"
sfile2="C:\prod.pdb"
ShellExecute Me.hwnd, "", sfile1, sCommand, sWorkDir, 1
ShellExecute Me.hwnd, "", sfile2, sCommand, sWorkDir, 1
Please help...
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
|