Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Microsoft Web Browser cannot resize

Status
Not open for further replies.

antvon

Programmer
Dec 2, 2002
45
Hi all

I have place the ms web browser activex control onto a ms access 2000 form and pointed it to an xml file. The browser displays the contents correctly.
Unfortunately I cannot find a way to size the control so that it can be larger than it current is.
I have used the following to no avail

Private Sub Form_Load()
web1.Width = Me.Width - 1000
End Sub

Searching the net has not produced any significant solutions.

Anyone have a suggestion?

Thanks in advance

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top