Click here to Skip to main content
16,004,778 members
Home / Discussions / COM
   

COM

 
AnswerRe: Define a enum type variable on the Interface (ATL project) ? Pin
Vi21-Jul-08 17:33
Vi21-Jul-08 17:33 
QuestionPassing an array from an ActiveX class Pin
Hampus@foi26-Jun-08 2:55
Hampus@foi26-Jun-08 2:55 
AnswerRe: Passing an array from an ActiveX class Pin
KarstenK26-Jun-08 3:22
mveKarstenK26-Jun-08 3:22 
GeneralRe: Passing an array from an ActiveX class Pin
Hampus@foi26-Jun-08 3:39
Hampus@foi26-Jun-08 3:39 
AnswerRe: Passing an array from an ActiveX class Pin
Lim Bio Liong26-Jun-08 7:21
Lim Bio Liong26-Jun-08 7:21 
GeneralRe: Passing an array from an ActiveX class Pin
Hampus@foi26-Jun-08 20:40
Hampus@foi26-Jun-08 20:40 
GeneralRe: Passing an array from an ActiveX class Pin
Lim Bio Liong26-Jun-08 21:26
Lim Bio Liong26-Jun-08 21:26 
QuestionAutomation, COM, server destruction Pin
ON_Vlad23-Jun-08 9:07
ON_Vlad23-Jun-08 9:07 
I have Automation object implemented as a local server (.exe). Client creates it through CreateDispatch(...). Default behavior for Automation, when client is closing, is to destroy all COM stuff in OleUninitialize(). As a default - it's ok, but I'm trying to run my server disconnected from the client as it has to perform very lengthy operations.
If I set dispatch's m_bAutoRelease to FALSE, it keeps my dispatch in the runningobject table, nevertheless server's MainFrame window gets WM_DESTROY and WN_NCDESTROY and server gets closed.
Attempt to set (in server) AfxOleUserContorl(TRUE), while calling server very first time, seems to have no effect on server default distruction.
Is there any way to change the default behavior and avoid local server destruction (closing) Frown | :( ?
AnswerRe: Automation, COM, server destruction Pin
KarstenK26-Jun-08 3:29
mveKarstenK26-Jun-08 3:29 
GeneralRe: Automation, COM, server destruction Pin
ON_Vlad26-Jun-08 5:19
ON_Vlad26-Jun-08 5:19 
QuestionCOM Addin registery setting on Terminal server Pin
manisghouri23-Jun-08 1:06
manisghouri23-Jun-08 1:06 
Questionhow to export com dll(have created with c#) to .lib type library? Pin
iman_kh20-Jun-08 9:22
iman_kh20-Jun-08 9:22 
QuestionProgrammtically Unregister COM Server Pin
Brady Kelly19-Jun-08 1:59
Brady Kelly19-Jun-08 1:59 
AnswerRe: Programmtically Unregister COM Server Pin
CPallini19-Jun-08 2:09
mveCPallini19-Jun-08 2:09 
AnswerRe: Programmtically Unregister COM Server Pin
KarstenK19-Jun-08 2:29
mveKarstenK19-Jun-08 2:29 
QuestionASPTypeLibrary.Request and HttpRequest in COM Pin
mfmaneef18-Jun-08 21:58
mfmaneef18-Jun-08 21:58 
QuestionRegistration Free COM Pin
Brady Kelly17-Jun-08 3:42
Brady Kelly17-Jun-08 3:42 
AnswerRe: Registration Free COM Pin
Stephen Hewitt17-Jun-08 19:01
Stephen Hewitt17-Jun-08 19:01 
GeneralRe: Registration Free COM Pin
Brady Kelly17-Jun-08 20:22
Brady Kelly17-Jun-08 20:22 
AnswerRe: Registration Free COM Pin
KarstenK19-Jun-08 2:35
mveKarstenK19-Jun-08 2:35 
GeneralRe: Registration Free COM Pin
Brady Kelly19-Jun-08 3:12
Brady Kelly19-Jun-08 3:12 
GeneralRe: Registration Free COM Pin
CPallini19-Jun-08 21:35
mveCPallini19-Jun-08 21:35 
AnswerRe: Registration Free COM Pin
indranil banerjee24-Jun-08 11:42
indranil banerjee24-Jun-08 11:42 
GeneralRe: Registration Free COM Pin
Brady Kelly24-Jun-08 11:49
Brady Kelly24-Jun-08 11:49 
QuestionActiveX User Control is not loading Pin
Shriniwasan Viswanathan15-Jun-08 4:09
Shriniwasan Viswanathan15-Jun-08 4:09 

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.