Click here to Skip to main content
15,922,512 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
compile your code with
/* CGridCtrl grid;
RECT rect;
rect.top = 10;
rect.left = 10;
rect.bottom = 50;
rect. right = 50;
//CWnd * pWnd;
//pWnd->GetParent();
grid.Create(rect, this, 1);
*/


For test insert these statement
grid.InsertColumn(_T("111"));
grid.InsertColumn(_T("111"));
grid.InsertColumn(_T("111"));
grid.InsertRow(_T("112"));
grid.InsertRow(_T("112"));
grid.InsertRow(_T("112"));
Poke tongue | ;-P
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 
GeneralRe: Apply a Low Pass filter on data with irregular time stamp Pin
jeremie.delaitre15-May-08 21:10
jeremie.delaitre15-May-08 21:10 
GeneralRe: Apply a Low Pass filter on data with irregular time stamp Pin
Nelek16-May-08 1:19
protectorNelek16-May-08 1:19 
GeneralRe: Apply a Low Pass filter on data with irregular time stamp Pin
jeremie.delaitre16-May-08 1:59
jeremie.delaitre16-May-08 1:59 
QuestionDifference between similar calls Pin
ilgale15-May-08 5:01
ilgale15-May-08 5:01 
AnswerRe: Difference between similar calls Pin
Nelek15-May-08 5:57
protectorNelek15-May-08 5:57 
AnswerRe: Difference between similar calls Pin
Matthew Faithfull15-May-08 6:13
Matthew Faithfull15-May-08 6:13 
Questionproblem to use java class from vc++ Pin
intermediate15-May-08 4:13
intermediate15-May-08 4:13 
AnswerRe: problem to use java class from vc++ Pin
CPallini15-May-08 4:21
mveCPallini15-May-08 4:21 

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.