News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Control name list

Started by Farabi, August 13, 2008, 01:54:53 AM

Previous topic - Next topic

Farabi

Does anyone have the list name of control we can create with CreateWindowsEX?
Those who had universe knowledges can control the world by a micro processor.
http://www.wix.com/farabio/firstpage

"Etos siperi elegi"

ic2

Not sure if this is all you need.  Google it like this and other words.

CreateWindowsEX "All controls"


http://www.ecn.purdue.edu/VISE/mobility/homeworks/hw1/createwindowsex.pdf

MichaelW

I think this covers most of the control class names:


; System classes:
;
; "Button"
; "ComboBox"
; "Edit"
; "ListBox"
; "MDIClient"
; "ScrollBar"
; "Static"
;
; Common control classes:
;
; "ComboBoxEx32"
; "commctrl_DragListMsg"
; "msctls_hotkey32"
; "msctls_progress32"
; "msctls_statusbar32"
; "msctls_trackbar32"
; "msctls_updown32"
; "NativeFontCtl"
; "ReBarWindow32"
; "RichEdit"
; "RichEdit20a"
; "SysAnimate32"
; "SysDateTimePick32"
; "SysHeader32"
; "SysIPAddress32"
; "SysListView32"
; "SysMonthCal32"
; "SysPager"
; "SysTabControl32"
; "SysTreeView32"
; "ToolbarWindow32"
; "tooltips_class32"


As far as I know the names are case-insensitive.
eschew obfuscation