Windows form in Inspector

R

Rog

I have a button on an inspector that opens a windows form.
Problem is when the form opens and word is the email editor then when
you move the windows form around it paints everything behind it white.
If Word is not the email editor then it works ok.
Any ideas for this?
I tried invalidating the windows form when it was drawn with no luck.
Thanks
 
R

Rog

I ended up solving this problem by placing the showing of the windows
form in a thread.
It seems if using a Mail Inspector and you have something displaying on
the main UI thread it will cause the Mail Inspector to be painted white
as you move the windows form around.
I put the windows form display on a separate thread and all is good.
Thanks
 

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