C# making a button load scrip tools
Posted: Sat Sep 15, 2007 6:58 pm
im working in C# and i want to make a button load script tools. how would i make it so that when i click the buttin script tools loads?
Visit remnantmods.com for more information
http://www.halomods.info/
Add:grimdoomer wrote:im working in C# and i want to make a button load script tools. how would i make it so that when i click the buttin script tools loads?
Code: Select all
using System.Diagnostics;
Code: Select all
Process.Start(@"c:\file\path\to\file.exe");