C Gui Tutorial Tutorial Create A Simple Application With C
There is simple hello world app which was done without Visual Studio Every control is class in C# You should create new object from these classes and you'll prepare all properties manual just like thatCreate a mainc file adding it to the project and then type the following code #include int APIENTRY WinMain(HINSTANCE hInst, HINSTANCE hInstPrev, PSTR cmdline, int cmdshow) { return MessageBox(NULL, "hello, world", "caption", 0);
