|
-
Mar 11th, 2003, 08:33 AM
#1
Thread Starter
Lively Member
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
-
Mar 11th, 2003, 10:02 AM
#2
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.
-
Mar 11th, 2003, 11:59 AM
#3
Thread Starter
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|