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

C / C++ / MFC

 
GeneralRe: MFC custom control using 100% CPU Pin
kalden17-Jul-07 14:47
kalden17-Jul-07 14:47 
GeneralRe: MFC custom control using 100% CPU Pin
Naveen17-Jul-07 14:49
Naveen17-Jul-07 14:49 
QuestionHow to Implement a Virtual Grid [modified] Pin
Stuck At Zero17-Jul-07 9:37
Stuck At Zero17-Jul-07 9:37 
AnswerRe: How to Implement a Virtual Grid Pin
led mike17-Jul-07 10:44
led mike17-Jul-07 10:44 
GeneralRe: How to Implement a Virtual Grid Pin
Stuck At Zero17-Jul-07 11:14
Stuck At Zero17-Jul-07 11:14 
GeneralRe: How to Implement a Virtual Grid Pin
led mike17-Jul-07 11:23
led mike17-Jul-07 11:23 
GeneralRe: How to Implement a Virtual Grid Pin
Stuck At Zero17-Jul-07 11:40
Stuck At Zero17-Jul-07 11:40 
QuestionRe: How to Implement a Virtual Grid Pin
Stuck At Zero18-Jul-07 4:12
Stuck At Zero18-Jul-07 4:12 
I went back and queried for CGridCtrl and the closest thing I get that would be of any help is Chris Maunder's MFC Grid Control 2.26. Because I'm such a newb, I do not totally understand all of the details. I do google those, but nothing that cements everything together... I've got a warm fuzzy.

So what I did just now is simply copied and pasted Chris' GridCallback and OnNotify functions one at a time and rebuilt my solution. There is no change. While my worker thread is parsing through the source file, I have it periodically GetCallback after it has been registered (which was after I made the grid into a virtual grid).

The other concept I am struggling with is the idea of adding data to a cell that does not exist. With a regular grid control, it was really straightforward. Here, I do not know what I am not doing right.

Is there an actual article on CodeProject that goes into more detail into how to implement a Virtual Grid? Maybe Chris has spelled it out, but if it's "obvious", it's not clicking due to my lack of knowledge of all things MFC.
AnswerRe: How to Implement a Virtual Grid Pin
led mike18-Jul-07 6:29
led mike18-Jul-07 6:29 
GeneralRe: How to Implement a Virtual Grid Pin
Stuck At Zero18-Jul-07 6:48
Stuck At Zero18-Jul-07 6:48 
GeneralRe: How to Implement a Virtual Grid Pin
led mike18-Jul-07 7:14
led mike18-Jul-07 7:14 
GeneralRe: How to Implement a Virtual Grid Pin
Stuck At Zero18-Jul-07 7:36
Stuck At Zero18-Jul-07 7:36 
GeneralRe: How to Implement a Virtual Grid Pin
led mike18-Jul-07 8:38
led mike18-Jul-07 8:38 
GeneralRe: How to Implement a Virtual Grid Pin
Stuck At Zero18-Jul-07 9:02
Stuck At Zero18-Jul-07 9:02 
GeneralRe: How to Implement a Virtual Grid Pin
led mike18-Jul-07 9:50
led mike18-Jul-07 9:50 
GeneralRe: How to Implement a Virtual Grid Pin
David Crow10-Aug-07 10:14
David Crow10-Aug-07 10:14 
Questionhow to keep white spaces when input from text file? Pin
andyspartyshop17-Jul-07 9:29
andyspartyshop17-Jul-07 9:29 
AnswerRe: how to keep white spaces when input from text file? Pin
Nelek17-Jul-07 19:45
protectorNelek17-Jul-07 19:45 
GeneralRe: how to keep white spaces when input from text file? Pin
andyspartyshop20-Jul-07 6:36
andyspartyshop20-Jul-07 6:36 
GeneralRe: how to keep white spaces when input from text file? Pin
Nelek28-Jul-07 4:29
protectorNelek28-Jul-07 4:29 
QuestionShowing and hidind parts of a bitmap [modified][Solved] Pin
RickyC17-Jul-07 9:13
RickyC17-Jul-07 9:13 
AnswerRe: Showing and hidind parts of a bitmap Pin
RickyC17-Jul-07 9:22
RickyC17-Jul-07 9:22 
QuestionTry - Catch VC6.0 VS VC2k5 Pin
Wouter Dhondt17-Jul-07 8:32
Wouter Dhondt17-Jul-07 8:32 
AnswerRe: Try - Catch VC6.0 VS VC2k5 Pin
Mark Salsbery17-Jul-07 10:11
Mark Salsbery17-Jul-07 10:11 
GeneralRe: Try - Catch VC6.0 VS VC2k5 Pin
Wouter Dhondt17-Jul-07 11:04
Wouter Dhondt17-Jul-07 11: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.