How To Pass a Picture Object Remotely Using COM (180714)
The information in this article applies to:
- Microsoft Visual Basic Enterprise Edition for Windows 5.0
- Microsoft Visual Basic Enterprise Edition for Windows 6.0
This article was previously published under Q180714 SUMMARY
This article discusses how to use the Component Object Model (COM) to pass
objects remotely. This process is commonly referred to as cross-process
object marshaling. The article also examines the difference between passing
objects by reference (ByRef) and by value (ByVal), and demonstrates a
custom marshaling approach to remotely pass a Picture object from one
machine to another (ByVal) using COM.
REFERENCESFor additional information, click the article numbers below
to view the articles in the Microsoft Knowledge Base:
183607 How To Configure DCOM for Visual Basic 5.0 Using DCOMCNFG.EXE
266717 How To Create a DCOM Client/Server Application by Using Visual Basic
267836 How To Create a DCOM Client/Server with Events by Using Visual Basic
268550 How To Use Dcomcnfg for a Visual Basic DCOM Client/Server Application
269330 How To Troubleshoot DCOM for Visual Basic Client/Server Applications
Modification Type: | Minor | Last Reviewed: | 7/2/2004 |
---|
Keywords: | kbcode kbhowto KB180714 |
---|
|