hi i am declaring a variable as a form and want it so the form will
appear in the task bar but not show the form any ideas

would this work


VB Code:
  1. dim bob as frmtemp
  2. set bob = new frmtemp
  3. bob.ShowInTaskbar = vbTrue
  4. bob.show
  5. bob.hide