.Controls - Feature List

Category: .Reference Materials

Date: 02-16-2022

Return to Index


 
'MSDN Control Library   Class Name              DLL Location
 1. Animation               SysAnimate32            comctl32.dll
 2. Button                  button                  comctl32.dll and user32.dll
      Button
      Check3State
      CheckBox
      Frame
      ImgButton
      ImgButtonX
 3. ComboBox                combobox                comctl32.dll and user32.dll
 4. ComboBoxEx              ComboBoxEx32            comctl32.dll
 5. Date and Time Picker    SysDateTimePick32       comctl32.dll
 6. Edit Control            edit                    comctl32.dll and user32.dll
      TextBox
 7. Flat Scroll Bar         ?                       comctl32.dll
 8. Header Control          SysHeader32             comctl32.dll
 9. Hot Key                 msctls_hotkey32         comctl32.dll
10. Image Lists             ?                       comctl32.dll
11. IP Address Control      SysIPAddress32          comctl32.dll
12. List Box                listbox                 comctl32.dll and user32.dll
13. List View               SysListView32           comctl32.dll
14. Month Calendar          SysMonthCal32           comctl32.dll
15. Pager                   SysPager                comctl32.dll
16. Progress Bar            msctls_progress32       comctl32.dll
17. Property Sheet          ?                       comctl32.dll
18. Rebar                   ReBarWindow32           comctl32.dll
19. Rich Edit               RichEdit50W             msftedit.dll
    Rich Edit               RichEdit20A             riched20.dll
    Rich Edit               RichEdit                riched32.dll
20. Scroll Bar              scrollbar               comctl32.dll and user32.dll
21. Static Control          static                  comctl32.dll and user32.dll
      Graphic
      Image
      ImageX
      Label
      Line
22. Status Bar              msctls_statusbar32      comctl32.dll
23. SysLink                 SysLink                 comctl32.dll
24. Tab                     SysTabControl32         comctl32.dll
25. Task Dialog             ?                       comctl32.dll
26. Toolbar                 ToolbarWindow32         comctl32.dll
27. Tooltip                 tooltips_class32        comctl32.dll
28. Trackbar                msctls_trackbar32       comctl32.dll
29. Tree View               SysTreeView32           comctl32.dll
30. Up-Down Control         msctls_updown32         comctl32.dll
 
 
'user32.dll
ComboLBox
 
'comctl32.dll
DropDown
ImageDrag
NativeFontCtl
ReaderModeCtl
 
 
'Note that Custom Control is not the same thing as Custom Draw
'Note that Owner Draw (sometimes called Owner Drawn) is not the same thing as Custom Draw
 
'Owner Draw    Custom Draw    WM_CtlColor
'                             (Std Controls)
button            button         buttons
combobox                         combobox (listbox portion only)
                                 edit
                  header
static                           static
                                 listbox
                                 message boxes
listview          listview
menu
listbox
                  rebar
                                 scrollbar
TAB
                  toolbar
                  tooltip
                  trackbar
                  treeview
                                 dialog
                                 
'gbs_01176
'Date: 04-08-2012


created by gbSnippets
http://www.garybeene.com/sw/gbsnippets.htm