Click here to Skip to main content
15,896,269 members
Home / Discussions / COM
   

COM

 
Questionrange setvalue Pin
ForNow13-Dec-12 15:31
ForNow13-Dec-12 15:31 
SuggestionRe: range setvalue Pin
Richard MacCutchan13-Dec-12 22:52
mveRichard MacCutchan13-Dec-12 22:52 
GeneralRe: range setvalue Pin
ForNow14-Dec-12 8:00
ForNow14-Dec-12 8:00 
GeneralRe: range setvalue Pin
Richard MacCutchan14-Dec-12 21:40
mveRichard MacCutchan14-Dec-12 21:40 
GeneralRe: range setvalue Pin
ForNow15-Dec-12 15:23
ForNow15-Dec-12 15:23 
GeneralRe: range setvalue Pin
Richard MacCutchan15-Dec-12 21:09
mveRichard MacCutchan15-Dec-12 21:09 
QuestionPUT_VISIBLE documentation Pin
ForNow12-Dec-12 13:21
ForNow12-Dec-12 13:21 
AnswerRe: PUT_VISIBLE documentation Pin
Richard MacCutchan12-Dec-12 22:45
mveRichard MacCutchan12-Dec-12 22:45 
GeneralRe: PUT_VISIBLE documentation Pin
ForNow13-Dec-12 10:06
ForNow13-Dec-12 10:06 
QuestionRe: PUT_VISIBLE documentation Pin
Richard MacCutchan13-Dec-12 22:51
mveRichard MacCutchan13-Dec-12 22:51 
Questionerror C1083: Cannot open type library file: 'libid:00020813-0000-0000-C000-000000000046': No such file or directory Pin
ForNow5-Dec-12 9:19
ForNow5-Dec-12 9:19 
Question.NET COM DLL doesn't register. Pin
Joni_7829-Nov-12 5:10
Joni_7829-Nov-12 5:10 
AnswerRe: .NET COM DLL doesn't register. Pin
Richard MacCutchan29-Nov-12 6:34
mveRichard MacCutchan29-Nov-12 6:34 
GeneralRe: .NET COM DLL doesn't register. Pin
Joni_7829-Nov-12 6:40
Joni_7829-Nov-12 6:40 
GeneralRe: .NET COM DLL doesn't register. Pin
Richard MacCutchan29-Nov-12 6:59
mveRichard MacCutchan29-Nov-12 6:59 
Questionoffice 2003 interop Pin
DeveloperLife201512-Nov-12 10:34
DeveloperLife201512-Nov-12 10:34 
AnswerRe: office 2003 interop Pin
Bernhard Hiller19-Nov-12 22:40
Bernhard Hiller19-Nov-12 22:40 
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 
I've just been handed the task of replacing an existing COM component.
It has to stay as a COM component as we have no ability to change the caller.
It has to able to call a COM component, that again we can't alter. i.e. where changing the middle part of an existing process and have to do so transparently.

I've been doing some background research, and it looks like I can create a .NET COM component easy enough. Thumbs Up | :thumbsup: I've got a few q's though.

When you create the COM interface and class they have GUID's, do these GUID's have to match the existing COM component? Or is it when the caller makes the COM call the OSConfused | :confused: determines the component based on name?

Another requirement is that the final COM call is 'dynamic' in that the method name we have to call might change, assuming the method will act on the same data is this doable?
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 

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.