Click here to Skip to main content
16,004,977 members
Home / Discussions / C / C++ / MFC
   

C / C++ / 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 
Stuck At Zero wrote:
Did I understand this correctly...


Yes.

Stuck At Zero wrote:
...must I actually call on OnNotify?


No. It's a virtual function that the framework calls. When you respond to the notification from within the OnNotify() method, you are telling the grid control what to display.

Think of it this way. With a non-virtual control, you tell the control what to display and where, and it goes off and does so. With a virtual control, it will tell you that it needs something to display at such-and-such row/column, and it's up to you to provide that. Any clearer?


"A good athlete is the result of a good and worthy opponent." - David Crow

"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne


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 
GeneralRe: Try - Catch VC6.0 VS VC2k5 Pin
Mark Salsbery17-Jul-07 11:43
Mark Salsbery17-Jul-07 11:43 
QuestionUnwanted reuse of existing VC++ 6.0 instance Pin
cbrack66617-Jul-07 8:27
cbrack66617-Jul-07 8:27 
GeneralRe: Unwanted reuse of existing VC++ 6.0 instance Pin
thammadi18-Jul-07 22:41
thammadi18-Jul-07 22:41 
QuestionWhat is the best way to convert existing ActiveX DLL to ActiveX EXE? Pin
Anand Todkar17-Jul-07 7:57
Anand Todkar17-Jul-07 7:57 
AnswerRe: What is the best way to convert existing ActiveX DLL to ActiveX EXE? Pin
Cedric Moonen17-Jul-07 8:35
Cedric Moonen17-Jul-07 8:35 
GeneralRe: What is the best way to convert existing ActiveX DLL to ActiveX EXE? Pin
Anand Todkar17-Jul-07 20:25
Anand Todkar17-Jul-07 20:25 
QuestionDLL to check loaded DLLs Pin
Chris Christian17-Jul-07 7:33
Chris Christian17-Jul-07 7:33 
AnswerRe: DLL to check loaded DLLs Pin
Perspx17-Jul-07 9:31
Perspx17-Jul-07 9:31 

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.