Free OpenGL MDI example
Click here to go to the OpenGL MDI example

Win32 Reference


Standard Control Classes

The first group of controls you can use with Win32 applications are called standard controls. When you use these control class names with CreateWindow or CreateWindowEx you should put them within speech marks.
i.e.

CreateWindowEx(0, "BUTTON", . . .

BUTTON CHECKBOX RADIOBUTTON GROUPBOX COMBOBOX
EDIT LISTBOX SCROLLBAR STATIC  

Above Content Copyright © 1998 - 2005 Alan Baylis, All Rights Reserved