Non-modal Status Form

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

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top