R Roger Renaud Apr 26, 2004 #1 How can I change the FONT (FontName...) of the tile bar of a Windoww Form. Roger. (e-mail address removed)
How can I change the FONT (FontName...) of the tile bar of a Windoww Form. Roger. (e-mail address removed)
B Brian Henry Apr 26, 2004 #2 to do this you will need to draw your own title bar, this involves extensive API knowledge of WIN32... I've done it in the past in MFC but can not remember now how to do it, maybe someone in the Visual C group could give you some advice on this
to do this you will need to draw your own title bar, this involves extensive API knowledge of WIN32... I've done it in the past in MFC but can not remember now how to do it, maybe someone in the Visual C group could give you some advice on this
H Herfried K. Wagner [MVP] Apr 26, 2004 #3 * "Roger Renaud said: How can I change the FONT (FontName...) of the tile bar of a Windoww Form. Click to expand... There is no managed, and even no unmanaged way to do that without drawing the titlebar yourself or capturing 'WM_NCPAINT'.
* "Roger Renaud said: How can I change the FONT (FontName...) of the tile bar of a Windoww Form. Click to expand... There is no managed, and even no unmanaged way to do that without drawing the titlebar yourself or capturing 'WM_NCPAINT'.