How to work with COM component in vb6?

Xie Steven 811 Reputation points
2021-04-12T08:29:35.21+00:00

Hi,

I need to interact with C++ COM components in VB6. Could you provide some demos and tutorials?

Thanks,
Steven

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
35,923 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Castorix31 81,481 Reputation points
    2021-04-12T08:48:20.127+00:00

    "dotnet-visual-basic" Tag is for VB .NET

    In VB6, you mainly use CreateObject : Using the CreateObject and GetObject Functions to Instantiate Objects