|
-
Mar 21st, 2000, 10:53 PM
#1
Does anyone know what the fastest way to load/run and EXE file from another program is ?
I've tried Shell and ShellExecute API, Is there anything faster ?
-
Mar 22nd, 2000, 12:23 AM
#2
Hyperactive Member
Those are the only that I'm aware of, but if you want it to appear faster, maybe you could load the external app ahead of time, but open it to a hidden state, and then show it when the user needs it.
-
Mar 22nd, 2000, 01:46 AM
#3
Frenzied Member
have you tried compiling your project, see how fast it is then before you start getting woried about speed, VB is quite slow when it's not compiled.
also, who wrote the program, If it was you, or a bloke you know then ask them to compile it as a dll, that's usually faster.
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
|