Click here to Skip to main content
16,004,836 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Calling managed (C#) DLL from unmanaged code (VC++ 6) Pin
Sheng Jiang 蒋晟28-Mar-06 15:52
Sheng Jiang 蒋晟28-Mar-06 15:52 
GeneralRe: Calling managed (C#) DLL from unmanaged code (VC++ 6) Pin
hanofee28-Mar-06 22:12
hanofee28-Mar-06 22:12 
GeneralRe: Calling managed (C#) DLL from unmanaged code (VC++ 6) Pin
Sheng Jiang 蒋晟29-Mar-06 2:51
Sheng Jiang 蒋晟29-Mar-06 2:51 
QuestionMFC ActiveX Control with Visual Studio 2005 Pin
surfman1928-Mar-06 4:35
surfman1928-Mar-06 4:35 
AnswerRe: MFC ActiveX Control with Visual Studio 2005 Pin
Kurt _B28-Mar-06 5:40
Kurt _B28-Mar-06 5:40 
GeneralRe: MFC ActiveX Control with Visual Studio 2005 Pin
surfman1928-Mar-06 7:43
surfman1928-Mar-06 7:43 
GeneralRe: MFC ActiveX Control with Visual Studio 2005 Pin
Kurt _B28-Mar-06 8:11
Kurt _B28-Mar-06 8:11 
GeneralRe: MFC ActiveX Control with Visual Studio 2005 Pin
surfman1928-Mar-06 8:18
surfman1928-Mar-06 8:18 
You should use the wizard & class view this is alot easier ... but how can i call the wizard??????

i only can use CActiveX_ControlCtrl - Add - Add Function than i see the Add Member Function Wizard!

but i manually have to add the definition in the Dispatch map... and the definition in [ uuid(1103A7D0-19C1-41B5-9EE3-090B71B9ECFF),
helpstring("Dispatch interface for ActiveX_Control Control")]
dispinterface _DActiveX_Control
{
properties:
methods:

[id(DISPID_ABOUTBOX)] void AboutBox();
[id(1)] long Add(long x, long y); <---------------------------

right?



i use visual studio 2005!!!

cu
GeneralRe: MFC ActiveX Control with Visual Studio 2005 Pin
Kurt _B28-Mar-06 8:34
Kurt _B28-Mar-06 8:34 
GeneralRe: MFC ActiveX Control with Visual Studio 2005 Pin
surfman1928-Mar-06 8:55
surfman1928-Mar-06 8:55 
GeneralRe: MFC ActiveX Control with Visual Studio 2005 Pin
Kurt _B28-Mar-06 9:13
Kurt _B28-Mar-06 9:13 
GeneralRe: MFC ActiveX Control with Visual Studio 2005 Pin
surfman1928-Mar-06 9:55
surfman1928-Mar-06 9:55 
QuestionOverriding Functions with variable argument list. Pin
Suyash28-Mar-06 4:22
Suyash28-Mar-06 4:22 
AnswerRe: Overriding Functions with variable argument list. Pin
toxcct28-Mar-06 5:09
toxcct28-Mar-06 5:09 
Questioncredentials Pin
RomTibi28-Mar-06 4:20
RomTibi28-Mar-06 4:20 
QuestionWriting 64-bit code with VS 2005 Standard ? Pin
Defenestration28-Mar-06 4:19
Defenestration28-Mar-06 4:19 
AnswerRe: Writing 64-bit code with VS 2005 Standard ? Pin
Defenestration28-Mar-06 4:30
Defenestration28-Mar-06 4:30 
GeneralClicket police! Pin
Trollslayer28-Mar-06 7:26
mentorTrollslayer28-Mar-06 7:26 
QuestionProfiling code in VC++ 2005 ? Pin
Defenestration28-Mar-06 4:16
Defenestration28-Mar-06 4:16 
QuestionHow to pass array as a reference parameter? Pin
Ming Luo28-Mar-06 3:18
Ming Luo28-Mar-06 3:18 
AnswerRe: How to pass array as a reference parameter? Pin
toxcct28-Mar-06 3:37
toxcct28-Mar-06 3:37 
AnswerRe: How to pass array as a reference parameter? Pin
BadKarma28-Mar-06 3:53
BadKarma28-Mar-06 3:53 
AnswerRe: How to pass array as a reference parameter? Pin
khan++28-Mar-06 3:57
khan++28-Mar-06 3:57 
QuestionCreateProcess Pin
ilgale28-Mar-06 3:12
ilgale28-Mar-06 3:12 
AnswerRe: CreateProcess Pin
Hamid_RT28-Mar-06 3:20
Hamid_RT28-Mar-06 3:20 

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.