Description: Windows based programming-- Windows Forms chapter now has become the world's most widely used operating system, which makes learning Windows programming has become very important. , And other programming languages, we are also a very simple example start learning Windows programming. This example will establish a WinForms and intermediate forms show "Hello" string (see figure 1). 1. The process begins and ends and the C language main () function, Windows programs from WinMain () function beginning and ending. WinMain () function is defined in WINBASE.H, its prototype is as follows : int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd), the first of which parameters (HINSTANCE hInstance) are examples of procedures handle, the handle
File list (Check if you may need any files):