change the default window font in a win32 windows project

Posted by Vineel Kumar Reddy on Stack Overflow See other posts from Stack Overflow or by Vineel Kumar Reddy
Published on 2010-05-21T20:47:25Z Indexed on 2010/05/21 20:50 UTC
Read the original article Hit count: 201

Filed under:
|

I am creating a GUI application using C and Win32 api. I would like to know how we can change the default font of the Main window to thaoma. I am comming from .NET background. In .NET if we change the font of parent control then automatically the child controls inherits that font.... Is there away similar to it or do we need to manually set the font of each control.....

Please help me here.......and let me know the general process followed while coding in win32 api.... THanks in advance..

© Stack Overflow or respective owner

Related posts about c

    Related posts about win32