Click here to Skip to main content
16,008,183 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to insert logo in dialog based form Pin
yogendra kaushik11-Jun-06 23:07
yogendra kaushik11-Jun-06 23:07 
AnswerRe: how to insert logo in dialog based form Pin
_AnsHUMAN_ 11-Jun-06 23:09
_AnsHUMAN_ 11-Jun-06 23:09 
AnswerRe: how to insert logo in dialog based form Pin
Eytukan11-Jun-06 23:14
Eytukan11-Jun-06 23:14 
AnswerRe: how to insert logo in dialog based form Pin
Ganesh_T12-Jun-06 1:23
Ganesh_T12-Jun-06 1:23 
AnswerRe: how to insert logo in dialog based form Pin
ThatsAlok12-Jun-06 2:11
ThatsAlok12-Jun-06 2:11 
QuestionDLL PROBLEM IN vb front end after calling the dll written in win32 application Pin
phijophlip11-Jun-06 23:05
phijophlip11-Jun-06 23:05 
AnswerRe: DLL PROBLEM IN vb front end after calling the dll written in win32 application Pin
Cedric Moonen11-Jun-06 23:16
Cedric Moonen11-Jun-06 23:16 
AnswerRe: DLL PROBLEM IN vb front end after calling the dll written in win32 application [oops:modified] [modified] Pin
Eytukan11-Jun-06 23:30
Eytukan11-Jun-06 23:30 
Before returning, try this.
<br />
char* __stdcall concat(char *string1 , char *string2)<br />
{<br />
strcat(string1,string2);<br />
AfxMessageBox(string1)<br />
AfxMessageBox(string1);oops sorry not like this.<br />
return strcat(string1,string2);<br />
return(string1);<br />
}<br />

And tell me what you get.
also
<br />
a = Len(concat(Text1.Text, Text2.Text))<br />
MsgBox a<br />

What's the length of the resultant text? I think it could only be of the first string's length. (as you get only the 1st string as the result).
Ok tell me what you got in the AfxMessageBox, If it's not an MFC DLL, try using MessageBox..
And Also remove the BOLD SHOUT please...Frown | :(




<marquee scrollamount="1" scrolldelay="1" direction="up" height="10" step="1">--[V]--

[My Current Status]



-- modified at 6:09 Monday 12th June, 2006

AnswerRe: DLL PROBLEM IN vb front end after calling the dll written in win32 application Pin
Eytukan11-Jun-06 23:33
Eytukan11-Jun-06 23:33 
AnswerRe: DLL PROBLEM IN vb front end after calling the dll written in win32 application Pin
Viorel.11-Jun-06 23:39
Viorel.11-Jun-06 23:39 
Questionhow we can change the mouse cursor Pin
happy_ram11-Jun-06 22:46
happy_ram11-Jun-06 22:46 
AnswerRe: how we can change the mouse cursor Pin
_AnsHUMAN_ 11-Jun-06 22:53
_AnsHUMAN_ 11-Jun-06 22:53 
QuestionRe: how we can change the mouse cursor Pin
happy_ram11-Jun-06 22:57
happy_ram11-Jun-06 22:57 
AnswerRe: how we can change the mouse cursor Pin
Hamid_RT11-Jun-06 23:01
Hamid_RT11-Jun-06 23:01 
QuestionRe: how we can change the mouse cursor Pin
happy_ram11-Jun-06 23:13
happy_ram11-Jun-06 23:13 
AnswerRe: how we can change the mouse cursor Pin
ThatsAlok12-Jun-06 2:13
ThatsAlok12-Jun-06 2:13 
AnswerRe: how we can change the mouse cursor Pin
Ștefan-Mihai MOGA11-Jun-06 23:07
professionalȘtefan-Mihai MOGA11-Jun-06 23:07 
AnswerRe: how we can change the mouse cursor Pin
_AnsHUMAN_ 11-Jun-06 23:34
_AnsHUMAN_ 11-Jun-06 23:34 
AnswerRe: how we can change the mouse cursor Pin
Rage11-Jun-06 22:57
professionalRage11-Jun-06 22:57 
AnswerRe: how we can change the mouse cursor Pin
Eytukan11-Jun-06 23:10
Eytukan11-Jun-06 23:10 
NewsRe: how we can change the mouse cursor Pin
happy_ram11-Jun-06 23:19
happy_ram11-Jun-06 23:19 
GeneralRe: how we can change the mouse cursor [modified] Pin
_AnsHUMAN_ 11-Jun-06 23:32
_AnsHUMAN_ 11-Jun-06 23:32 
GeneralRe: how we can change the mouse cursor Pin
happy_ram11-Jun-06 23:58
happy_ram11-Jun-06 23:58 
GeneralRe: how we can change the mouse cursor Pin
_AnsHUMAN_ 12-Jun-06 0:01
_AnsHUMAN_ 12-Jun-06 0:01 
AnswerRe: how we can change the mouse cursor Pin
Eytukan12-Jun-06 0:02
Eytukan12-Jun-06 0:02 

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.