The CDM_SETCONTROLTEXT message sets the text for the specified control in an Explorer-style Open or Save As common dialog box. The dialog box must have been created with the OFN_EXPLORER flag; otherwise, the message fails.
CDM_SETCONTROLTEXT wParam = (WPARAM) id; lParam = (LPARAM) (LPSTR) text; // corresponding macro void CommDlg_OpenSave_SetControlText(hdlg, id, text)
No return value.
GetOpenFileName, GetSaveFileName, OPENFILENAME
file: /Techref/os/win/api/win32/mess/src/msg03_1.htm, 1KB, , updated: 2000/4/7 11:19, local time: 2024/11/12 22:08,
3.145.171.131:LOG IN
|
©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://linistepper.com/Techref/os/win/api/win32/mess/src/msg03_1.htm"> CDM_SETCONTROLTEXT</A> |
Did you find what you needed? |