Click here to Skip to main content
15,886,693 members
Home / Discussions / COM
   

COM

 
GeneralRe: office 2003 interop Pin
AnkitGoel.com10-Dec-12 17:47
AnkitGoel.com10-Dec-12 17:47 
QuestionHow to get INTERFACEDATA from ITypeInfo? Pin
masterhe11-Nov-12 3:50
masterhe11-Nov-12 3:50 
QuestionHow to add a bar in the bottom of Windows Explorer(not IE)? Pin
ohsorry9-Nov-12 16:07
ohsorry9-Nov-12 16:07 
AnswerRe: How to add a bar in the bottom of Windows Explorer(not IE)? Pin
Richard MacCutchan9-Nov-12 23:29
mveRichard MacCutchan9-Nov-12 23:29 
Question.NET COM component to replace existing Pin
cjb1108-Nov-12 6:59
cjb1108-Nov-12 6:59 
AnswerRe: .NET COM component to replace existing Pin
manoranjan20-Nov-12 5:56
manoranjan20-Nov-12 5:56 
GeneralRe: .NET COM component to replace existing Pin
cjb11020-Nov-12 9:17
cjb11020-Nov-12 9:17 
GeneralRe: .NET COM component to replace existing Pin
manoranjan20-Nov-12 17:03
manoranjan20-Nov-12 17:03 
There are two scenarios:

1. Replace the 3rd party COM component and consequently use a different COM Interface (with a different signature).

This scenario is independent of COM programming. I would use Adaptor design pattern for this problem.

2. Replace the 3rd party COM component but use same COM Interface (i.e. the Interface's GUID is same).

In this case there will be no change in your program. All you need to do is to unregister the old COM server and register the new COM server.
QuestionEnumeration of implemented interfaces Pin
_Kel_22-Oct-12 6:30
_Kel_22-Oct-12 6:30 
GeneralRe: Enumeration of implemented interfaces Pin
_Kel_10-Dec-12 23:32
_Kel_10-Dec-12 23:32 
GeneralUsing Open MPI and CUDA in Windows 7 Pin
Sijo Mathew17-Sep-12 23:40
professionalSijo Mathew17-Sep-12 23:40 
QuestionCOM+ Talking To DCOM Object Pin
Member 81371057-Sep-12 3:43
Member 81371057-Sep-12 3:43 
AnswerRe: COM+ Talking To DCOM Object Pin
Member 81371057-Sep-12 4:43
Member 81371057-Sep-12 4:43 
AnswerRe: COM+ Talking To DCOM Object Pin
skydger19-Sep-12 10:25
skydger19-Sep-12 10:25 
QuestionCOM and its availability via IIS Pin
gsvolt27-Aug-12 11:02
gsvolt27-Aug-12 11:02 
AnswerRe: COM and its availability via IIS Pin
Wes Aday27-Aug-12 11:12
professionalWes Aday27-Aug-12 11:12 
AnswerRe: COM and its availability via IIS Pin
Eddy Vluggen12-Oct-12 14:01
professionalEddy Vluggen12-Oct-12 14:01 
Questionusing a dll to read an smart card Pin
javadadabi17-Jun-12 8:44
javadadabi17-Jun-12 8:44 
AnswerRe: using a dll to read an smart card Pin
javadadabi20-Jun-12 1:53
javadadabi20-Jun-12 1:53 
AnswerRe: using a dll to read an smart card Pin
Brandon-X120001-Oct-12 3:49
Brandon-X120001-Oct-12 3:49 
QuestionOffice Outlook COM Interop best practice. Pin
The Fist30-Mar-12 12:00
The Fist30-Mar-12 12:00 
QuestionIs COM an 'outdated' technology? Pin
krumia21-Feb-12 18:05
krumia21-Feb-12 18:05 
AnswerRe: Is COM an 'outdated' technology? Pin
Richard MacCutchan21-Feb-12 21:26
mveRichard MacCutchan21-Feb-12 21:26 
GeneralRe: Is COM an 'outdated' technology? Pin
krumia21-Feb-12 21:33
krumia21-Feb-12 21:33 
GeneralRe: Is COM an 'outdated' technology? PinPopular
Richard MacCutchan21-Feb-12 21:58
mveRichard MacCutchan21-Feb-12 21:58 

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.