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 12:20, local time: 2025/5/5 20:19,
3.14.251.87:LOG IN
|
©2025 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/msg22_13.htm"> WM_CHOOSEFONT_SETFLAGS</A> |
Did you find what you needed? |
![]() o List host: MIT, Site host massmind.org, Top posters @none found - Page Editors: James Newton, David Cary, and YOU! * Roman Black of Black Robotics donates from sales of Linistep stepper controller kits. * Ashley Roll of Digital Nemesis donates from sales of RCL-1 RS232 to TTL converters. * Monthly Subscribers: Gregg Rew. on-going support is MOST appreciated! * Contributors: Richard Seriani, Sr. |
Welcome to www.piclist.com! |
.