Hi there !
What are COM objects and what is their difference with ActiveX dll
's ?
What should i do in order to create a COM object with a function in VB6 ?
any link with a tutorial would be much appreciated
thanks !
alex
Printable View
Hi there !
What are COM objects and what is their difference with ActiveX dll
's ?
What should i do in order to create a COM object with a function in VB6 ?
any link with a tutorial would be much appreciated
thanks !
alex
I learned using the Karl Moore tutorial.
Here is a link for you http://www.developer.com/net/vb/arti...0926_1540071_1
Hope this helps
com basically a componet object model.
it run as a inprocess server.every programing can make com object as well these are binary object and having own portable object file.
w make com in business logic to reduce the codin and maintance plan.
biswajit das
Check out this thread
http://vbforums.com/showthread.php?s=&threadid=268105