Forum: Tech Help
2002-11-05, 12:33 PM
|
Replies: 9
Views: 2,529
mjordan2nd: Try this, should work in any c...
mjordan2nd: Try this, should work in any c compiler that supports Win32. It'll run Notepad untill you quit it via the taskmanager.....
#include <windows.h>
int WINAPI WinMain(HINSTANCE...
|