vb.net + TabControl + Toolbar + FullScreen

R

rbolos

Hello,

I´m developing a Pockect Pc application with Visual Studio 2003 + Visual
Basic and I'm having problems with TabControl + Toolbar.

I have a full screen app. One of forms have a tab control. Well I need to
append a toolbar for use the SIP object, but when i run the application the
toolbar hide the tab pages of TabControl and i can´t select it. Moreover,
the top of form has down some pixels as if the titel bar was drawed.

If it´s help us. I need a form like a form of adapter configuration.
(TabPages + Toolbar), but wihout title.

Someone can help me.?

Thanks.
 
R

rbolos

Dear Alex,

Thanks for your code.

But I have a new problem. When I exit the form B i go to previous form A,
then this form A has a gray area in a bottom of the form, as if the main
menu of form B was enable.

I hope hear you soon.

Thanks in advance.
 
A

Alex Feinman [MVP]

What are forms A and B?
Which one is fullscreen?
How do you show form B - via Show or ShowDialog()?
Does any of the forms have MainMenu control?
 
R

rbolos

Dear Alex,

What are forms A and B?
Form A without menu and toolbar. Form b is a form with menu. (Really i only
want the sip objet to show and hide the keyboard)

Which one is fullscreen?
Boths are fullscreen

How do you show form B - via Show or ShowDialog()?
via Show

Does any of the forms have MainMenu control?
No isn´t necessary. (Really i only want the sip objet to show and hide the
keyboard) I dont know if i need a menu or toolbar.

I hope hear you soon,

Thanks one more time.
 
A

Alex Feinman [MVP]

If you need SIP button, your form must have MainMenu control. You don't have
to add any menu item - it will be invisible
 
R

rbolos

Dear Alex,

OK, But I´m having the same problem.

1º When I exit the form B i go to previous form A, this form A has a
MainMenu of form B. The MainMenu of form B it´s visible over form A. And I
don´t want it.

2º And i can see other problem, when i return for second time to form B the
SIP not appear.

I hope hear you soon

Thanks, for your patience.
 
A

Alex Feinman [MVP]

I'm having trouble reproducing the problem that you see. Could you put
together a small demo project and send it to me?
 

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