Click here to Skip to main content
15,895,370 members
Home / Discussions / COM
   

COM

 
QuestionPlease recommend me a com book. Pin
crazy6612-Nov-09 10:54
crazy6612-Nov-09 10:54 
AnswerRe: Please recommend me a com book. Pin
«_Superman_»12-Nov-09 16:40
professional«_Superman_»12-Nov-09 16:40 
AnswerRe: Please recommend me a com book. Pin
cariolihome13-Nov-09 11:40
cariolihome13-Nov-09 11:40 
GeneralRe: Please recommend me a com book. Pin
apraev22-Nov-09 19:43
apraev22-Nov-09 19:43 
GeneralRe: Please recommend me a com book. Pin
serzh8323-Nov-09 0:14
serzh8323-Nov-09 0:14 
GeneralRe: Please recommend me a com book. Pin
KarstenK27-Nov-09 2:53
mveKarstenK27-Nov-09 2:53 
AnswerRe: Please recommend me a com book. Pin
Baltoro14-Nov-09 10:15
Baltoro14-Nov-09 10:15 
QuestionSet the properties of a DirectShow filter (not DMO filter) in code (no GUI) C# Interop. [modified] Pin
RobstaHendricks12-Nov-09 2:42
RobstaHendricks12-Nov-09 2:42 
QuestionInterop Excel Pin
mithun narayanan11-Nov-09 23:53
mithun narayanan11-Nov-09 23:53 
AnswerRe: Interop Excel Pin
Stuart Dootson12-Nov-09 0:46
professionalStuart Dootson12-Nov-09 0:46 
QuestionForcing Internet Explorer to unload an ActiveX Pin
advance5125-Nov-09 12:26
advance5125-Nov-09 12:26 
AnswerRe: Forcing Internet Explorer to unload an ActiveX Pin
serzh836-Nov-09 5:49
serzh836-Nov-09 5:49 
GeneralRe: Forcing Internet Explorer to unload an ActiveX Pin
advance5126-Nov-09 10:18
advance5126-Nov-09 10:18 
GeneralRe: Forcing Internet Explorer to unload an ActiveX Pin
cariolihome7-Nov-09 10:45
cariolihome7-Nov-09 10:45 
GeneralRe: Forcing Internet Explorer to unload an ActiveX Pin
Shameel17-Nov-09 4:02
professionalShameel17-Nov-09 4:02 
GeneralRe: Forcing Internet Explorer to unload an ActiveX Pin
advance51217-Nov-09 4:06
advance51217-Nov-09 4:06 
GeneralRe: Forcing Internet Explorer to unload an ActiveX Pin
Shameel17-Nov-09 7:46
professionalShameel17-Nov-09 7:46 
GeneralRe: Forcing Internet Explorer to unload an ActiveX Pin
advance51217-Nov-09 7:49
advance51217-Nov-09 7:49 
GeneralRe: Forcing Internet Explorer to unload an ActiveX Pin
Shameel17-Nov-09 7:51
professionalShameel17-Nov-09 7:51 
GeneralRe: Forcing Internet Explorer to unload an ActiveX Pin
advance51217-Nov-09 22:45
advance51217-Nov-09 22:45 
GeneralRe: Forcing Internet Explorer to unload an ActiveX Pin
Shameel18-Nov-09 7:03
professionalShameel18-Nov-09 7:03 
QuestionHow do you profile your C++ code ? [modified] Pin
Ahmed Charfeddine4-Nov-09 2:08
Ahmed Charfeddine4-Nov-09 2:08 
AnswerRe: How do you profile your C++ code ? Pin
«_Superman_»5-Nov-09 8:27
professional«_Superman_»5-Nov-09 8:27 
AnswerRe: How do you profile your C++ code ? Pin
Ahmed Charfeddine5-Nov-09 19:52
Ahmed Charfeddine5-Nov-09 19:52 
QuestionInvoking exe from windows service(COM Exe runs as service) Pin
KTTransfer3-Nov-09 21:39
KTTransfer3-Nov-09 21:39 
I want to invoke exe(MFC without GUI) from windows service(COM Exe runs as service).

I am using CreateProcessAsUser and trying to invoke, it invokes(when it invokes i am writing log) but not visible in taskmanager.

I doubt that the exe is getting invoked under "SYSTEM" and that is the reason its not visible in taskmanager and nor it works(obvious).

But I want to invoke under "User"(who is logged in).

To do so I tried using LogonUser but it needs username and password of user who is logged in machine. That I cant access.

Please guide me or give me clue.

Requirement is: Exe should run under the user who is logged in.

Regards,
KTTransfer.

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.