PRB: Custom ActiveX Property Sheet Entries Are Not Saved (161139)
The information in this article applies to:
- Microsoft Visual Basic Learning Edition for Windows 6.0
- Microsoft Visual Basic Professional Edition for Windows 6.0
- Microsoft Visual Basic Enterprise Edition for Windows 6.0
- Microsoft Visual Basic Control Creation Edition for Windows 5.0
- Microsoft Visual Basic Enterprise Edition for Windows 5.0
This article was previously published under Q161139 SYMPTOMS
ActiveX control property changes entered via a property page are not saved.
However, if you enter the properties via the standard property pane that
comes with Visual Basic, the changes are saved.
CAUSE
The UserControl needs to explicitly inform the host development environment
of any property changes that are made via property pages or are side
effects of other property changes.
RESOLUTION
To tell the host development environment of property changes, the
UserControl must invoke the PropertyChanged method of the Extender object.
STATUS
This behavior is by design.
REFERENCES
Microsoft Visual Basic Online Help, PropertyChanged Method
Microsoft Visual Basic Component Tools Guide, Chapter 9, Building ActiveX
Controls, Adding Properties to Controls, Implement Control Properties Using
Property Procedures
Modification Type: | Major | Last Reviewed: | 5/13/2003 |
---|
Keywords: | kbprb KB161139 |
---|
|