Results 1 to 3 of 3

Thread: Question about Speed

  1. #1
    Guest
    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 ?

  2. #2
    Hyperactive Member
    Join Date
    Nov 1999
    Posts
    363
    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.
    Wade

  3. #3
    Frenzied Member
    Join Date
    Mar 2000
    Posts
    1,089
    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
  •  



Click Here to Expand Forum to Full Width