Click here to Skip to main content
15,896,118 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: MDI Pin
Mark Salsbery15-Mar-07 7:58
Mark Salsbery15-Mar-07 7:58 
Questionhow to call add(int i,int j) function in a mfc dll from vb application Pin
punit singh15-Mar-07 5:11
punit singh15-Mar-07 5:11 
QuestionRe: how to call add(int i,int j) function in a mfc dll from vb application Pin
David Crow15-Mar-07 5:24
David Crow15-Mar-07 5:24 
AnswerRe: how to call add(int i,int j) function in a mfc dll from vb application Pin
punit singh15-Mar-07 6:01
punit singh15-Mar-07 6:01 
GeneralRe: how to call add(int i,int j) function in a mfc dll from vb application Pin
David Crow15-Mar-07 6:07
David Crow15-Mar-07 6:07 
GeneralRe: how to call add(int i,int j) function in a mfc dll from vb application Pin
punit singh15-Mar-07 6:36
punit singh15-Mar-07 6:36 
AnswerRe: how to call add(int i,int j) function in a mfc dll from vb application Pin
Cedric Moonen15-Mar-07 5:24
Cedric Moonen15-Mar-07 5:24 
AnswerRe: how to call add(int i,int j) function in a mfc dll from vb application Pin
krmed15-Mar-07 5:37
krmed15-Mar-07 5:37 
Two problems I see...
First, you have
Dim ans as Integer
but then you use
a = AddValues(5,4)

Secondly, the argument you pass to MsgBox should be a string, and you're passing an integer.

Hope that helps.


Karl - WK5M
PP-ASEL-IA (N43CS)
PGP Key: 0xDB02E193
PGP Key Fingerprint: 8F06 5A2E 2735 892B 821C 871A 0411 94EA DB02 E193

GeneralRe: how to call add(int i,int j) function in a mfc dll from vb application Pin
punit singh15-Mar-07 5:57
punit singh15-Mar-07 5:57 
GeneralRe: how to call add(int i,int j) function in a mfc dll from vb application Pin
punit singh15-Mar-07 5:59
punit singh15-Mar-07 5:59 
GeneralRe: how to call add(int i,int j) function in a mfc dll from vb application Pin
David Crow15-Mar-07 6:11
David Crow15-Mar-07 6:11 
GeneralRe: how to call add(int i,int j) function in a mfc dll from vb application Pin
punit singh15-Mar-07 7:00
punit singh15-Mar-07 7:00 
GeneralRe: how to call add(int i,int j) function in a mfc dll from vb application Pin
David Crow15-Mar-07 7:06
David Crow15-Mar-07 7:06 
Questionbar style windows Pin
akqira15-Mar-07 5:08
akqira15-Mar-07 5:08 
QuestionRe: bar style windows Pin
Maximilien15-Mar-07 7:52
Maximilien15-Mar-07 7:52 
AnswerRe: bar style windows Pin
akqira16-Mar-07 5:40
akqira16-Mar-07 5:40 
QuestionADO OpenTable database ACCESS cause memory problem !! Pin
AkiraOne15-Mar-07 4:43
AkiraOne15-Mar-07 4:43 
QuestionDef bet MFC app wiz and Win32 Pin
vibindia15-Mar-07 4:36
vibindia15-Mar-07 4:36 
AnswerRe: Def bet MFC app wiz and Win32 Pin
David Crow15-Mar-07 5:06
David Crow15-Mar-07 5:06 
GeneralRe: Def bet MFC app wiz and Win32 Pin
vibindia15-Mar-07 5:15
vibindia15-Mar-07 5:15 
GeneralRe: Def bet MFC app wiz and Win32 Pin
Cedric Moonen15-Mar-07 5:21
Cedric Moonen15-Mar-07 5:21 
GeneralRe: Def bet MFC app wiz and Win32 Pin
David Crow15-Mar-07 5:22
David Crow15-Mar-07 5:22 
QuestionAbout RealVNC Pin
javad_200515-Mar-07 4:34
javad_200515-Mar-07 4:34 
QuestionCheck for file extension, file type!? Pin
bosfan15-Mar-07 4:23
bosfan15-Mar-07 4:23 
AnswerRe: Check for file extension, file type!? Pin
Mark Salsbery15-Mar-07 5:26
Mark Salsbery15-Mar-07 5:26 

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.