Software Development Network>> Visual C++>> Opening files
Use the system functions. E.g. system (notepad.exe) should open notepad.exe. for more details, search for the system method on msdn.microsoft.com
Opening files
BURK
Use the system functions. E.g. system (notepad.exe) should open notepad.exe. for more details, search for the system method on msdn.microsoft.com
Thanks, Ayman Shoukry VC++ Team