Title bar

  • Thread starter Thread starter Roger Renaud
  • Start date Start date
R

Roger Renaud

How can I change the FONT (FontName...) of the tile bar of a Windoww Form.

Roger.
(e-mail address removed)
 
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
 
* "Roger Renaud said:
How can I change the FONT (FontName...) of the tile bar of a Windoww Form.

There is no managed, and even no unmanaged way to do that without
drawing the titlebar yourself or capturing 'WM_NCPAINT'.
 
Back
Top