Click here to Skip to main content
15,891,725 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionSave image to bitmap Pin
JBAK_CP23-Oct-07 10:35
JBAK_CP23-Oct-07 10:35 
AnswerRe: Save image to bitmap Pin
Neo Andreson23-Oct-07 18:09
Neo Andreson23-Oct-07 18:09 
AnswerRe: Save image to bitmap Pin
Hamid_RT23-Oct-07 20:46
Hamid_RT23-Oct-07 20:46 
Questionhelp me Pin
lgbean23-Oct-07 9:47
lgbean23-Oct-07 9:47 
Questionrun-time created control handling Pin
mr_Tuborg23-Oct-07 9:00
mr_Tuborg23-Oct-07 9:00 
AnswerRe: run-time created control handling Pin
David Crow23-Oct-07 10:06
David Crow23-Oct-07 10:06 
GeneralRe: run-time created control handling Pin
mr_Tuborg23-Oct-07 18:45
mr_Tuborg23-Oct-07 18:45 
AnswerRe: run-time created control handling Pin
Mark Salsbery23-Oct-07 10:19
Mark Salsbery23-Oct-07 10:19 
Which scenario are you having trouble with - dynamically (runtime)
created controls or static (from resource) created controls?

Either way, to use the MFC message handlers, you derive a class
from CEdit and add your handlers, including entries in the message map.

Then you use objects of your derived class in place of CEdit objects in
the parent window class.

Mark



Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: run-time created control handling Pin
mr_Tuborg23-Oct-07 18:39
mr_Tuborg23-Oct-07 18:39 
AnswerRe: run-time created control handling Pin
Stephen Hewitt23-Oct-07 16:31
Stephen Hewitt23-Oct-07 16:31 
GeneralRe: run-time created control handling Pin
Mark Salsbery24-Oct-07 5:06
Mark Salsbery24-Oct-07 5:06 
QuestionDetect right-click on Tab Header Pin
neil478123-Oct-07 8:58
neil478123-Oct-07 8:58 
AnswerRe: Detect right-click on Tab Header Pin
Mark Salsbery23-Oct-07 10:23
Mark Salsbery23-Oct-07 10:23 
GeneralRe: Detect right-click on Tab Header Pin
neil478123-Oct-07 10:42
neil478123-Oct-07 10:42 
GeneralRe: Detect right-click on Tab Header Pin
Mark Salsbery23-Oct-07 11:16
Mark Salsbery23-Oct-07 11:16 
GeneralRe: Detect right-click on Tab Header Pin
neil478123-Oct-07 11:23
neil478123-Oct-07 11:23 
QuestionNavigate a IE Window to some other site Pin
vikrant kpr23-Oct-07 8:46
vikrant kpr23-Oct-07 8:46 
QuestionRe: Navigate a IE Window to some other site Pin
David Crow23-Oct-07 10:12
David Crow23-Oct-07 10:12 
AnswerRe: Navigate a IE Window to some other site Pin
vikrant kpr24-Oct-07 7:32
vikrant kpr24-Oct-07 7:32 
QuestionRe: Navigate a IE Window to some other site Pin
Hamid_RT23-Oct-07 20:41
Hamid_RT23-Oct-07 20:41 
Questiontool tip Pin
sarojsigdel23-Oct-07 8:35
sarojsigdel23-Oct-07 8:35 
AnswerRe: tool tip Pin
Chris Losinger23-Oct-07 10:05
professionalChris Losinger23-Oct-07 10:05 
QuestionRe: tool tip Pin
David Crow23-Oct-07 10:14
David Crow23-Oct-07 10:14 
AnswerRe: tool tip Pin
GauranG Shah23-Oct-07 18:19
GauranG Shah23-Oct-07 18:19 
AnswerRe: tool tip Pin
Hamid_RT23-Oct-07 20:29
Hamid_RT23-Oct-07 20:29 

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.