Click here to Skip to main content
16,005,417 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: 救命!!!!!! Pin
yangaqi2-Mar-09 21:01
yangaqi2-Mar-09 21:01 
GeneralRe: 救命!!!!!! Pin
Hamid_RT2-Mar-09 22:38
Hamid_RT2-Mar-09 22:38 
GeneralRe: 救命!!!!!! Pin
yangaqi2-Mar-09 23:22
yangaqi2-Mar-09 23:22 
GeneralRe: 救命!!!!!! Pin
CPallini2-Mar-09 21:31
mveCPallini2-Mar-09 21:31 
GeneralRe: 救命!!!!!! Pin
Hamid_RT2-Mar-09 22:47
Hamid_RT2-Mar-09 22:47 
AnswerRe: 救命!!!!!! Pin
Tal Rasha's Guardianship2-Mar-09 22:16
Tal Rasha's Guardianship2-Mar-09 22:16 
GeneralRe: 救命!!!!!! Pin
yangaqi2-Mar-09 23:09
yangaqi2-Mar-09 23:09 
Questiondomodal -- Another crash Pin
ERLN2-Mar-09 19:19
ERLN2-Mar-09 19:19 
I have Created the ATL COM DLL Project and intergrated office
addin with MFc support .
It will create 1 Toolbar button in office . On clicking the button
displaying the messagebox. Working fine. no issues.
After That I just created 1 Dialog and added a MFC class for that. No
Additional code.
Just
AfxSetResourceHandle()
CMyDialog Dlg;
Dlg.DModal();
//reset the resource handle.
Crashing the on the above domodal . after debugging i got the assertion on below line of standard mfc file
if (!AfxGetThread()->PumpMessage())
AnswerRe: domodal -- Another crash Pin
Hamid_RT2-Mar-09 19:44
Hamid_RT2-Mar-09 19:44 
GeneralRe: domodal -- Another crash Pin
ERLN2-Mar-09 21:45
ERLN2-Mar-09 21:45 
Questiondomodal crashing -- solution please. Pin
ERLN2-Mar-09 19:15
ERLN2-Mar-09 19:15 
QuestionHow to convert CString to char[] in MFC?(Very Urgent............) Pin
AnithaSubramani2-Mar-09 18:30
AnithaSubramani2-Mar-09 18:30 
AnswerRe: How to convert CString to char[] in MFC?(Very Urgent............) Pin
_AnsHUMAN_ 2-Mar-09 19:04
_AnsHUMAN_ 2-Mar-09 19:04 
AnswerRe: How to convert CString to char[] in MFC?(Very Urgent............) Pin
Hamid_RT2-Mar-09 19:16
Hamid_RT2-Mar-09 19:16 
AnswerRe: How to convert CString to char[] in MFC?(Very Urgent............) Pin
Eytukan2-Mar-09 19:59
Eytukan2-Mar-09 19:59 
GeneralRe: How to convert CString to char[] in MFC?(Very Urgent............) Pin
Cedric Moonen2-Mar-09 20:35
Cedric Moonen2-Mar-09 20:35 
JokeRe: How to convert CString to char[] in MFC?(Very Urgent............) Pin
SandipG 2-Mar-09 20:40
SandipG 2-Mar-09 20:40 
GeneralRe: How to convert CString to char[] in MFC?(Very Urgent............) Pin
Cedric Moonen2-Mar-09 20:52
Cedric Moonen2-Mar-09 20:52 
GeneralRe: How to convert CString to char[] in MFC?(Very Urgent............) Pin
Eytukan2-Mar-09 20:57
Eytukan2-Mar-09 20:57 
GeneralRe: How to convert CString to char[] in MFC?(Very Urgent............) Pin
Eytukan2-Mar-09 20:53
Eytukan2-Mar-09 20:53 
GeneralRe: How to convert CString to char[] in MFC?(Very Urgent............) Pin
Cedric Moonen2-Mar-09 20:57
Cedric Moonen2-Mar-09 20:57 
GeneralRe: How to convert CString to char[] in MFC?(Very Urgent............) Pin
Eytukan2-Mar-09 21:06
Eytukan2-Mar-09 21:06 
GeneralRe: How to convert CString to char[] in MFC?(Very Urgent............) Pin
Cedric Moonen2-Mar-09 21:16
Cedric Moonen2-Mar-09 21:16 
GeneralRe: How to convert CString to char[] in MFC?(Very Urgent............) Pin
Eytukan2-Mar-09 21:39
Eytukan2-Mar-09 21:39 
GeneralRe: How to convert CString to char[] in MFC?(Very Urgent............) Pin
CPallini2-Mar-09 21:36
mveCPallini2-Mar-09 21:36 

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.