|
-
Apr 6th, 2004, 06:50 AM
#1
Thread Starter
Addicted Member
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,
-
Apr 6th, 2004, 10:50 PM
#2
A Component is a type of class and can be seen on the Form designer at Designtime.
-
Aug 4th, 2004, 09:41 AM
#3
Hyperactive Member
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
-
Aug 4th, 2004, 02:04 PM
#4
I wonder how many charact
It's the Component Window... as Edneesis suggested when he mentioned it shows up on the Form Designer.
-
Aug 5th, 2004, 12:34 AM
#5
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|