change the default window font in a win32 windows project
- by Vineel Kumar Reddy
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..