A standard Status Bar across all forms

S

Sanjay Agrawal

Hello,

I am sure this is quite simple really, though i am not quite getting the
hang of it. I have a status bar with a panel on it in the first form of
the application. I would like to have all successive forms have this
status bar too. What should be done to achieve this ?

I also changed the first form from standard to MDI. But no dice. What am
i missing here ?

Thanks,

Sanjay.
 
T

Thomas

Create your own form class with what extra features you want, and have all
your forms use that as the base class.
 
S

Sanjay Agrawal

Hello Thomas,

I tried the approach you suggested. Is it possible for you to point to
some page where the approach is elaborated upon, with examples. Since i
am new to the .net product, it will take awhile before i get the full
hang of it !

Thanks for your time,

Sanjay.
 

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