home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / v / vlistbox.zip / DLGVLIST.H < prev    next >
Text File  |  1992-11-17  |  786b  |  30 lines

  1. #define VLISTSTYLES 100
  2.  
  3.  
  4. //
  5. // Standard Styles
  6. //
  7.  
  8. #define DLG_WS_VISIBLE                  103
  9. #define DLG_WS_DISABLED                 104
  10. #define DLG_WS_BORDER                   109
  11. #define DLG_WS_VSCROLL                  111
  12. #define DLG_WS_HSCROLL                  112
  13. #define DLG_WS_GROUP                    115
  14. #define DLG_WS_TABSTOP                  116
  15.  
  16.  
  17.  
  18. //
  19. // List Box Styles
  20. //
  21.  
  22. #define DLG_VLBS_NOTIFY                  1010
  23. #define DLG_VLBS_NOREDRAW                1002
  24. #define DLG_VLBS_OWNERDRAWFIXED          1003
  25. #define DLG_VLBS_HASSTRINGS              1004
  26. #define DLG_VLBS_USETABSTOPS             1005
  27. #define DLG_VLBS_NOINTEGRALHEIGHT        1006
  28. #define DLG_VLBS_WANTKEYBOARDINPUT       1007
  29. #define DLG_VLBS_DISABLENOSCROLL         1008
  30.