How to write some text into the title bar and status bar of Form "Form1" ?

C

Carla Simeoni

I would like to write seomthing into the title bar of the
current Form "Form1". How can I do this ?

How can I display/add a status bar (currently there is no such status bar)
and write something into this status bar?

Carla
 
M

Moty Michaely

Dear Carla,
I would like to write seomthing into the title bar of the
current Form "Form1". How can I do this ?

The forms' title bar reflects the value of the Text property.
How can I display/add a status bar (currently there is no such status bar)
and write something into this status bar?

The simple way to add a StatusStrip (FW 2.0) is to drag one from the
Toolbox onto the form, then add a status label.
To set the status label text just set the text property of the new
label instance that was created.

Feel free to ask anything that I might help.
Hope this helps.
Moty.
 

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