07-29-2011, 05:10 AM
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.
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
---------------------------------------
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
---------------------------------------