Click here to Skip to main content
15,915,600 members
Home / Discussions / COM
   

COM

 
GeneralRe: threading problems Pin
pba_9-Apr-03 13:07
pba_9-Apr-03 13:07 
Generalsome questions about events Pin
particle2k31-Mar-03 4:34
particle2k31-Mar-03 4:34 
GeneralRe: some questions about events Pin
Vi231-Mar-03 23:39
Vi231-Mar-03 23:39 
GeneralRe: some questions about events Pin
particle2k1-Apr-03 1:03
particle2k1-Apr-03 1:03 
GeneralRe: some questions about events Pin
Vi21-Apr-03 2:15
Vi21-Apr-03 2:15 
GeneralRe: some questions about events Pin
particle2k1-Apr-03 2:32
particle2k1-Apr-03 2:32 
QuestionCan com post message to app? I own the COM and app. Pin
xiaochnegwx29-Mar-03 15:35
xiaochnegwx29-Mar-03 15:35 
AnswerRe: Can com post message to app? I own the COM and app. Pin
geo_m29-Mar-03 22:56
geo_m29-Mar-03 22:56 
Yes, it can - depends what you see under 'message'.
But in a general way - if it is interprocess COM he can use wide range of 'messages'.

First it is COM events - like ActiveX components also the COM library can fire events - this OnSomething functions.

It can also send the old plain window message (WM_USER).

It can use the Win32 events - here the message is only 1 bit of info (evt set or not).

then its the whole range of IPC stuff (pipes, mailslots, sockets...).

Depends what you want to do and what you want to achieve.
GeneralI only want to post WM_USER to app.How can I do? Pin
xiaochnegwx1-Apr-03 6:56
xiaochnegwx1-Apr-03 6:56 
GeneralRe: I only want to post WM_USER to app.How can I do? Pin
geo_m1-Apr-03 7:45
geo_m1-Apr-03 7:45 
GeneralBasic ATL-COM problem Pin
Francisco José Sen del Prado29-Mar-03 6:27
Francisco José Sen del Prado29-Mar-03 6:27 
GeneralRe: Basic ATL-COM problem Pin
Brian Shifrin29-Mar-03 13:12
Brian Shifrin29-Mar-03 13:12 
GeneralReturn Icon/Bitmap data from a method Pin
thowra29-Mar-03 1:35
thowra29-Mar-03 1:35 
GeneralRe: Return Icon/Bitmap data from a method Pin
Vi231-Mar-03 22:54
Vi231-Mar-03 22:54 
GeneralMIDL: Error related to Forward Dec;aration Pin
Ahsan Abbas27-Mar-03 22:28
Ahsan Abbas27-Mar-03 22:28 
GeneralRe: MIDL: Error related to Forward Dec;aration Pin
safee ullah28-Mar-03 0:29
safee ullah28-Mar-03 0:29 
GeneralRe: MIDL: Error related to Forward Dec;aration Pin
Ahsan Abbas28-Mar-03 0:54
Ahsan Abbas28-Mar-03 0:54 
GeneralRe: MIDL: Error related to Forward Dec;aration Pin
safee ullah30-Mar-03 19:05
safee ullah30-Mar-03 19:05 
GeneralReverse engineering Information on MsOCF! Pin
safee ullah27-Mar-03 18:49
safee ullah27-Mar-03 18:49 
GeneralRe: Reverse engineering Information on MsOCF! Pin
Stephane Rodriguez.30-Mar-03 7:29
Stephane Rodriguez.30-Mar-03 7:29 
GeneralRe: Reverse engineering Information on MsOCF! Pin
safee ullah31-Mar-03 20:02
safee ullah31-Mar-03 20:02 
GeneralRe: Reverse engineering Information on MsOCF! Pin
Stephane Rodriguez.31-Mar-03 20:14
Stephane Rodriguez.31-Mar-03 20:14 
GeneralRe: Reverse engineering Information on MsOCF! Pin
Anonymous11-Apr-03 0:47
Anonymous11-Apr-03 0:47 
GeneralRe: Reverse engineering Information on MsOCF! Pin
safee ullah11-Apr-03 0:51
safee ullah11-Apr-03 0:51 
GeneralRe: Reverse engineering Information on MsOCF! Pin
Stephane Rodriguez.11-Apr-03 7:03
Stephane Rodriguez.11-Apr-03 7:03 

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.