form.Text have straight and Italic text?

  • Thread starter Thread starter Ray
  • Start date Start date
R

Ray

Is it possible to have straight and italicized text in a
form's caption bar? If yes, how is this accomplished? I
tried to write a line like this at the top of my form

Form1 <i>.Net</i>

But the <i> tags are not italicizing .Net

Ray
 
Ray said:
Is it possible to have straight and italicized text in a
form's caption bar? If yes, how is this accomplished?

That's not supported.
 
No way. It's system setting, The caption bar style in any window of any
application is same. You can change it from Control Panel --> Display -->
Appearance.
 
You should be able to create a graphic which can include whatever text you
want. Make the graphic the size of the form heading then in the form's paint
event, write the graphic over the header part of the form.
 

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