I worked it out. Here is the bottom of my code;
Code:
}
#pragma endregion
private: System::Void button4_Click(System::Object^ sender, System::EventArgs^ e) {System::Diagnostics::Process::Start("C:\\Windows\\System32\\diskmgmt.msc");
}
};
}
Any ideas on how I can put if & else types onto the above type of command?
I'd really appreciate it if you could help me work that out.
Thanks in advance,
Panarchy
PS: Some links;
http://msdn.microsoft.com/en-us/libr...rol.click.aspx
http://msdn.microsoft.com/en-us/libr...ess.start.aspx