Click here to Skip to main content
15,900,396 members
Home / Discussions / COM
   

COM

 
GeneralRe: Fire event from thread on ATL COM server (VC2003)... Pin
achainard8-Nov-07 4:40
achainard8-Nov-07 4:40 
GeneralRe: Fire event from thread on ATL COM server (VC2003)... Pin
Roger Stoltz8-Nov-07 5:13
Roger Stoltz8-Nov-07 5:13 
GeneralRe: Fire event from thread on ATL COM server (VC2003)... [modified] Pin
achainard8-Nov-07 6:49
achainard8-Nov-07 6:49 
Question.NET c# HowTo overload a COM class/interface ? Pin
FriendOfAsherah6-Nov-07 4:55
FriendOfAsherah6-Nov-07 4:55 
AnswerRe: .NET c# HowTo overload a COM class/interface ? Pin
Nathan Holt at EMOM9-Nov-07 5:44
Nathan Holt at EMOM9-Nov-07 5:44 
GeneralRe: .NET c# HowTo overload a COM class/interface ? Pin
FriendOfAsherah9-Nov-07 9:05
FriendOfAsherah9-Nov-07 9:05 
GeneralRe: .NET c# HowTo overload a COM class/interface ? Pin
Nathan Holt at EMOM9-Nov-07 11:27
Nathan Holt at EMOM9-Nov-07 11:27 
GeneralRe: .NET c# HowTo overload a COM class/interface ? Pin
FriendOfAsherah9-Nov-07 18:57
FriendOfAsherah9-Nov-07 18:57 
How easy ... by containment ...
This works !! Big Grin | :-D Big Grin | :-D

I spend hours trying to use typecasting and calling base.Function() and base.Property=...

This is the COM Interface I have:
[CoClass CCOMClass]<br />
...<br />
public interface ICOMOuter : ICOMInner<br />
{ // not any character inside this interfaces {} <br />
}<br />
<br />
public interface ICOMInner<br />
{<br />
  [DispId1]<br />
  public string Property1 { get; set; }<br />
  ... etc.<br />
}<br />


And I tried derive, inherit with:
public class MyClass : ICOMOuter<br />
{ ....<br />
}<br />

And
public class MyClass : ICOMOuter , ICOMInner<br />
{ ...<br />
}<br />


both never compiled .... Confused | :confused: Mad | :mad:
Dont know why until now Smile | :)

Thanks a lot :-Dfor the idea !
QuestionCOM event firing to multiple targets Pin
eero_p5-Nov-07 23:34
eero_p5-Nov-07 23:34 
AnswerRe: COM event firing to multiple targets Pin
Hubert Mayer9-Nov-07 3:00
Hubert Mayer9-Nov-07 3:00 
GeneralRe: COM event firing to multiple targets Pin
Rajasekharan Vengalil10-Nov-07 13:01
Rajasekharan Vengalil10-Nov-07 13:01 
GeneralRe: COM event firing to multiple targets Pin
eero_p12-Nov-07 20:59
eero_p12-Nov-07 20:59 
Questionwmi ---WBEM_E_INVALID_METHOD_PARAMETERS Pin
Hanks_Compal5-Nov-07 5:31
Hanks_Compal5-Nov-07 5:31 
QuestionREGTLB Pin
hiajay4-Nov-07 22:38
hiajay4-Nov-07 22:38 
AnswerRe: REGTLB Pin
User 2155975-Nov-07 0:18
User 2155975-Nov-07 0:18 
GeneralRe: REGTLB Pin
hiajay5-Nov-07 0:31
hiajay5-Nov-07 0:31 
GeneralRe: REGTLB Pin
User 2155975-Nov-07 0:41
User 2155975-Nov-07 0:41 
QuestionLearning COM Pin
vipin_nvk30-Oct-07 22:54
vipin_nvk30-Oct-07 22:54 
AnswerRe: Learning COM Pin
CPallini30-Oct-07 23:12
mveCPallini30-Oct-07 23:12 
AnswerRe: Learning COM Pin
Hakan Bulut1-Nov-07 5:11
Hakan Bulut1-Nov-07 5:11 
JokeRe: Learning COM Pin
CPallini1-Nov-07 22:06
mveCPallini1-Nov-07 22:06 
GeneralRe: Learning COM Pin
Hakan Bulut1-Nov-07 23:29
Hakan Bulut1-Nov-07 23:29 
GeneralNOT competitive! Pin
CPallini1-Nov-07 23:39
mveCPallini1-Nov-07 23:39 
JokeRe: NOT competitive! [modified] Pin
Hakan Bulut2-Nov-07 8:11
Hakan Bulut2-Nov-07 8:11 
QuestionHow can I get the coordinates IHTMLLIElement at www.microsoft.com Pin
Alexxx30-Oct-07 21:18
Alexxx30-Oct-07 21:18 

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.