Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Approach to Programming in .Net
Message
 
To
05/02/2002 17:52:28
Calvin Smith
Wayne Reaves Computer Systems
Macon, Georgia, United States
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00615527
Message ID:
00615831
Views:
14
>I printed out the walkthrough and was able to subclass my own button. However, this is not Visual as you have to go into the code and change names etc... and then the steps to put this in the toolbar are anything but intuitive.

You're right! If you drag a control onto the form it makes an instance of the object, not a subclass.

The current visual tools seem setup to easily subclass forms, user controls, and components (I guess because they are containers), but not individual controls like buttons. If you right-click on the project and go to Add, you can choose "Add Inherited Form" and "Add Inherited Control" and it will bring up the Inheritance picker.

-Dave.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform