Microsoft web browser control, Active X object embedded on form. Pretty simple code:
Private Sub Form_Load()
WebBrowser0.Width = 6000 'in twips 1 in=1440 twips
WebBrowser0.Height = 5760
End Sub
Problem: Height works fine, won't recognize any width setting. Anyone had any experience with this problem?
Private Sub Form_Load()
WebBrowser0.Width = 6000 'in twips 1 in=1440 twips
WebBrowser0.Height = 5760
End Sub
Problem: Height works fine, won't recognize any width setting. Anyone had any experience with this problem?