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

C / C++ / MFC

 
GeneralRe: Standalone in place CEdit Pin
jhwurmbach11-Aug-03 23:19
jhwurmbach11-Aug-03 23:19 
GeneralRe: Standalone in place CEdit Pin
Neville Franks12-Aug-03 0:11
Neville Franks12-Aug-03 0:11 
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 
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.

From the Docs:
"All child windows, except those that have the WS_EX_NOPARENTNOTIFY extended window style, send this message to their parent windows. By default, child windows in a dialog box have the WS_EX_NOPARENTNOTIFY style, unless the CreateWindowEx function is called to create the child window without this style."

My (derived) edit control is created dynamically, and isn't a child of a dialog. I'll try setting WS_EX_NOPARENTNOTIFY and see what happens.

Neville Franks, Author of ED for Windows. Free Trial at www.getsoft.com
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 
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 

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.