xenit
September 16th, 2006, 08:46 PM
i am creating an edit style and i would like to specify a default font to use (lucida console). how can I achieve this?
|
Click to See Complete Forum and Search --> : CreateWindowEx xenit September 16th, 2006, 08:46 PM i am creating an edit style and i would like to specify a default font to use (lucida console). how can I achieve this? Notsosuperhero September 16th, 2006, 09:46 PM Try using WM_SETFONT (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/windowing/windows/windowreference/windowmessages/wm_setfont.asp) and have a look here (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/editcontrols/editcontroltextoperations.asp) section titled "Changing the Font Used by an Edit Control" codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |