FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Get the defined font of some window object
Posts: 838
Joined: Fri Feb 10, 2006 12:14 PM
Get the defined font of some window object
Posted: Wed Jan 02, 2008 12:32 PM

How can I get the font of some window object like window titles, text boxes etc.

Antonio

Regards

Antonio H Ferreira
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Get the defined font of some window object
Posted: Wed Jan 02, 2008 01:08 PM

GetStockObject():

http://msdn2.microsoft.com/en-us/library/ms533223(VS.85).aspx

WM_GETFONT:

http://msdn2.microsoft.com/en-us/library/ms632624(VS.85).aspx

In FWH:
<oWindow|oDialog|oControl>:oFont

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 838
Joined: Fri Feb 10, 2006 12:14 PM
Get the defined font of some window object
Posted: Wed Jan 02, 2008 03:12 PM

Antonio,

Thanks

Antonio

Regards

Antonio H Ferreira

Continue the discussion