Click here to Skip to main content
15,797,601 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Compiler emits more warnings then vc++ Pin
Cedric Moonen11-Mar-09 22:24
Cedric Moonen11-Mar-09 22:24 
Questionchar[] to CString conversion Pin
KASR111-Mar-09 20:05
KASR111-Mar-09 20:05 
AnswerRe: char[] to CString conversion Pin
«_Superman_»11-Mar-09 20:36
professional«_Superman_»11-Mar-09 20:36 
QuestionRe: char[] to CString conversion Pin
CPallini11-Mar-09 23:52
mveCPallini11-Mar-09 23:52 
AnswerRe: char[] to CString conversion Pin
A_xin12-Mar-09 6:54
A_xin12-Mar-09 6:54 
GeneralRe: char[] to CString conversion Pin
KASR112-Mar-09 19:31
KASR112-Mar-09 19:31 
QuestionHow to get mouse event notification? Pin
mikert_200811-Mar-09 19:26
mikert_200811-Mar-09 19:26 
AnswerRe: How to get mouse event notification? Pin
ShiXiangYang11-Mar-09 22:06
ShiXiangYang11-Mar-09 22:06 
You can insert below code to treectrl's mouse event function.
#include "YourDlg.h"
CYourDlg*dlg=(CYourDlg*)AfxGetMainWnd();
dlg->'Your function in your dialog class'
QuestionQuestion about template and DLL? Pin
machengzhi11-Mar-09 18:03
machengzhi11-Mar-09 18:03 
AnswerRe: Question about template and DLL? Pin
Stuart Dootson12-Mar-09 0:54
professionalStuart Dootson12-Mar-09 0:54 
GeneralRe: Question about template and DLL? Pin
machengzhi17-Mar-09 1:19
machengzhi17-Mar-09 1:19 
QuestionAdd WebBrowser control (MFC) in dialog based (PocketPC) Pin
Episodio111-Mar-09 16:19
Episodio111-Mar-09 16:19 
QuestionLow Budget Testing Tools Pin
BobInNJ11-Mar-09 14:53
BobInNJ11-Mar-09 14:53 
AnswerRe: Low Budget Testing Tools Pin
Naveen11-Mar-09 19:20
Naveen11-Mar-09 19:20 
GeneralRe: Low Budget Testing Tools Pin
BobInNJ13-Mar-09 5:04
BobInNJ13-Mar-09 5:04 
AnswerRe: Low Budget Testing Tools Pin
machengzhi17-Mar-09 1:22
machengzhi17-Mar-09 1:22 
QuestionOut Of Scope, Debugging Problem Pin
thenutz7211-Mar-09 12:50
thenutz7211-Mar-09 12:50 
AnswerRe: Out Of Scope, Debugging Problem Pin
BobInNJ11-Mar-09 14:48
BobInNJ11-Mar-09 14:48 
AnswerRe: Out Of Scope, Debugging Problem Pin
Stuart Dootson11-Mar-09 14:50
professionalStuart Dootson11-Mar-09 14:50 
AnswerRe: Out Of Scope, Debugging Problem Pin
«_Superman_»11-Mar-09 19:54
professional«_Superman_»11-Mar-09 19:54 
QuestionDLL openning own window Pin
Krzysiaczek9911-Mar-09 10:04
Krzysiaczek9911-Mar-09 10:04 
AnswerRe: DLL openning own window Pin
Sarath C11-Mar-09 10:54
Sarath C11-Mar-09 10:54 
GeneralRe: DLL openning own window Pin
Krzysiaczek9911-Mar-09 12:36
Krzysiaczek9911-Mar-09 12:36 
QuestionExcel in C++ Pin
su_penguin11-Mar-09 8:38
su_penguin11-Mar-09 8:38 
QuestionRe: Excel in C++ Pin
David Crow11-Mar-09 9:07
David Crow11-Mar-09 9:07 

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.