I use Visual studio 2008. In my form there is a System.Windows.Forms.WebBrowser control. I have a custom header in the form just above the webBrowser control. In the webBrowser there is a form with a select/drop-down thing made with html. When I click the drop-list and it overlaps the custom header (because of the many options in it) The browser refreshes. When I click it on a higher res version so the box doesn't touch the header, this refresh doesn't happen and everything works fine.
how can I solve this refresh problem?