Click here to Skip to main content
16,013,548 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: c++ algorithm to find point inside polygon or not Pin
rp_suman26-Mar-08 22:47
rp_suman26-Mar-08 22:47 
GeneralRe: c++ algorithm to find point inside polygon or not Pin
Saurabh.Garg27-Mar-08 0:02
Saurabh.Garg27-Mar-08 0:02 
GeneralRe: c++ algorithm to find point inside polygon or not Pin
rp_suman2-Apr-08 21:55
rp_suman2-Apr-08 21:55 
Questionmsflexgrid pointer Pin
_chew26-Mar-08 4:31
_chew26-Mar-08 4:31 
GeneralRe: msflexgrid pointer Pin
rp_suman26-Mar-08 4:44
rp_suman26-Mar-08 4:44 
GeneralRe: msflexgrid pointer Pin
_chew26-Mar-08 5:02
_chew26-Mar-08 5:02 
QuestionRe: msflexgrid pointer Pin
rp_suman26-Mar-08 5:18
rp_suman26-Mar-08 5:18 
GeneralRe: msflexgrid pointer...another problem Pin
_chew26-Mar-08 6:05
_chew26-Mar-08 6:05 
Now I've got a problem. I've got an assertion error...

If i'll ignore the assertion message, the app will continue to load showing only two columns and two rows in the flexgrid area.

What i did was i added a class that inherits CMSFlexGrid.
This is the overriden function:

BOOL CGrid::PreCreateWindow(CREATESTRUCT &cs)
{
return CMSFlexGrid::PreCreateWindow(cs);
}

I tried to follow the ways the treeview and listview ctrls are attached to the other panes of my app. Im just confused why flexgrid could not be drawn in the upper right pane.

Thanks,
_chew
GeneralRe: msflexgrid pointer...another problem Pin
rp_suman26-Mar-08 14:58
rp_suman26-Mar-08 14:58 
GeneralRe: msflexgrid pointer...another problem Pin
_chew26-Mar-08 20:16
_chew26-Mar-08 20:16 
GeneralRe: msflexgrid pointer...another problem Pin
rp_suman26-Mar-08 22:41
rp_suman26-Mar-08 22:41 
QuestionSend Email with SSL and ESMTP support. Pin
Saurabh26-Mar-08 4:29
Saurabh26-Mar-08 4:29 
GeneralChange name in Child frame of the MDI application... Pin
Manjunath S26-Mar-08 3:33
Manjunath S26-Mar-08 3:33 
GeneralRe: Change name in Child frame of the MDI application... Pin
led mike26-Mar-08 4:17
led mike26-Mar-08 4:17 
QuestionWM_SETICON In samrt Phone Pin
hitonly200826-Mar-08 2:22
hitonly200826-Mar-08 2:22 
QuestionRe: WM_SETICON In samrt Phone Pin
David Crow26-Mar-08 3:16
David Crow26-Mar-08 3:16 
GeneralRe WM_SETICON In samrt Phone Pin
hitonly200826-Mar-08 20:19
hitonly200826-Mar-08 20:19 
GeneralEvent or funtion after click "open" button in dialog "Open,Save,Save as" Pin
nvphap26-Mar-08 1:46
nvphap26-Mar-08 1:46 
GeneralRe: Event or funtion after click "open" button in dialog "Open,Save,Save as" Pin
David Crow26-Mar-08 3:33
David Crow26-Mar-08 3:33 
QuestionRe: Event or funtion after click "open" button in dialog "Open,Save,Save as" Pin
CPallini26-Mar-08 4:19
mveCPallini26-Mar-08 4:19 
GeneralRe: Event or funtion after click "open" button in dialog "Open,Save,Save as" Pin
David Crow26-Mar-08 4:31
David Crow26-Mar-08 4:31 
GeneralRe: Event or funtion after click "open" button in dialog "Open,Save,Save as" Pin
CPallini26-Mar-08 4:56
mveCPallini26-Mar-08 4:56 
GeneralRe: Event or funtion after click "open" button in dialog "Open,Save,Save as" Pin
nvphap26-Mar-08 4:39
nvphap26-Mar-08 4:39 
QuestionRe: Event or funtion after click "open" button in dialog "Open,Save,Save as" Pin
David Crow26-Mar-08 4:44
David Crow26-Mar-08 4:44 
GeneralRe: Event or funtion after click "open" button in dialog "Open,Save,Save as" Pin
David Crow26-Mar-08 4:35
David Crow26-Mar-08 4:35 

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.