Hi guys. I've formatted my cimputer and forgot to backup Masm32 directory. Major mistake. I can't find on the internet any reference to window classes. That meaning "SysListView32" and all the others. I made a previous post with the winclasses.asm in it but don't seem to find it anywhere in the forum. If anyone would be so kind as to point me in the right direction. Thanks in advance.
Thanks guys. Not a reply yet but i was able to find it. thanks again
For future reference: http://masm32.com/board/index.php?topic=8895.msg97037#msg97037 (http://masm32.com/board/index.php?topic=8895.msg97037#msg97037)
Hi; I assume this is what you're looking for. I compiled this a few years ago to have those (weird and wildly inconsistent!) class names on hand:
QuoteControl class names (actual strings)
Animate | SysAnimate32 |
Button: | button |
Combo box: | combobox |
Combo box "ex": | ComboBoxEx32 |
Date/time picker: | SysDateTimePick32 |
Drag list msg: | commctrl_DragListMsg |
Edit: | edit |
Group box: | button (style = BS_GROUPBOX) |
Header: | SysHeader32 |
Hotkey: | msctls_hotkey32 |
IP address: | SysIPAddress32 |
Listbox: | listbox |
List view: | SysListView32 |
Month calendar: | SysMonthCal32 |
Native font: | NativeFontCtl |
Page scroller: | SysPager |
Progress bar: | msctls_progress32 |
Rebar: | ReBarWindow32 |
Scrollbar: | scrollbar |
Static: | static |
Status bar: | msctls_statusbar32 |
Tab: | SysTabControl32 |
Toolbar: | ToolbarWindow32 |
Tooltip: | tooltips_class32 |
Tree view: | SysTreeView32 |
Trackbar: | msctls_trackbar32 |
Up-down: | msctls_updown32 |
------------------------------------
You can tell the old controls that have been in Windows since forever as they have simple undecorated names like "edit", "static", etc.