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.
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.