Click here to Skip to main content
15,921,212 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Console application junk arguments Pin
David Crow15-May-08 8:04
David Crow15-May-08 8:04 
QuestionMFC Grid control 2.26 Pin
capint15-May-08 5:46
capint15-May-08 5:46 
AnswerRe: MFC Grid control 2.26 Pin
toxcct15-May-08 5:56
toxcct15-May-08 5:56 
AnswerRe: MFC Grid control 2.26 Pin
led mike15-May-08 5:58
led mike15-May-08 5:58 
QuestionRe: MFC Grid control 2.26 Pin
David Crow15-May-08 6:49
David Crow15-May-08 6:49 
AnswerRe: MFC Grid control 2.26 Pin
Cedric Moonen15-May-08 7:11
Cedric Moonen15-May-08 7:11 
AnswerRe: MFC Grid control 2.26 Pin
Hamid_RT15-May-08 9:10
Hamid_RT15-May-08 9:10 
GeneralRe: MFC Grid control 2.26 Pin
capint15-May-08 16:10
capint15-May-08 16:10 
I'll show exactly what I did so that you can help me Sigh | :sigh:
I put a custom control, add class name as MFCGridCtrl
In the file .h, I add the variable CGridCtrl grid. In the file .cpp, at the function DoDataExchange, I add manually DDX_GridControl(pDX, IDC_CUSTOM3, grid);
And I create by the function grid.Create()
But it show the error : Debug Assertion Failed
GeneralRe: MFC Grid control 2.26 Pin
Hamid_RT15-May-08 20:42
Hamid_RT15-May-08 20:42 
GeneralRe: MFC Grid control 2.26 Pin
capint15-May-08 22:21
capint15-May-08 22:21 
GeneralRe: MFC Grid control 2.26 Pin
Hamid_RT15-May-08 23:23
Hamid_RT15-May-08 23:23 
GeneralRe: MFC Grid control 2.26 Pin
capint16-May-08 0:14
capint16-May-08 0:14 
GeneralRe: MFC Grid control 2.26 Pin
Hamid_RT16-May-08 0:28
Hamid_RT16-May-08 0:28 
GeneralRe: MFC Grid control 2.26 Pin
capint16-May-08 0:56
capint16-May-08 0:56 
GeneralRe: MFC Grid control 2.26 Pin
Hamid_RT16-May-08 1:08
Hamid_RT16-May-08 1:08 
GeneralRe: MFC Grid control 2.26 Pin
Hamid_RT16-May-08 1:24
Hamid_RT16-May-08 1:24 
GeneralRe: MFC Grid control 2.26 Pin
Hamid_RT16-May-08 3:09
Hamid_RT16-May-08 3:09 
GeneralRe: MFC Grid control 2.26 Pin
capint16-May-08 23:14
capint16-May-08 23:14 
GeneralRe: MFC Grid control 2.26 Pin
Hamid_RT16-May-08 23:35
Hamid_RT16-May-08 23:35 
QuestionCapturing CAPS key changes and updating UI Pin
Member 26088015-May-08 5:26
Member 26088015-May-08 5:26 
AnswerRe: Capturing CAPS key changes and updating UI Pin
led mike15-May-08 5:56
led mike15-May-08 5:56 
AnswerRe: Capturing CAPS key changes and updating UI Pin
David Crow15-May-08 6:59
David Crow15-May-08 6:59 
QuestionHow to displaybitmap on second monitor? Pin
Soumyadipta15-May-08 5:24
Soumyadipta15-May-08 5:24 
QuestionApply a Low Pass filter on data with irregular time stamp Pin
jeremie.delaitre15-May-08 5:14
jeremie.delaitre15-May-08 5:14 
AnswerRe: Apply a Low Pass filter on data with irregular time stamp Pin
Nelek15-May-08 6:04
protectorNelek15-May-08 6:04 

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.