The DlgDirSelectComboBoxEx function retrieves the current selection from a combo box filled by using the DlgDirListComboBox function. The selection is interpreted as a drive letter, a file, or a directory name.
BOOL DlgDirSelectComboBoxEx(
HWND hDlg, |
// handle to dialog box with list box |
LPTSTR lpString, |
// pointer to buffer for path string |
int nCount, |
// number of characters in path string |
int nIDComboBox |
// identifier of combo box |
); |
If the current selection is a directory name, the return value is nonzero.
If the current selection is not a directory name, the return value is zero. To get extended error information, call GetLastError.
If the current selection specifies a directory name or drive letter, the DlgDirSelectComboBoxEx function removes the enclosing square brackets (and hyphens for drive letters) so the name or letter is ready to be inserted into a new path or filename. If there is no selection, the contents of the buffer pointed to by lpString do not change.
The DlgDirSelectComboBox function does not allow more than one filename to be returned from a combo box.
DlgDirSelectComboBoxEx sends CB_GETCURSEL and CB_GETLBTEXT messages to the combo box.
In the Win32 API, you can use this function with all three types of combo boxes (CBS_SIMPLE, CBS_DROPDOWN, and CBS_DROPDOWNLIST).
CB_GETCURSEL, CB_GETLBTEXT, DlgDirListComboBox, DlgDirSelectEx
file: /Techref/os/win/api/win32/func/src/f17_4.htm, 3KB, , updated: 2000/4/7 11:19, local time: 2024/11/7 19:31,
18.191.70.200:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 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://massmind.ecomorder.com/Techref/os/win/api/win32/func/src/f17_4.htm"> DlgDirSelectComboBoxEx</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.