Click here to Skip to main content
15,899,314 members
Home / Discussions / COM
   

COM

 
GeneralRe: CreateInstance failed in Windows service Pin
hybride30-Oct-06 23:49
hybride30-Oct-06 23:49 
QuestionHow to mashal IElementBehaviorFactory interface? Pin
jinhaibo25-Oct-06 16:55
jinhaibo25-Oct-06 16:55 
AnswerRe: How to mashal IElementBehaviorFactory interface? Pin
Stephen Hewitt25-Oct-06 18:47
Stephen Hewitt25-Oct-06 18:47 
GeneralRe: How to mashal IElementBehaviorFactory interface? Pin
jinhaibo25-Oct-06 19:37
jinhaibo25-Oct-06 19:37 
GeneralRe: How to mashal IElementBehaviorFactory interface? Pin
Stephen Hewitt25-Oct-06 19:44
Stephen Hewitt25-Oct-06 19:44 
GeneralRe: How to mashal IElementBehaviorFactory interface? Pin
jinhaibo25-Oct-06 20:03
jinhaibo25-Oct-06 20:03 
QuestionHow to debug when I'm developing an outlook add-in using COM? Pin
OctopusThu25-Oct-06 8:35
OctopusThu25-Oct-06 8:35 
AnswerRe: How to debug when I'm developing an outlook add-in using COM? Pin
Jörgen Sigvardsson25-Oct-06 9:48
Jörgen Sigvardsson25-Oct-06 9:48 
A poor man's hack would be to insert __asm int 3 somewhere in the code. That will trigger windows into invoking a debugger. You will get a dialog asking you what to do: debug or quit. Choose debug, and use the running instance of VS.NET to debug. It's not pretty, but it works.

As for starting and quiting outlook: you'll have to learn to live with it. Outlook will lock your add-in dll while it's loaded, making it impossible to link the dll while it's running.


--
Not Y3K Compliant

GeneralRe: How to debug when I'm developing an outlook add-in using COM? Pin
Mike Dimmick25-Oct-06 23:54
Mike Dimmick25-Oct-06 23:54 
QuestionNeed to read value from config file Pin
Shilpa124-Oct-06 10:24
Shilpa124-Oct-06 10:24 
AnswerRe: Need to read value from config file Pin
voorugonda prashanth29-Oct-06 23:09
voorugonda prashanth29-Oct-06 23:09 
Questiongetactiveobject vs cocreateinstance Pin
sbuchner24-Oct-06 2:43
sbuchner24-Oct-06 2:43 
QuestionC# & mswinsock.ocx Pin
Shahin7719-Oct-06 11:41
Shahin7719-Oct-06 11:41 
AnswerRe: C# & mswinsock.ocx Pin
Mike Dimmick23-Oct-06 1:43
Mike Dimmick23-Oct-06 1:43 
QuestionActivedocument error - word addin problem Pin
K edar V18-Oct-06 20:07
K edar V18-Oct-06 20:07 
AnswerRe: Activedocument error - word addin problem Pin
K edar V18-Oct-06 20:25
K edar V18-Oct-06 20:25 
QuestionError while Installing Pin
Jeeva Mary Varghese18-Oct-06 19:26
Jeeva Mary Varghese18-Oct-06 19:26 
GeneralRe: Error while Installing Pin
prasad_som18-Oct-06 20:08
prasad_som18-Oct-06 20:08 
GeneralRe: Error while Installing Pin
Jeeva Mary Varghese18-Oct-06 20:50
Jeeva Mary Varghese18-Oct-06 20:50 
AnswerRe: Error while Installing Pin
Jonathan [Darka]19-Oct-06 23:38
professionalJonathan [Darka]19-Oct-06 23:38 
QuestionQustions about onLoad event!!!~~~~~thanks Pin
Armor Wei18-Oct-06 0:08
Armor Wei18-Oct-06 0:08 
QuestionUrgent : Regarding the delete w.r.t COM Pin
janadhana16-Oct-06 20:46
janadhana16-Oct-06 20:46 
QuestionRe: Urgent : Regarding the delete w.r.t COM Pin
prasad_som16-Oct-06 21:20
prasad_som16-Oct-06 21:20 
AnswerRe: Urgent : Regarding the delete w.r.t COM Pin
janadhana16-Oct-06 22:24
janadhana16-Oct-06 22:24 
AnswerRe: Urgent : Regarding the delete w.r.t COM Pin
prasad_som16-Oct-06 22:36
prasad_som16-Oct-06 22:36 

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.