Click here to Skip to main content
15,914,419 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Standalone in place CEdit Pin
Neville Franks12-Aug-03 0:47
Neville Franks12-Aug-03 0:47 
GeneralRe: Standalone in place CEdit Pin
Steve S12-Aug-03 0:58
Steve S12-Aug-03 0:58 
GeneralRe: Standalone in place CEdit Pin
Neville Franks12-Aug-03 1:24
Neville Franks12-Aug-03 1:24 
GeneralRe: Standalone in place CEdit Pin
Neville Franks12-Aug-03 1:44
Neville Franks12-Aug-03 1:44 
GeneralRe: Standalone in place CEdit Pin
Ryan Binns12-Aug-03 2:53
Ryan Binns12-Aug-03 2:53 
GeneralRe: Standalone in place CEdit Pin
Neville Franks12-Aug-03 3:09
Neville Franks12-Aug-03 3:09 
GeneralRe: Standalone in place CEdit Pin
Neville Franks12-Aug-03 3:35
Neville Franks12-Aug-03 3:35 
GeneralRe: Standalone in place CEdit Pin
jhwurmbach12-Aug-03 1:02
jhwurmbach12-Aug-03 1:02 
Neville Franks wrote:
I can't see how to reflect WM_LBUTTONDOWN, WM_KEYDOWN et.all.

Why do you need to?
ON_CONTROL_REFLECT_EX(EN_CHANGE, OnChange) should allow you to handle every case the CEdit needs to change. (Im not sure from the top of my head what about paste)
You can return TRUE to disallow the parent to handle EN_CHANGE.

As a sidenote, it escapes my why this is called 'reflection', as it obviously happens *before* the parent gets to see the message.
If you need a analogue from the realm of optics, I would say that you can set the control to be 'opaque' for the message.



Who is 'General Failure'? And why is he reading my harddisk?!?
GeneralRe: Standalone in place CEdit Pin
Ravi Bhavnani12-Aug-03 2:34
professionalRavi Bhavnani12-Aug-03 2:34 
GeneralRe: Standalone in place CEdit Pin
Neville Franks12-Aug-03 2:47
Neville Franks12-Aug-03 2:47 
GeneralRe: Standalone in place CEdit Pin
igor196012-Aug-03 11:10
igor196012-Aug-03 11:10 
GeneralRe: Standalone in place CEdit Pin
Neville Franks12-Aug-03 11:18
Neville Franks12-Aug-03 11:18 
GeneralRe: Standalone in place CEdit Pin
igor196012-Aug-03 12:05
igor196012-Aug-03 12:05 
GeneralRe: Standalone in place CEdit Pin
HPSI12-Aug-03 2:42
HPSI12-Aug-03 2:42 
GeneralRe: Standalone in place CEdit Pin
Neville Franks12-Aug-03 2:52
Neville Franks12-Aug-03 2:52 
GeneralInternetQueryOption linking error Pin
si_6911-Aug-03 22:48
si_6911-Aug-03 22:48 
GeneralRe: InternetQueryOption linking error Pin
si_6911-Aug-03 22:58
si_6911-Aug-03 22:58 
GeneralRe: InternetQueryOption linking error Pin
Steve S12-Aug-03 0:41
Steve S12-Aug-03 0:41 
GeneralGroup Box - Change color border Pin
JensB11-Aug-03 22:43
JensB11-Aug-03 22:43 
GeneralRe: Group Box - Change color border Pin
Iain Clarke, Warrior Programmer11-Aug-03 23:08
Iain Clarke, Warrior Programmer11-Aug-03 23:08 
GeneralRe: Group Box - Change color border Pin
JensB11-Aug-03 23:44
JensB11-Aug-03 23:44 
Generall Pin
Anonymous11-Aug-03 22:31
Anonymous11-Aug-03 22:31 
GeneralRe: l Pin
Rickard Andersson2011-Aug-03 22:39
Rickard Andersson2011-Aug-03 22:39 
GeneralHelp in Picture Pin
henli11-Aug-03 22:20
henli11-Aug-03 22:20 
GeneralRe: Help in Picture Pin
Steve S12-Aug-03 0:31
Steve S12-Aug-03 0: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.