Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help! I need you!
#2
You can use:

Process.Start("c:\whateveruwanttorun.exe")
or
Shell("c:\whateveruwanttorun.exe) (don't know exactly of this one will work)


you can also put all the exe's from a directory in a listbox:

Dim exeArray As String() = FileIO.FileSystem.GetFiles(Application.StartupPath, 2, "*.exe").ToArray

ListBox1.Items.AddRange(exeArray)


and then run them for example from there by clicking on them.
---------------------------------------
Earn money for all your games!
<!-- m --><a class="postlink" href="http://www.cashle.com/us/1936/Earn-money-for-all-y">http://www.cashle.com/us/1936/Earn-money-for-all-y</a><!-- m -->
our-games?ref=ekel
---------------------------------------


Messages In This Thread
Help! I need you! - by TheT3chie - 07-28-2011, 11:32 AM
Re: Help! I need you! - by LearningVB2010 - 07-29-2011, 05:10 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)