|
-
Jun 6th, 2001, 04:28 AM
#1
Thread Starter
Member
When / How to use ActiveX controls ?
Hi ,
I'm new to this .. so could anyone point me out to VB documentation / sites that can give me information on when to use ActiveX controls instead of standard Exes/DLLs and how to use them.
Thanks
-
Jun 6th, 2001, 07:22 PM
#2
Fanatic Member
Both ActiveX Control and DLL allow you to reuse your code. If you need an interface (UI) then use ActiveX. Otherwise, you can use DLL.
Regards,
TheBao
-
Jun 7th, 2001, 06:19 PM
#3
Lively Member
"If you need an interface (UI) then use ActiveX. Otherwise, you can use DLL. "
That's not correctly said; the DLL's you guys are talking about are ActiveX compliant aswell !
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
|