How do we create dcom object in vb6?
Answer / Baldev Singh
To create a DCOM object in VB6, you typically use the CreateObject or GetObject function and provide the ProgID of the DCOM object. However, it's important to note that configuring the DCOM settings on both client and server machines is necessary for successful communication.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you make a NET component talk to a COM component?
C is aggregated by B, which in turn aggregated by A. Our client requested C. What will happen?
Define and explain about COM?
What is IUnknown? What methods are provided by IUnknown?
what is oops
Can I use com components from .net programs?
Explain queued components.
How to create an instance of the object in COM?
What are the purposes of AddRef, Release and QueryInterface functions
Differentiate normal DLL to COM DLL
Define and explain COM?
How can would you create an instance of the object in COM