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
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