How to Send a file via DCOM ?
Answer / Pankaj Kumar Dagar
To send a file via DCOM (Distributed COM) in Delphi, you can use the IStream interface provided by OLE Automation. Here's an example of how to send a file using DCOM: 1. Create an IStream object using OleCreateStream. 2. Write the file content to the stream. 3. Use the Marshal function to marshal the IStream object. 4. Pass the marshaled data to the recipient through DCOM.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to Retrieving the program that is associated with a given extension?
How to Stop TScrollbar button from blinking ?
How to Creat a flashing icon ?
Hi is there is any tool to debug Delphi ISAPI dlls in borland 2006 framework. AS i am a new to delphi borland i need a detailed description for debugging the web application in delphi as per my analysis the ISAPI dlls calling the htm files please help me ....
How to Draw in scale without using Windows Mapping Modes?
How to Make the drop-down list appear faster?
How to create indexes with the TTable create function?
How to do Sorting on Calculated fields ?
Why Non-blob column in table required to perform operation with Oracle ?
How to Save and load metafiles in a BLOB field without using DBImage ?
How to Test whether you are connected to the internet ?
How to Create temporary canvas?