which language to use for COM development?
Howdy
I need to develop a COM component which will consumed by COM based applications. My COM component will also be using other COM components within itself.
Can someone help in choosing between VB or VB.NET for implementing the above requirement?
Thanks in advance.
-sgk
Re: which language to use for COM development?
Hi sgk001,
VB 6 makes it easy by hiding other details from you. By VB.NET some more advance capabilities are added in programming but I think VB6 is suitable for COM development for small dependancies and fast working.
Re: which language to use for COM development?
Concur. Use VB6 for that.
-Max