Click here to Skip to main content
15,909,030 members
Home / Discussions / COM
   

COM

 
GeneralRe: Problem loading symbols for interop dll Pin
harvey_pekar26-Nov-07 22:57
harvey_pekar26-Nov-07 22:57 
GeneralRe: Problem loading symbols for interop dll Pin
User 21559726-Nov-07 23:30
User 21559726-Nov-07 23:30 
QuestionHow to make a call to skype from Outlook Addin ...? Pin
Sivaprasad S Nair25-Nov-07 23:00
professionalSivaprasad S Nair25-Nov-07 23:00 
AnswerRe: How to make a call to skype from Outlook Addin ...? [modified] Pin
User 21559725-Nov-07 23:38
User 21559725-Nov-07 23:38 
QuestionATL/COM projects Pin
Shaileshvb25-Nov-07 20:39
Shaileshvb25-Nov-07 20:39 
AnswerRe: ATL/COM projects Pin
User 21559725-Nov-07 23:40
User 21559725-Nov-07 23:40 
QuestionExport to Word/Outlook [modified] Pin
Sibble22-Nov-07 0:17
Sibble22-Nov-07 0:17 
NewsCOM objects in debugger's Watch window Pin
Seva A.21-Nov-07 10:01
Seva A.21-Nov-07 10:01 
Frustrated by the process of debugging a COM Automation client over ADO and MSHTML in native Visual C++, I've devised COMWatch - a debugger visualizer for COM objects under native VC++. With COMWatch in place, one can see the contents (i. e. properties and collections) of your typical IDispatch-based object right in the Watch window, like the VB folks are used to. You can see the full object's content or drill down to a specific member, no matter how deep down the object hierachy.

COMWatch works by injecting some code in the project that would dump the object contents in the way the debugger can display it in the proper tree-like format. Given the call-driven nature of Automation, there's no good way to make visualization logic completely debugger-based.

COMWatch is free; you can grab it at http://sevaa.home.sprynet.com/comwatch/ . Enjoy.

Visual Studio .NET 2005 only.
Question.NET Windows Service + COM component - Freezing on ((System.ComponentModel.ISupportInitialize)(this.axMapPro1)).EndInit(); Pin
gixxersix8520-Nov-07 9:14
gixxersix8520-Nov-07 9:14 
AnswerRe: .NET Windows Service + COM component - Freezing on ((System.ComponentModel.ISupportInitialize)(this.axMapPro1)).EndInit(); Pin
User 21559720-Nov-07 10:26
User 21559720-Nov-07 10:26 
GeneralRe: .NET Windows Service + COM component - Freezing on ((System.ComponentModel.ISupportInitialize)(this.axMapPro1)).EndInit(); Pin
gixxersix8520-Nov-07 11:01
gixxersix8520-Nov-07 11:01 
GeneralRe: .NET Windows Service + COM component - Freezing on ((System.ComponentModel.ISupportInitialize)(this.axMapPro1)).EndInit(); Pin
gixxersix8520-Nov-07 11:10
gixxersix8520-Nov-07 11:10 
GeneralRe: .NET Windows Service + COM component - Freezing on ((System.ComponentModel.ISupportInitialize)(this.axMapPro1)).EndInit(); [modified] Pin
User 21559721-Nov-07 1:26
User 21559721-Nov-07 1:26 
QuestionProblem with CreateDispatch [modified] Pin
AbbyIndian19-Nov-07 19:50
AbbyIndian19-Nov-07 19:50 
AnswerRe: Problem with CreateDispatch Pin
User 21559721-Nov-07 1:34
User 21559721-Nov-07 1:34 
GeneralRe: Problem with CreateDispatch Pin
AbbyIndian25-Nov-07 19:06
AbbyIndian25-Nov-07 19:06 
GeneralRe: Problem with CreateDispatch Pin
AbbyIndian25-Nov-07 19:09
AbbyIndian25-Nov-07 19:09 
GeneralRe: Problem with CreateDispatch [modified] Pin
User 21559726-Nov-07 2:34
User 21559726-Nov-07 2:34 
GeneralRe: Problem with CreateDispatch Pin
AbbyIndian26-Nov-07 17:49
AbbyIndian26-Nov-07 17:49 
QuestionVARIANT question.. [modified] Pin
kRogue18-Nov-07 19:07
kRogue18-Nov-07 19:07 
QuestionInternet Explorer Security Setting Programmatically Pin
h@$@n18-Nov-07 18:19
h@$@n18-Nov-07 18:19 
QuestionWhat is the best .NET equivalent architecture for COM(hosted in MTS) Pin
satish_cognz17-Nov-07 5:34
satish_cognz17-Nov-07 5:34 
AnswerRe: What is the best .NET equivalent architecture for COM(hosted in MTS) Pin
josephpotgieter26-Nov-07 3:29
josephpotgieter26-Nov-07 3:29 
QuestionCom interface call takes delay in returning Pin
Sumesh V.V16-Nov-07 1:09
Sumesh V.V16-Nov-07 1:09 
AnswerRe: Com interface call takes delay in returning Pin
Nathan Holt at EMOM16-Nov-07 7:24
Nathan Holt at EMOM16-Nov-07 7:24 

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.