The MASM Forum

General => The Workshop => Topic started by: K_F on March 09, 2020, 02:24:46 AM

Title: Win32 Trackbar classname
Post by: K_F on March 09, 2020, 02:24:46 AM
Does anyone know the name of the Win32 Trackbar (slider) classname string, that you use in CreateWindowEx.

Thanks
Title: Re: Win32 Trackbar classname
Post by: Biterider on March 09, 2020, 02:39:00 AM
msctls_trackbar32

Biterider
Title: Re: Win32 Trackbar classname
Post by: K_F on March 09, 2020, 02:46:09 AM
Thank you Sire.
I couldn't find it anywhere.
:thumbsup: :thumbsup: :thumbsup:

Was thinking... Is there a string listing of all Win32/64 classnames anywhere ?
Title: Re: Win32 Trackbar classname
Post by: HSE on March 09, 2020, 09:47:30 AM
Just in last case search in the forum  :biggrin:

http://masm32.com/board/index.php?topic=3584.msg89922#msg89922
Title: Re: Win32 Trackbar classname
Post by: hutch-- on March 09, 2020, 10:45:08 AM
 :biggrin:

'  ---------------------------------
'  strings to define common controls
'  ---------------------------------
'         "SysHeader32"             ok
'         "ToolbarWindow32"         ok
'         "msctls_statusbar32"      ok
'         "msctls_trackbar32"       ok
'         "msctls_updown32"         ok
'         "msctls_progress32"       ok
'         "SysListView32"           ok
'         "SysTreeView32"           ok
'         "SysTabControl32"         ok
'         "SysAnimate32"            ok
'         "RichEdit"                ok
'         "RichEdit20a"             ok
'         "SysMonthCal32"           ok
'         "SysDateTimePick32"       ok
'         "SysIPAddress32"          ok
'         "msctls_hotkey32"         ok
'         "ReBarWindow32"           ok
'         "SysPager"                ok
'         "NativeFontCtl"
'         "commctrl_DragListMsg"
'         "ComboBoxEx32"
'         "tooltips_class32"
'  ---------------------------------
Title: Re: Win32 Trackbar classname
Post by: jj2007 on March 09, 2020, 10:50:09 AM
Many are listed in this Microsoft page (https://docs.microsoft.com/en-gb/windows/win32/winauto/uiauto-controlsupport)
Title: Re: Win32 Trackbar classname
Post by: jj2007 on April 01, 2020, 06:19:24 PM
April 1st! Let's welcome our new bot :thup:

(I bet the geometry link in his signature will not survive more than 20 hours)