Group: Forum Members
Posts: 2K,
Visits: 6.6K
|
I'm new to .Net and am having fun learning it, especially with SF doing lots of the heavy lifting.
I just created a component, using the Component Class template*. I added my code (copied from a normal class that was working). I build the app...no component in toolbox.
So, I must be missing something, need to add an attribute, implement some method. Any ideas?
* OK, extactly what I did
1. Added a new Item, using Component Class
2. Inside the class definition, copied my code form another class into it. This included several overloads for the constructor, 4 properties, 1 method, some private procedures, the fields to hold the property data and a private internal class.
3. Had to delete my default constructor, because the template provided one form me
4. Build project, no compile errors, but also no component in toolbox.
|