E
Ellen
Hi --
Excuse me if this is a common question and has been answered recently,
my searches didn't turn up what I was looking for.
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 show up as black rectangles
where the controls should be. 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.
Excuse me if this is a common question and has been answered recently,
my searches didn't turn up what I was looking for.
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 show up as black rectangles
where the controls should be. 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.