all groups > dotnet compact framework > october 2004 >
You're in the

dotnet compact framework

group:

Same Panel in Different Forms?


Same Panel in Different Forms? hari_vb.net_pocketpc
10/31/2004 2:04:12 AM
dotnet compact framework: 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,
Re: Same Panel in Different Forms? Chris Tacke, eMVP
10/31/2004 9:37:04 AM
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.

--
<ctacke/>
www.opennetcf.org/sdf
Winner of the 2004 Pocket PC Magazine Best Software award


[quoted text, click to view]

Re: Same Panel in Different Forms? hari_vb.net_pocketpc
10/31/2004 7:32:02 PM
Thank You

[quoted text, click to view]
AddThis Social Bookmark Button