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.

PRB: Using Microsoft Forms 2.0 in Internet Explorer


View products that this article applies to.

This article was previously published under Q236458

↑ Back to the top


Symptoms

Microsoft Forms 2.0 controls may behave differently depending on the container. For example, a Microsoft Forms combo box in a Microsoft Visual Basic application may appear to work correctly. However, if the combo box is sited on a Visual Basic ActiveX Control, and then the control runs under Internet Explorer, the control does not list any of the elements that are loaded in it using the Add method. You see a combo box of minimum width that does not appear to respond to click events.

The problem is not limited to the combo box. Other controls in the Microsoft Forms package exhibit similar problems under Internet Explorer.

↑ Back to the top


Cause


The Forms 2.0 controls were designed for use only with VBA-enabled applications like Microsoft Office. They were not tested for any other environment and are unlikely to work properly. This is by-design.
Because they were not designed or tested to work with applications that do not integrate VBA, Microsoft does not recommend or support using the Forms 2.0 controls in such applications. Integrating VBA into an application is a difficult undertaking and Microsoft does not recommend doing so solely to make use of the Forms 2.0 controls.

↑ Back to the top


Resolution

Developers must use the HTML fixed controls of Internet Explorer along with client-side scripting for any necessary forms elements in a page. This combination should meet most development needs. In the event an alternative to the html controls is desired, developers may choose to employ custom or third-party ActiveX controls.

↑ Back to the top


Status

This behavior is by design.

↑ Back to the top


Keywords: kbctrl, kbfaq, kbprb, KB236458

↑ Back to the top

Article Info
Article ID : 236458
Revision : 3
Created on : 7/29/2003
Published on : 7/29/2003
Exists online : False
Views : 335