ACC2000: Cannot Resize Web Browser Control on a Form (207871)
The information in this article applies to:
This article was previously published under Q207871 Moderate: Requires basic macro, coding, and interoperability skills.
This article applies to a Microsoft Access database (.mdb) and to a Microsoft Access project (.adp).
SYMPTOMS
When you use the Microsoft Web Browser control on a form in Microsoft
Access, the control retains its original size even when you open the form in Design view and resize the control.
RESOLUTION
Remove the Web Browser control from the form and replace it with a new one
that is the size that you want. To do so, follow these steps:
- Open your form in Design view.
- Resize the control so that it appears the way that you want it to. You can only see the size change in Design view of the form.
- If the properties sheet is not displayed, on the View menu, click Properties to display the property sheet. Record the pertinent properties of the Web Browser control so that you can transfer them to a new control. Include any Visual Basic for Applications code you have attached to event properties for the control.
- Delete the control from the form.
- On the Insert menu, click ActiveX Control.
- In the Insert ActiveX Control dialog box, select Microsoft Web Browser Control, and then click OK.
- Set all properties for the new Web Browser control just as they were for the one that you deleted, including the new size settings.
Do not save the form or switch out of Design view until you have set the Width and Height properties the way that you want them.
- When you are satisfied that the new Web Browser control is sized correctly, save the form.
STATUSMicrosoft has confirmed that this is a problem in Microsoft Internet Explorer version 3.01, 4.x and 5.0.
Modification Type: | Major | Last Reviewed: | 6/28/2004 |
---|
Keywords: | kbbug kbinterop kbnofix KB207871 |
---|
|