Click here to Skip to main content
15,887,585 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to refresh folder Pin
MKC0021-Nov-11 6:40
MKC0021-Nov-11 6:40 
AnswerRe: How to refresh folder Pin
App_27-Oct-11 5:38
App_27-Oct-11 5:38 
QuestionRe: How to refresh folder Pin
David Crow27-Oct-11 5:55
David Crow27-Oct-11 5:55 
AnswerRe: How to refresh folder Pin
App_27-Oct-11 8:57
App_27-Oct-11 8:57 
GeneralRe: How to refresh folder Pin
MKC0024-Nov-11 7:22
MKC0024-Nov-11 7:22 
QuestionOnInitialUpdate Pin
john563226-Oct-11 7:43
john563226-Oct-11 7:43 
AnswerRe: OnInitialUpdate Pin
Andrew Brock26-Oct-11 8:50
Andrew Brock26-Oct-11 8:50 
GeneralRe: OnInitialUpdate Pin
Niklas L27-Oct-11 11:06
Niklas L27-Oct-11 11:06 
Andrew Brock wrote:
At a guess tho, I would say it is because you didn't declare it as a virtual function.

 

In the header file it should be declared as virtual void OnInitialUpdate();


Not likely since once virtual, always virtual. You don't need to declare an overridden virtual function virtual. However good it might be for readability, it's not necessary.
QuestionDialog Control Transparent Property Pin
softwaremonkey26-Oct-11 4:52
softwaremonkey26-Oct-11 4:52 
AnswerRe: Dialog Control Transparent Property Pin
Andrew Brock26-Oct-11 5:28
Andrew Brock26-Oct-11 5:28 
GeneralRe: Dialog Control Transparent Property Pin
softwaremonkey26-Oct-11 5:50
softwaremonkey26-Oct-11 5:50 
GeneralRe: Dialog Control Transparent Property Pin
Andrew Brock26-Oct-11 5:54
Andrew Brock26-Oct-11 5:54 
GeneralRe: Dialog Control Transparent Property Pin
softwaremonkey26-Oct-11 7:23
softwaremonkey26-Oct-11 7:23 
Questionsource c++ genetic algorithm function Pin
hasan rad26-Oct-11 1:15
hasan rad26-Oct-11 1:15 
AnswerRe: source c++ genetic algorithm function Pin
Richard MacCutchan26-Oct-11 1:28
mveRichard MacCutchan26-Oct-11 1:28 
AnswerRe: source c++ genetic algorithm function Pin
TheGreatAndPowerfulOz26-Oct-11 5:04
TheGreatAndPowerfulOz26-Oct-11 5:04 
QuestionCFromView Pin
john563225-Oct-11 22:19
john563225-Oct-11 22:19 
AnswerRe: CFromView Pin
Richard MacCutchan25-Oct-11 22:38
mveRichard MacCutchan25-Oct-11 22:38 
AnswerRe: CFromView Pin
Andrew Brock25-Oct-11 23:31
Andrew Brock25-Oct-11 23:31 
GeneralRe: CFromView Pin
Richard MacCutchan26-Oct-11 1:27
mveRichard MacCutchan26-Oct-11 1:27 
GeneralRe: CFromView Pin
Andrew Brock26-Oct-11 1:30
Andrew Brock26-Oct-11 1:30 
GeneralRe: CFromView Pin
Richard MacCutchan26-Oct-11 2:08
mveRichard MacCutchan26-Oct-11 2:08 
GeneralRe: CFromView Pin
Andrew Brock26-Oct-11 2:17
Andrew Brock26-Oct-11 2:17 
GeneralRe: CFromView Pin
Richard MacCutchan26-Oct-11 2:43
mveRichard MacCutchan26-Oct-11 2:43 
AnswerRe: CFromView Pin
CPallini25-Oct-11 23:35
mveCPallini25-Oct-11 23: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.