January 21st, 2000, 12:39 PM
I made a offline executable webbrowser it works great until I press the minimize button on the main form. I get a runtime error #380 (invalid property value). Can anyone lead me in the right direction to correct this?
Thanks
James
cjbox@msn.com
JimmyT
January 21st, 2000, 02:37 PM
I think that I've seen this error occur when I have specified code to adjust the size and location of components that are located on the form. I usually do this in my Form_Resize() event. If you do the same, you should include a quick If then Else routine to bypass the form adjustment code when you are minimizing the window (WindowState = 1).