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

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
 
J

Jeff Johnson

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

Ignacio Machin ( .NET/ C# MVP )

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.
 

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

Top