Send the WM_CHOOSEFONT_SETFLAGS message to a Font dialog box to set the display options for the dialog box.
WM_CHOOSEFONT_SETFLAGS wParam = 0; // not used, must be zero lParam = (LPCHOOSEFONT) lpcf; // address of struct. with flags data
No return value.
The ChooseFont function creates a Font dialog box and uses a CHOOSEFONT structure to specify the initial values for the Flags member. Use the WM_CHOOSEFONT_SETFLAGS message to specify different values for the Flags member while the Font dialog box is open.
Typically, you should send the WM_CHOOSEFONT_SETFLAGS message from a CFHookProc hook procedure.
CFHookProc, ChooseFont, CHOOSEFONT
file: /Techref/os/win/api/win32/mess/src/msg22_13.htm, 1KB, , updated: 2000/4/7 11:20, local time: 2024/11/5 02:55,
3.14.136.121: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://linistepper.com/techref/os/win/api/win32/mess/src/msg22_13.htm"> WM_CHOOSEFONT_SETFLAGS</A> |
Did you find what you needed? |