How do we create dcom object in vb6?



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

Post New Answer

More COM DCOM Interview Questions

How do you make a NET component talk to a COM component?

3 Answers   TCS,


C is aggregated by B, which in turn aggregated by A. Our client requested C. What will happen?

2 Answers  


Define and explain about COM?

1 Answers  


What is IUnknown? What methods are provided by IUnknown?

3 Answers   IBM,


what is oops

11 Answers   Accenture,


Can I use com components from .net programs?

1 Answers  


Explain queued components.

2 Answers  


How to create an instance of the object in COM?

1 Answers  


What are the purposes of AddRef, Release and QueryInterface functions

2 Answers  


Differentiate normal DLL to COM DLL

7 Answers   Talisma,


Define and explain COM?

8 Answers   Microsoft,


How can would you create an instance of the object in COM

2 Answers  


Categories