An Open or Save As dialog box sends the FILEOKSTRING registered message to your hook procedure when the user specifies a filename and clicks the OK button. The hook procedure can accept the filename and allow the dialog box to close, or reject the filename and force the dialog box to remain open.
For Explorer-style Open and Save As dialog boxes, this message has been superseded by the CDN_FILEOK notification message.
MessageID = RegisterWindowMessage(FILEOKSTRING);
wParam = 0;
lpofn = (LPOPENFILENAME) lParam;
If the hook procedure returns zero, the Open or Save As dialog box accepts the specified filename and closes.
If the hook procedure returns a nonzero value, the Open or Save As dialog box rejects the specified filename and remains open.
The hook procedure must specify the FILEOKSTRING constant in a call to the RegisterWindowMessage function to get the identifier for the message sent by the dialog box.
CDN_FILEOK, OPENFILENAME, RegisterWindowMessage
file: /Techref/os/win/api/win32/mess/src/msg07_16.htm, 2KB, , updated: 2000/4/7 11:20, local time: 2024/11/5 10:45,
3.15.189.227: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/mess/src/msg07_16.htm"> FILEOKSTRING</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.