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 |
|