Disappearing Toolbar(?)

P

Peter Huish

I have a VB application that has a tab control with a command button on
it to displays a dialog box. To overcome a focus problem that occurred
when returning from the dialog I am doing a the following:

Me.Show()
Me.WindowsState = FormWindowState.Maximised

The problem is that the toolbar (ie where the X appears) disappears off
the screen - like the form has scrolled up but no scroll bar is present.

Things seem fine in the emulator (for the focus problem).

So, how can I resume the correct form focus?

or, how do I retain the toolbar?



I am using Visual Studio 2003 & VB.Net


thanks

pete
 
D

Daniel Moth

Can you post a sample with 2 forms. One showing the "focus problem" you
refer to and one showing the problem with your workaround and the
disappearing *title* bar.

Cheers
Daniel
 

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