Click here to Skip to main content
15,913,722 members
Home / Discussions / COM
   

COM

 
QuestionHow to register a proxy/stub DLL on the client? Pin
pelos21-Mar-04 10:54
pelos21-Mar-04 10:54 
AnswerRe: How to register a proxy/stub DLL on the client? Pin
pelos21-Mar-04 21:07
pelos21-Mar-04 21:07 
GeneralRe: How to register a proxy/stub DLL on the client? Pin
Nissim Salomon23-Mar-04 0:49
Nissim Salomon23-Mar-04 0:49 
GeneralActivesX design questions Pin
Cedric Moonen19-Mar-04 1:03
Cedric Moonen19-Mar-04 1:03 
GeneralRe: ActivesX design questions Pin
Cedric Moonen19-Mar-04 2:10
Cedric Moonen19-Mar-04 2:10 
QuestionAnybody know the future of MMC ? Pin
Richard John18-Mar-04 18:15
Richard John18-Mar-04 18:15 
AnswerRe: Anybody know the future of MMC ? Pin
Heath Stewart25-Mar-04 6:08
protectorHeath Stewart25-Mar-04 6:08 
GeneralDrag Stream -> Drop File Pin
Tristan Rhodes18-Mar-04 12:32
Tristan Rhodes18-Mar-04 12:32 
How would I go about converting a dragged stream object, into a dropped file object? The stream would be a stream of bytes dropped into the windows shell (explorer / desktop etc).

I get the impression I would need to implement my own DataObject that implements IDataObject, and load it with the appropriate STGMEDIUM and FORMATETC structs representing a stream.

Then, when dropped, a new file object needs to be created exposing some storage interface (IPersistStorage, or IStorage?), and then this needs to be given the IStream interface of the stream that is being dropped into it. Following that, i'm assuming windows shell can handle it.

How close am I?

(Note: The drop source is a wrapped managed C# interface, i can create a new stream object implementing the IStream interface, and read in my serialized bytes to it. The problem above is where i go from there.)

Cheers

Cata
GeneralRe: Drag Stream -> Drop File Pin
Heath Stewart25-Mar-04 3:50
protectorHeath Stewart25-Mar-04 3:50 
GeneralEncapsulating an ActiveX inside an ActiveX Pin
Cedric Moonen18-Mar-04 3:24
Cedric Moonen18-Mar-04 3:24 
GeneralRe: Encapsulating an ActiveX inside an ActiveX Pin
Prakash Nadar18-Mar-04 5:13
Prakash Nadar18-Mar-04 5:13 
GeneralRe: Encapsulating an ActiveX inside an ActiveX Pin
Cedric Moonen18-Mar-04 20:11
Cedric Moonen18-Mar-04 20:11 
GeneralRe: Encapsulating an ActiveX inside an ActiveX Pin
Prakash Nadar19-Mar-04 14:34
Prakash Nadar19-Mar-04 14:34 
QuestionRebuild my dialog-app to ActiveX? Pin
anderslundsgard17-Mar-04 21:33
anderslundsgard17-Mar-04 21:33 
Generala little problem with an RGS file Pin
zilch16-Mar-04 14:33
zilch16-Mar-04 14:33 
GeneralIBidiSpl COM interface Pin
Ankwa16-Mar-04 9:38
Ankwa16-Mar-04 9:38 
GeneralCalling The Task Manager Dialogue Box of SQL Server Pin
Member 12971216-Mar-04 8:25
Member 12971216-Mar-04 8:25 
GeneralSharing an object from 2 process Pin
Member 399012516-Mar-04 8:19
Member 399012516-Mar-04 8:19 
GeneralRe: Sharing an object from 2 process Pin
Yoav S17-Mar-04 2:25
sussYoav S17-Mar-04 2:25 
GeneralCOM, shell extension, problem with RGS file Pin
zilch15-Mar-04 22:55
zilch15-Mar-04 22:55 
GeneralRe: COM, shell extension, problem with RGS file Pin
Mike Dimmick16-Mar-04 2:19
Mike Dimmick16-Mar-04 2:19 
GeneralRe: COM, shell extension, problem with RGS file Pin
zilch16-Mar-04 4:39
zilch16-Mar-04 4:39 
GeneralRe: COM, shell extension, problem with RGS file Pin
zilch16-Mar-04 13:38
zilch16-Mar-04 13:38 
GeneralDLL Functions Pin
Ali Alaradi15-Mar-04 0:07
Ali Alaradi15-Mar-04 0:07 
GeneralRe: DLL Functions Pin
Steve S15-Mar-04 0:30
Steve S15-Mar-04 0:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.