I am in the process of writting an application that uses multiple forms in VB.Net 2.0 and the viewer doesn't display the picture is you close the viewer form out and open it back up. It works perfect the first time you open the viewer but after that nothing helps. I've tried doing a viewer.closeimage()...no luck. here is some sample code
[form1]
{event open viewer button click....}
ViewerForm.showdialog(me)
[ViewerForm]
{event open image button click...}
viewer.displayfromfile("myimage.jpg")
{event close form button click...}
me.close()
