Non-modal Status Form

  • Thread starter Thread starter Ellen
  • Start date Start date
E

Ellen

Hi --

I'm trying to write a modeless status form that other classes can call
and display information to the user while they're working.

The problem is that the controls aren't showing up correctly in the
status form when I call frm.Show(). They'll appear correctly if I use
frm.ShowDialog(), but I don't want a modal form.

I'm sure I'm missing something really basic here. What am I doing wrong?

TIA.
 
H

I think its better you dispose the form and call the constructor. Becuase once the form is shown, I think this may not de disposing the object. but I am not sure

Regard

Sooraj
Microsoft India Community Sta
 
Back
Top