How can I implement a functionality equivalent to Visual Basic 6.0’s property pages in Visual Basic.NET?
To implement a functionality equivalent to Visual Basic 6.0 property pages in Visual Basic .NET, it is necessary to use some .NET Framework classes and member attributes. The first class you should consider is System.Drawing.Design.UITypeEditor. This class provides basic functionality that you can use or derive from to implement a custom editor for the design-time environment.
Related Questions
- What are the main differences in Visual Basic 6.0 and Visual Basic.NET on how graphic operations are performed?
- How can I implement a functionality equivalent to Visual Basic 6.0’s property pages in Visual Basic.NET?
- When converting from Visual Basic 6.0 to Visual Basic.NET, are my ActiveX documents supported?