Change a part of text to Bold in the form's titlebar

  • Thread starter Thread starter fiaolle
  • Start date Start date
F

fiaolle

Hi
I am woundering if I can change a part of the text to Bold or another color
in the form's titlebar.
For ex Form1.Text=Update questions - Films;
and make Films to bold and another color.

Or mayby can I change a string to Bold and concatenate it to Forms titlebar;

Thanks
Fia
 
I am woundering if I can change a part of the text to Bold or another
color in the form's titlebar.
For ex Form1.Text=Update questions - Films;
and make Films to bold and another color.

Or mayby can I change a string to Bold and concatenate it to Forms
titlebar;

For reference, this is not a trivial thing to do.
 
Hi
I am woundering if I can change a part of the text to Bold or another color
in the form's titlebar.
For ex Form1.Text=Update questions - Films;
and make Films to bold and another color.

Or mayby can I change a string to Bold and concatenate it to Forms titlebar;

Thanks
Fia

There is nothing in the framework for this. If it can be done (I do
not remember seeing it ever) it will takes considerable resources and
deep knowledge of win32 and how it paints the objects in the screen.
 
Back
Top