ShowInTaskBar = False

  • Thread starter Thread starter Kimera.Kimera
  • Start date Start date
K

Kimera.Kimera

I'm having a problem with using this. I'm using two forms, on load the
first form hides itself, then shows the next form. On the next form,
the form is minimized to SysTray, however when i set ShowInTaskBar to
false, the program will terminate. Is this a bug?
 
Actually, i've located the problem, sort of.

It seems when ShowInTaskBar is set to false, the program hops back into
the code where Frm2.Showdialog is delcared. Which is where i placed
Me.close, however, i'll still need to stop the program hoping back into
the code where the form is delcared.
 
Back
Top