Click here to Skip to main content
15,918,193 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionSubclassing windows controls Pin
flavour4048-Apr-07 12:12
flavour4048-Apr-07 12:12 
AnswerRe: Subclassing windows controls Pin
Jun Du8-Apr-07 13:31
Jun Du8-Apr-07 13:31 
It depends how much control you want over these controls. I think you got three options:
1) If you just want to get/set text or like, you can get their Windows object and make limited calls.
2) If you want to call all their methods for each control, you can declare a control variable for it.
3) If you want to modify/enhance/add behavious, you need to subclass them.

Best,
Jun

AnswerRe: Subclassing windows controls Pin
William.Wang8-Apr-07 16:41
William.Wang8-Apr-07 16:41 
QuestionFreeImage Library Help [SOLVED] Pin
#realJSOP8-Apr-07 10:16
professional#realJSOP8-Apr-07 10:16 
AnswerRe: FreeImage Library Help [modified] Pin
Ravi Bhavnani8-Apr-07 12:07
professionalRavi Bhavnani8-Apr-07 12:07 
AnswerRe: FreeImage Library Help [SOLVED] Pin
William.Wang8-Apr-07 16:52
William.Wang8-Apr-07 16:52 
GeneralRe: FreeImage Library Help [SOLVED] Pin
#realJSOP9-Apr-07 1:43
professional#realJSOP9-Apr-07 1:43 
Questiongui [modified] Pin
deepthi bhattachar8-Apr-07 9:44
deepthi bhattachar8-Apr-07 9:44 
AnswerRe: gui Pin
Ravi Bhavnani8-Apr-07 12:01
professionalRavi Bhavnani8-Apr-07 12:01 
QuestionOverriding Edit Control.. Pin
Super Hornet8-Apr-07 8:22
Super Hornet8-Apr-07 8:22 
AnswerRe: Overriding Edit Control.. Pin
Ravi Bhavnani8-Apr-07 12:05
professionalRavi Bhavnani8-Apr-07 12:05 
QuestionRe: Overriding Edit Control.. Pin
Super Hornet9-Apr-07 4:22
Super Hornet9-Apr-07 4:22 
AnswerRe: Overriding Edit Control.. Pin
Ravi Bhavnani9-Apr-07 4:43
professionalRavi Bhavnani9-Apr-07 4:43 
Questionpkunzip.exe Pin
deeps_cute8-Apr-07 5:37
deeps_cute8-Apr-07 5:37 
AnswerRe: pkunzip.exe Pin
Hamid_RT8-Apr-07 7:16
Hamid_RT8-Apr-07 7:16 
AnswerRe: pkunzip.exe Pin
Michael Dunn8-Apr-07 8:00
sitebuilderMichael Dunn8-Apr-07 8:00 
AnswerRe: pkunzip.exe Pin
Mark Salsbery8-Apr-07 8:02
Mark Salsbery8-Apr-07 8:02 
QuestionHow to parse the eml file.... Pin
nagamohan_p8-Apr-07 4:25
nagamohan_p8-Apr-07 4:25 
AnswerRe: How to parse the eml file.... Pin
Rajesh R Subramanian8-Apr-07 19:28
professionalRajesh R Subramanian8-Apr-07 19:28 
GeneralRe: How to parse the eml file.... Pin
nagamohan_p16-Apr-07 7:10
nagamohan_p16-Apr-07 7:10 
QuestionGDI+ in Visual C++ 6 Pin
Avinash Gupta ITER8-Apr-07 3:54
Avinash Gupta ITER8-Apr-07 3:54 
AnswerRe: GDI+ in Visual C++ 6 Pin
Jun Du8-Apr-07 4:04
Jun Du8-Apr-07 4:04 
AnswerRe: GDI+ in Visual C++ 6 Pin
jk chan8-Apr-07 19:59
jk chan8-Apr-07 19:59 
Questionmulti threading Pin
gingerballs8-Apr-07 3:47
gingerballs8-Apr-07 3:47 
AnswerRe: multi threading Pin
Rob Graham8-Apr-07 4:20
Rob Graham8-Apr-07 4:20 

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.