Click here to Skip to main content
16,004,974 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Standalone in place CEdit Pin
Steve S12-Aug-03 0:30
Steve S12-Aug-03 0:30 
GeneralRe: Standalone in place CEdit Pin
Neville Franks12-Aug-03 0:40
Neville Franks12-Aug-03 0:40 
GeneralRe: Standalone in place CEdit Pin
Steve S12-Aug-03 0:44
Steve S12-Aug-03 0:44 
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 
Neville Franks wrote:
Tried Spy++ and the parent is getting WM_LBUTTONDOWN etc. I also noticed a WM_PARENTNOTIFY sent to the parent, which may shed some light on this.

The parent is getting WM_LBUTTONDOWN? Do you have the WS_EX_TRANSPARENT style set? That is the only case I can think of where the parent will get mouse messages from a control, unless the parent has captured the mouse.

As for WS_EX_NOPARENTNOTIFY, I noticed in your other message you said it didn't work. Did you use ModifyStyleEx() to set it, or pass it to CreateEx()? I'm not sure if that particular style can be set dynamically.

Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

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 
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 

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.