up: programming:windows:windows  
programming windows
windows creation
What links here?
This creates an instance of a window. The window could be one of your own creation, or one of the built-in windows.

//create wnd of the 'class' just registered
hwnd = CreateWindowEx(0,                                  //more or 'extended' styles
                     chClassName,                        //the 'class' of window to create
                     TEXT("Rich Edit Controls"),         //the window title
                     WS_OVERLAPPEDWINDOW,                //window style: how it looks
                     GetSystemMetrics(SM_CXSCREEN)/4,    //window position: left
                     GetSystemMetrics(SM_CYSCREEN)/4,    //window position: top
                     GetSystemMetrics(SM_CXSCREEN)/2,	  //window width
                     GetSystemMetrics(SM_CYSCREEN)/2,	  //window height
                     NULL,                               //parent window handle
                     NULL,                               //handle to this windows's menu
                     hInstance,                          //application instance
                     NULL);                              //user defined information
programming:windows:windows creation
programming:microchip pics:pic_labx_20_pushbuttons
AutoCAD LISP - CAAR
AutoCAD Entity Definitions - attribute definition
programming - javascript - navigator object
Topical Bible - Food
test page 005 - escaping of ampersands
electronics - Complex programmable logic device
remove roof trusses
filename:programming:windows:windows creation
filename:programming%3Awindows%3Awindows%20creation
last edit:March 24 2010 19:24:12 (5446 days ago)
ct = 1740079826.000000 = February 20 2025 14:30:26
ft = 1269473052.000000 = March 24 2010 19:24:12
dt = 470606774.000000