Invisible form appears in Alt-tab list

  • Thread starter Thread starter David Schwartz
  • Start date Start date
D

David Schwartz

In my VB.Net Windows Forms app, I am loading a form, populating some
controls, and then hiding the form. Even though the form is invisible, it
still appears when you hit Alt-Tab. ShowInTaskbar is set to False for the
form. Is there any way to prevent the form from appearing in the Alt-Tab
list?

Thanks!
 
Back
Top