alt + tab

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi,

I have a application that works with some dialog forms, the problem is, when
I have a dialog open and I press alt + tab the application icon does not
appear....

What is happening?
 
Diogo,

If you open the dialog modally (MyDialog.ShowDialog()) only the
dialog's Icon will be visible since the App window is not selectable
while the popup is visible.

If you open th dialog non-modally (MyDialog.Show()) then you should
see the icon for the Popup and the App window since the App window is
still selectable while the popup is visible.

HTH,

-tomas vera
 

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

Back
Top