Setting the size of the Internet Explorer window

P9142

Member
Joined
Dec 13, 2005
Messages
11
Programming Experience
3-5
I am opening up a new Internet Explorer window with the following code:
VB.NET:
Explorer = New SHDocVw.InternetExplorer()
Explorer.Visible = True

Is there a way to set the size of this window in VB.NET?
 
Back
Top