Click here to Skip to main content
15,900,714 members
Home / Discussions / COM
   

COM

 
GeneralRe: ActiveX Exe Registeration Pin
MohammadAmiry27-Jul-05 21:12
MohammadAmiry27-Jul-05 21:12 
GeneralCOM registration problems Pin
gxdata23-Jul-05 21:20
gxdata23-Jul-05 21:20 
GeneralCOM Control Not Getting the Message Pin
McClamm22-Jul-05 7:40
McClamm22-Jul-05 7:40 
GeneralRe: COM Control Not Getting the Message Pin
McClamm22-Jul-05 9:27
McClamm22-Jul-05 9:27 
GeneralRe: COM Control Not Getting the Message Pin
Jörgen Sigvardsson23-Jul-05 3:23
Jörgen Sigvardsson23-Jul-05 3:23 
GeneralWin32 Application and IE Pin
cyp0rk21-Jul-05 16:16
cyp0rk21-Jul-05 16:16 
GeneralCOM Event Queues Pin
Anonymous21-Jul-05 2:48
Anonymous21-Jul-05 2:48 
GeneralRe: COM Event Queues Pin
I am ke xu24-Jul-05 0:20
I am ke xu24-Jul-05 0:20 
COM event is implemented through call back interface,the client is responsible for the creation of the interface which is also called event sink.
when COM server fires a event,the server searchs event map array to find corresponding event entry, if the server find event response function implemented by client,then the event is processed.
So,as you see, there is no event queue.If your server
is a single thread application,the server will not continue until the client has finished the processing of the event.

If you want to be a great programmer,then never stoplearning
GeneralRe: COM Event Queues Pin
Anonymous24-Jul-05 10:20
Anonymous24-Jul-05 10:20 
Generalcommunication between COM objects Pin
Member 1106649721-Jul-05 2:20
Member 1106649721-Jul-05 2:20 
GeneralAggregation Pin
madness50121-Jul-05 1:16
madness50121-Jul-05 1:16 
GeneralRe: Aggregation Pin
Anuj Purwar25-Jul-05 2:00
Anuj Purwar25-Jul-05 2:00 
GeneralATL-COM: Unable to remove popup menu from MSWord Pin
mandanani21-Jul-05 1:12
mandanani21-Jul-05 1:12 
Generalchat application problem --remote connection Pin
Murat AKA20-Jul-05 9:11
Murat AKA20-Jul-05 9:11 
GeneralRe: chat application problem --remote connection Pin
I am ke xu24-Jul-05 0:08
I am ke xu24-Jul-05 0:08 
GeneralRe: chat application problem --remote connection Pin
Murat AKA24-Jul-05 4:29
Murat AKA24-Jul-05 4:29 
GeneralQuestion On Passing Data To Custom Draw Message Handler Pin
yccheok19-Jul-05 22:55
yccheok19-Jul-05 22:55 
Generalstandalone COM server (exe) not instantiating Pin
gautaminova19-Jul-05 16:48
gautaminova19-Jul-05 16:48 
GeneralIExplorer Button with menu Pin
18-Jul-05 11:34
suss18-Jul-05 11:34 
GeneralAdding dialog to Activex - VC++ Pin
urssmiling18-Jul-05 4:10
urssmiling18-Jul-05 4:10 
GeneralActiveX to server communication Pin
vinodraut18-Jul-05 1:45
vinodraut18-Jul-05 1:45 
GeneralEvents in RTC-client Pin
TheVictorious18-Jul-05 0:02
TheVictorious18-Jul-05 0:02 
GeneralActiveX Control on a Window Pin
Maddie from Dartford17-Jul-05 23:54
Maddie from Dartford17-Jul-05 23:54 
GeneralRe: ActiveX Control on a Window Pin
vishalmore19-Jul-05 3:30
vishalmore19-Jul-05 3:30 
QuestionHow to use the texture as the background of bars in mschart? Pin
luckyeagle17-Jul-05 23:46
luckyeagle17-Jul-05 23:46 

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.