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'.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top