Hi there guys,
I'm a bit stuck. The scenario is there, I have a webbrowser control on a form and all it does is open up a picture when given a file location. Basically my users call up drawing records, and if a file location exists they can open up the picture. At the moment the way they close the form is just by clicking the little x at the top right of the form. However once I try to open up the 3rd or 4th picture I get the error
runtime error -1(ffffffff)
Method 'Show' of object 'frmDrawingImage' failed
and the program crashes.
However when I go into debug mode and hit debug here, then continue, the picture opens up fine!!
Any ideas??
Thanks in advance
Transcend
I'm a bit stuck. The scenario is there, I have a webbrowser control on a form and all it does is open up a picture when given a file location. Basically my users call up drawing records, and if a file location exists they can open up the picture. At the moment the way they close the form is just by clicking the little x at the top right of the form. However once I try to open up the 3rd or 4th picture I get the error
runtime error -1(ffffffff)
Method 'Show' of object 'frmDrawingImage' failed
and the program crashes.
However when I go into debug mode and hit debug here, then continue, the picture opens up fine!!
Any ideas??
Thanks in advance
Transcend