Webbrowser control size

  • Thread starter Thread starter Gilzean
  • Start date Start date
G

Gilzean

Guest
Can someone explain to me how I can modify the Webbrowser type control that I have embedded in a form so that when the browser is opened it is actually sized so that it can be viewed without needing to use scroll bars ? It is too damned small !
 
The user probably figured this out already, but the answer to this is as follows: when you place a new webbrowser control on a form and size it, and then save, the size is permanently set. So after saving, the only way to change the size is to delete the control, recreate it, name it the same as before, and then save. The control does not work with me.webbrowser1.width=xxx like other form controls.
 

Users who are viewing this thread

Back
Top Bottom