Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

ACC2000: Cannot Resize Web Browser Control on a Form


View products that 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).

↑ Back to the top


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.

↑ Back to the top


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:
  1. Open your form in Design view.
  2. 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.
  3. 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.
  4. Delete the control from the form.
  5. On the Insert menu, click ActiveX Control.
  6. In the Insert ActiveX Control dialog box, select Microsoft Web Browser Control, and then click OK.
  7. 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.
  8. When you are satisfied that the new Web Browser control is sized correctly, save the form.

↑ Back to the top


Status

Microsoft has confirmed that this is a problem in Microsoft Internet Explorer version 3.01, 4.x and 5.0.

↑ Back to the top


More information

Steps to Reproduce Problem

  1. Open the sample database Northwind.mdb.
  2. Create a form not based on any table or query and open it in Design view.
  3. On the Insert menu, click ActiveX Control.
  4. In the Insert ActiveX Control dialog box, select Microsoft Web Browser Control, and then click OK.
  5. Switch to Form view, and note the size of the Web Browser control on the form.
  6. Switch the form to Design view, and then either decrease or increase the size of the Web Browser control enough to be obvious.
  7. Switch to Form view again, and note that the Web Browser control is the same size that it was in step 5. Even if you save the form, and even though the Web Browser control's property sheet reflects its correct size, the control is always displayed in its original size in Form view.

↑ Back to the top


Keywords: KB207871, kbinterop, kbnofix, kbbug

↑ Back to the top

Article Info
Article ID : 207871
Revision : 2
Created on : 6/28/2004
Published on : 6/28/2004
Exists online : False
Views : 284