Click here to Skip to main content
16,006,013 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Why public destructors? Pin
Anonymous20-Sep-04 11:53
Anonymous20-Sep-04 11:53 
GeneralRe: Why public destructors? Pin
Jörgen Sigvardsson20-Sep-04 13:22
Jörgen Sigvardsson20-Sep-04 13:22 
GeneralRe: Why public destructors? Pin
Christian Graus20-Sep-04 16:16
protectorChristian Graus20-Sep-04 16:16 
GeneralHelp with CTreeCtrl TVS_HASBUTTONS vs NM_CLICK Pin
Cedar Sith20-Sep-04 11:00
Cedar Sith20-Sep-04 11:00 
GeneralRe: Help with CTreeCtrl TVS_HASBUTTONS vs NM_CLICK Pin
Aamir Butt20-Sep-04 22:16
Aamir Butt20-Sep-04 22:16 
GeneralRe: Help with CTreeCtrl TVS_HASBUTTONS vs NM_CLICK Pin
Cedar Sith21-Sep-04 8:40
Cedar Sith21-Sep-04 8:40 
GeneralRe: Help with CTreeCtrl TVS_HASBUTTONS vs NM_CLICK Pin
RChin21-Sep-04 0:35
RChin21-Sep-04 0:35 
GeneralMFC/VBA question Pin
mdave20-Sep-04 10:44
mdave20-Sep-04 10:44 
I'm experienced with MFC/C++, but new to the VBA world, and I've been charged with writing a MFC app that can be controlled by (possibly user-written) VBA scripts, just as the bigtime MS apps are.

I've gotten the VBA SDK, and I followed the documentation to the point where I can make a MFC app that can call up the VBA IDE and a macro dialog using APC. But there, the documentation appears to end, there is apparently nothing that tells me how to hook up the functionality inside my app to run outside VB files.

That is, if I have a class in my C++ app: CMyDoc::Foo(int x), what do I need to do so that I can write a VB file that says something like:

for x = 1 to 5
mydoc.Foo(x)
next

and get it to run?


GeneralRe: MFC/VBA question Pin
User 58385220-Sep-04 20:27
User 58385220-Sep-04 20:27 
GeneralRe: MFC/VBA question Pin
RChin21-Sep-04 0:45
RChin21-Sep-04 0:45 
GeneralRe: MFC/VBA question Pin
RChin21-Sep-04 0:46
RChin21-Sep-04 0:46 
GeneralUrgent... help needed... Image format conversion into BMP format in vc++ Pin
Kiran Satish20-Sep-04 10:26
Kiran Satish20-Sep-04 10:26 
GeneralRe: Not much help but... Pin
Budric B.20-Sep-04 10:41
Budric B.20-Sep-04 10:41 
GeneralRe: Not much help but... Pin
Kiran Satish20-Sep-04 10:51
Kiran Satish20-Sep-04 10:51 
GeneralRe: Not much help but... Pin
Christian Graus20-Sep-04 11:13
protectorChristian Graus20-Sep-04 11:13 
GeneralRe: Not much help but... Pin
Kiran Satish20-Sep-04 12:15
Kiran Satish20-Sep-04 12:15 
GeneralRe: Not much help but... Pin
Christian Graus20-Sep-04 12:17
protectorChristian Graus20-Sep-04 12:17 
GeneralRe: Not much help but... Pin
Kiran Satish20-Sep-04 16:49
Kiran Satish20-Sep-04 16:49 
GeneralRe: Not much help but... Pin
Christian Graus20-Sep-04 16:58
protectorChristian Graus20-Sep-04 16:58 
GeneralRe: Not much help but... Pin
Anonymous21-Sep-04 7:24
Anonymous21-Sep-04 7:24 
GeneralRe: Not much help but... Pin
Christian Graus21-Sep-04 10:16
protectorChristian Graus21-Sep-04 10:16 
GeneralRe: Not much help but... Pin
Kiran Satish21-Sep-04 18:42
Kiran Satish21-Sep-04 18:42 
GeneralRe: Not much help but... Pin
Christian Graus22-Sep-04 10:21
protectorChristian Graus22-Sep-04 10:21 
GeneralRe: Not much help but... Pin
Kiran Satish21-Sep-04 19:29
Kiran Satish21-Sep-04 19:29 
GeneralRe: Not much help but... Pin
Christian Graus22-Sep-04 10:22
protectorChristian Graus22-Sep-04 10:22 

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.