Results 1 to 5 of 5

Thread: Class vs. Component Class

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2001
    Location
    Thailand
    Posts
    221

    Class vs. Component Class

    What is the different between Class and Component Class in VB. NET? When the Class and Component Class is suitable to implement?

    Thank you,
    Teeravee Sirinapasawasdee
    Gestalt IT Consulting Group
    Growth Your Business With e-Process

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    A Component is a type of class and can be seen on the Form designer at Designtime.

  3. #3
    Hyperactive Member
    Join Date
    Apr 2001
    Location
    N42 29.340 W71 53.215
    Posts
    422

    ToolTip component

    ToolTip is called a component, yet it doesn't appear on the form at design time.

    What is that subwindow called below the form in the IDE where things like Timer, ToolTip, MainMenu etc show up?

    Thanks, DaveBo.Lost
    "The wise man doesn't know all the answers, but he knows where to find them."
    VBForums is one place, but for the really important stuff ... here's a clue 1Tim3:15

  4. #4
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    It's the Component Window... as Edneesis suggested when he mentioned it shows up on the Form Designer.

  5. #5
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    I thought it was called the container.

    We could differentiate between class and component class, generally, by saying that a component class is 'visual', and a class is code-ual... if that's a word.

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