CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Posts
    226

    Question 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

  2. #2
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    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
  •  





Click Here to Expand Forum to Full Width

Featured