Same Panel in Different Forms?

G

Guest

Hi,
I am developing a Pocket PC Application using VB.Net. I have to use 5 forms
in my application and I wish to display a common Panel, containing a group of
8 buttons, in all the forms.

Is it possible to display the same panel in all the forms? Please reply in
detail. For data entry, is it necessary to include the InputPanel in all the
forms?

Since I am using 8 big buttons displaying only text, I suppose, Toolbar is
not a better option. If it is more convenient, Please clarify.

Thanks in Advance,
Regards,
Hari
 
C

Chris Tacke, eMVP

Create a base Form that derives from Form and has your Panel on it, then
derive all of your app forms from it. It won't work in the designer, but it
will work fine at runtime.
 
G

Guest

Thank You

Chris Tacke said:
Create a base Form that derives from Form and has your Panel on it, then
derive all of your app forms from it. It won't work in the designer, but it
will work fine at runtime.
 

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