BUG: OLE Controls Limited to 20 Property Pages in Visual C++ (153354)



The information in this article applies to:

  • The Resource Editor, when used with:
    • Microsoft Visual C++, 32-bit Editions 4.0
    • Microsoft Visual C++, 32-bit Editions 4.1
    • Microsoft Visual C++, 32-bit Enterprise Edition 4.2
    • Microsoft Visual C++, 32-bit Professional Edition 4.2

This article was previously published under Q153354

SYMPTOMS

When an ActiveX (OLE) Control that has more than 20 Property Pages is placed on a dialog in the Visual C++ resource editor, you may encounter an error in the development environment when you switch between its property pages. In particular, if you select the tab for a property page numbered greater than 20, you will see a message box indicating: "This program has performed an illegal operation and will be shut down." Selecting a tab for a page numbered less than 20 may also cause an error to occur.

CAUSE

This behavior is caused by a bug in the Visual C++ development environment, which allows a maximum of property pages for a given ActiveX Control.

RESOLUTION

Currently, there are two workarounds for this problem:

  • Limit the number of property pages for an OLE Control to 20. -or-

  • Add a button to the property page that when clicked will bring up a Modal dialog box to handle additional properties.

STATUS

Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available.

REFERENCES

OLE Controls: Adding Another Custom Property Page Programming with MFC: Encyclopedia

Modification Type:MajorLast Reviewed:12/2/2003
Keywords:kbCtrl KB153354