Greetings
I've created a Windows Forms [Visual C++] project within Microsoft Visual Studio 2008.
I've been able to create a button.
Now how do I make that button correspond to a ShellExecute command, eg;
Code:
ShellExecute(NULL, TEXT("open"), TEXT("diskmgmt.msc"), NULL, NULL, SW_HIDE);
Thanks in advance for any suggestions,
Panarchy
PS: In case you need it, here's the code:
http://www.mediafire.com/?lj2ma33kwmw