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

COM

 
GeneralRe: Marshalling problem Pin
Lim Bio Liong19-Aug-05 5:20
Lim Bio Liong19-Aug-05 5:20 
GeneralRe: Marshalling problem Pin
Lim Bio Liong19-Aug-05 4:52
Lim Bio Liong19-Aug-05 4:52 
Generalmshtml programming Pin
softty18-Aug-05 9:46
softty18-Aug-05 9:46 
GeneralAdding a new Interface to Existing component Pin
BicycleTheif18-Aug-05 1:50
BicycleTheif18-Aug-05 1:50 
GeneralRe: Adding a new Interface to Existing component Pin
Milton Karimbekallil20-Aug-05 8:30
Milton Karimbekallil20-Aug-05 8:30 
GeneralCOM with VB.net and C#.NET Pin
Darren Whittall17-Aug-05 11:01
Darren Whittall17-Aug-05 11:01 
GeneralPowerpoint automation with VC++ Pin
spelhatre17-Aug-05 4:21
spelhatre17-Aug-05 4:21 
GeneralRe: coclass Pin
Lim Bio Liong17-Aug-05 6:36
Lim Bio Liong17-Aug-05 6:36 
Hello Nithya..,

Simply add the following line to the coclass declaration :

interface Ibbb;

as in :

//idf file
coclass aaa
{
[default] interface Iaaa;
interface Ibbb;
};

make sure that Ibbb is either defined in the same IDL or the IDL that contains the definition of Ibbb is imported into your IDL.

After this is done, if you are using ATL, use the ATL wizard to "implement interface" the Ibbb interface.



Best Regards,
Bo.

GeneralUsing ActiveX as pop-up menu Pin
Spaz8016-Aug-05 22:02
Spaz8016-Aug-05 22:02 
GeneralIn-Proc becomes client to Out-of-Proc Pin
Jnewg516-Aug-05 1:35
Jnewg516-Aug-05 1:35 
GeneralAutomation Question Pin
Joel Holdsworth15-Aug-05 22:38
Joel Holdsworth15-Aug-05 22:38 
GeneralActiveX Ctrl for web application Pin
SS0587015-Aug-05 5:40
SS0587015-Aug-05 5:40 
Generaltopic for projects Pin
V.G13-Aug-05 2:14
V.G13-Aug-05 2:14 
GeneralIDispatch Question Pin
Joel Holdsworth12-Aug-05 4:20
Joel Holdsworth12-Aug-05 4:20 
GeneralRe: IDispatch Question Pin
Vi214-Aug-05 19:48
Vi214-Aug-05 19:48 
GeneralRe: IDispatch Question Pin
Joel Holdsworth15-Aug-05 2:59
Joel Holdsworth15-Aug-05 2:59 
GeneralRe: IDispatch Question Pin
Jörgen Sigvardsson15-Aug-05 8:27
Jörgen Sigvardsson15-Aug-05 8:27 
GeneralViewing properties Pin
ECCTechCoord10-Aug-05 6:02
ECCTechCoord10-Aug-05 6:02 
QuestionHow to create a COM in singleton Pin
jimsleon0019-Aug-05 20:40
jimsleon0019-Aug-05 20:40 
AnswerRe: How to create a COM in singleton Pin
William.Wang9-Aug-05 21:42
William.Wang9-Aug-05 21:42 
GeneralRe: How to create a COM in singleton Pin
jimsleon0019-Aug-05 22:26
jimsleon0019-Aug-05 22:26 
GeneralRe: How to create a COM in singleton Pin
William.Wang10-Aug-05 17:18
William.Wang10-Aug-05 17:18 
AnswerRe: How to create a COM in singleton Pin
Jörgen Sigvardsson11-Aug-05 12:08
Jörgen Sigvardsson11-Aug-05 12:08 
GeneralExporting .Net Basic STL data types Pin
mohsin_m8-Aug-05 21:31
mohsin_m8-Aug-05 21:31 
GeneralExporting .Net native data types to C# Pin
mohsin_m8-Aug-05 21:21
mohsin_m8-Aug-05 21:21 

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.