|
-
March 21st, 2003, 12:04 PM
#1
Installing Components
I'm working on a program in C# that I want to be extensible through the use of "components". These "components" would give my program additional functionality and they would be able to call the various functions and classes in my program. Of course, my program would have to be able to call functions in these "components". These "components" need not be able to access each other.
I have no idea if this is possible. If it is, can someone tell me how or point me to a place with information about how to do this. If this is not possible could someone explain to me how to achieve similar results.
Thanks
-
March 21st, 2003, 02:21 PM
#2
you can make use of UserControls and UserLibrary anyway.
Paresh
- Software Architect
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|