PictureBox.visible problem in VB .NET

  • Thread starter Thread starter mathieu.lapointe
  • Start date Start date
M

mathieu.lapointe

Hi,

I have a problem with the visible property of a Picture Box. When I
update the property visible when I receive a Message by MessageQueue
depending or the information of the message queue. But, when I change
the Visible property of the picture box, the application interface
freeze. But the application still running behind(i. e. : I continue to
receive messages by the queue and the treatment with the new message is
done, but I can not do anything on the interface of my application.) I
don't know why, but if I don't change the visible property of the
pictureboxes, the application don't freeze.

Is someone can help me?

Mathieu Lapointe
 
Back
Top