Software Development Network>> VS Express Editions>> A noobie question
Have a look at the System::Diagnostics::Process::Start method:
A noobie question
Martin Hellspong
Have a look at the System::Diagnostics::Process::Start method:
System::Diagnostics::Process::Start("notepad.exe");
Alistair Peterson