An application sends a CB_DIR message to add a list of filenames to the list box of a combo box.
CB_DIR wParam = (WPARAM) (UINT) uAttrs; // file attributes lParam = (LPARAM) (LPCTSTR) lpszFileSpec; // address of filename
|
Value |
Meaning |
|
DDL_ARCHIVE |
Includes archived files. |
|
DDL_DIRECTORY |
Includes subdirectories. Subdirectory names are enclosed in square brackets ([ ]). |
|
DDL_DRIVES |
Includes drives. Drives are listed in the form [-x-], where x is the drive letter. |
|
DDL_EXCLUSIVE |
Includes only files with the specified attributes. By default, read-write files are listed even if DDL_READWRITE is not specified. |
|
DDL_HIDDEN |
Includes hidden files. |
|
DDL_READONLY |
Includes read-only files. |
|
DDL_READWRITE |
Includes read-write files with no additional attributes. |
|
DDL_SYSTEM |
Includes system files. |
The return value is the zero-based index of the last filename added to the list. If an error occurs, the return value is CB_ERR. If insufficient space is available to store the new strings, it is CB_ERRSPACE.
CB_ADDSTRING, CB_INSERTSTRING, DlgDirList, DlgDirListComboBox
See also:
| file: /Techref/os/win/api/win32/mess/src/msg01_11.htm, 3KB, , updated: 2000/4/7 11:19, local time: 2012/2/10 14:47,
38.107.179.232:LOG IN |
| ©2012 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://www.piclist.com/tecHREF/os/win/api/win32/mess/src/msg01_11.htm"> CB_DIR</A> |
| Did you find what you needed? |
|
Ubicom SX18 thru SX52, PIC 16c5X compatibile, 50 to 75 MIPS microcontrollers! |
|
Peter Todd has released source and sample projects for his artwork, including his 3d wireframe cube renderer for the PIC 18f6520 This includes examples of hardware developed with free software tools such as gEDA/gschem/PCB, SDCC, gputils and picp all on Linux. http://petertodd.ca/art/source-code/ |
.