Click here to Skip to main content
15,905,414 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: WM_KILLFOCUS Pin
Ravi Bhavnani23-Apr-05 18:24
professionalRavi Bhavnani23-Apr-05 18:24 
GeneralRe: WM_KILLFOCUS Pin
Anonymous25-Apr-05 18:07
Anonymous25-Apr-05 18:07 
GeneralPlease help me! Pin
dSolariuM23-Apr-05 4:27
dSolariuM23-Apr-05 4:27 
GeneralRe: Please help me! Pin
Ravi Bhavnani23-Apr-05 7:46
professionalRavi Bhavnani23-Apr-05 7:46 
GeneralRe: Please help me! Pin
dSolariuM24-Apr-05 5:01
dSolariuM24-Apr-05 5:01 
GeneralRe: Please help me! Pin
Ravi Bhavnani24-Apr-05 5:51
professionalRavi Bhavnani24-Apr-05 5:51 
Generaltext over image Pin
Lampros Giampouras23-Apr-05 4:06
Lampros Giampouras23-Apr-05 4:06 
Generalvirtual static Pin
Konrad Windszus23-Apr-05 3:38
Konrad Windszus23-Apr-05 3:38 
I have one abstract class and several classes which are all derived from the abstract class.
How can I create all of those classes without calling each constructor? The way I found is via the CRuntimeClass::CreateObject method and enter the RUNTIME_CLASS(Classname) in an array. So I can easily add classes by simply adding them to an array. Is there another solution, because I am not allowed to have any parameters within my constructors with this solution?
And how can I detect by a keyword which class to create? The keywords are static member variables in the classes. How can I dynamically compare those keywords with a given keyword without creating the classes and then instanciate the appropriate class?
Thanks for any help.
Konrad
GeneralRe: virtual static Pin
Maximilien23-Apr-05 4:19
Maximilien23-Apr-05 4:19 
Generali want help in game programing Pin
medlteam23-Apr-05 3:37
medlteam23-Apr-05 3:37 
GeneralRe: i want help in game programing Pin
namaskaaram23-Apr-05 4:26
namaskaaram23-Apr-05 4:26 
Generaldisable Message Reflection of OLE Controls Pin
Anonymous23-Apr-05 2:59
Anonymous23-Apr-05 2:59 
Generalborland c++ bulider book Pin
aloktambi23-Apr-05 0:44
aloktambi23-Apr-05 0:44 
GeneralShow an Editbox Pin
fan wei fang23-Apr-05 0:09
fan wei fang23-Apr-05 0:09 
GeneralRe: Show an Editbox Pin
ThatsAlok23-Apr-05 3:03
ThatsAlok23-Apr-05 3:03 
GeneralRe: Show an Editbox Pin
fan wei fang23-Apr-05 21:34
fan wei fang23-Apr-05 21:34 
GeneralID_EDIT_PASTE - don't want some characters to be pasted. Pin
ugur_basak22-Apr-05 23:53
ugur_basak22-Apr-05 23:53 
GeneralRe: ID_EDIT_PASTE - don't want some characters to be pasted. Pin
PJ Arends23-Apr-05 15:13
professionalPJ Arends23-Apr-05 15:13 
GeneralDateTimeControl's Format changes... Pin
ugur_basak22-Apr-05 22:40
ugur_basak22-Apr-05 22:40 
GeneralRe: DateTimeControl's Format changes... Pin
mark novak22-Apr-05 23:35
mark novak22-Apr-05 23:35 
GeneralRe: DateTimeControl's Format changes... Pin
ugur_basak22-Apr-05 23:48
ugur_basak22-Apr-05 23:48 
GeneralCustomized SaveAs Dialog Pin
rmomentum22-Apr-05 21:33
rmomentum22-Apr-05 21:33 
Generaltip Pin
keithbg22-Apr-05 18:18
keithbg22-Apr-05 18:18 
GeneralRe: tip Pin
Yulianto.22-Apr-05 18:59
Yulianto.22-Apr-05 18:59 
GeneralRe: tip Pin
keithbg23-Apr-05 2:51
keithbg23-Apr-05 2:51 

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.