January 2003
Beginner
696 pages
16h 38m
English
To create your new component, start Visual Studio .NET and create a new Class Library application called myComponent_vb or myComponent_cs, depending on what language you're writing in.
In the myComponent application, you're going to write simple methods and properties that are exposed to consumers of the component. You are also going to create a namespace for your component. By default, the namespace name is normally the name of the application. You're going to change this to implement your own namespace.
To implement the functionality of your component, type the code in Listing 14.3 in the default Class1 class that's added to the Class Library application.
As you're entering the code, read the comments for ...
Read now
Unlock full access