C
Carla Simeoni
I added a StatusStrip "Sstrip1" to a Form "Form1".
In the procedure
private void Form1_Load(...)
I added the following statement:
Sstrip1.Text = "Text in my StatusStrip";
Unfortunately this text assignment is not recognized.
When I call the program the StatusStrip is empty.
How do I make the text visible ?
Carla
In the procedure
private void Form1_Load(...)
I added the following statement:
Sstrip1.Text = "Text in my StatusStrip";
Unfortunately this text assignment is not recognized.
When I call the program the StatusStrip is empty.
How do I make the text visible ?
Carla