News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

hi guys, can't find windows classes reference. formated computer and forgot....

Started by xandaz, September 12, 2021, 08:22:53 PM

Previous topic - Next topic

xandaz

    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.

xandaz

    Thanks guys. Not a reply yet but i was able to find it. thanks again


NoCforMe

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)


AnimateSysAnimate32
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.
Assembly language programming should be fun. That's why I do it.