Results 1 to 3 of 3

Thread: Component Class and Class

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2001
    Posts
    65

    Component Class and Class

    Hi,

    Could you please tell me what is different between Component Class and Class in MS Visual Studio? What should I use in a class library? Iwould like to biuld the dll files (the same as ActiveX Dll in VB6). I shown in the Duwamish 7.0 VB example. They use classes.


    Thanks in advances,

    Trung Luu

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Component Class is just a class with some pre setup code to make it ready to be used as a graphical component.(like ocx). Mostly just container code, bothin special.

    Class is just a plain blank class. Use plain class or Class Lib.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Oct 2001
    Posts
    65
    Hi Cander,

    Thank you very much for your help.

    Trung Luu

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