This is probably a very simple question but one that is giving
me a heck of problem. I am writing a MDI text editor and cannot
trap the %WM_LBUTTONDOWN in my EditProc function.
Everything I've read up to this point says the mouse clicks are sent to the window beneath the cursor. Well that means I'm clicking in the edit control window of the child window whos parent is the MDI client. The message should be going (I think) to the EditProc function.
I've tried trapping the messages in the FrameProc function but no luck so far. What gives here? I know the mouse clicks are going somewhere because right click brings up the default "popup" menu inside the multi-line edit window.
TIA,
Cecil
me a heck of problem. I am writing a MDI text editor and cannot
trap the %WM_LBUTTONDOWN in my EditProc function.
Everything I've read up to this point says the mouse clicks are sent to the window beneath the cursor. Well that means I'm clicking in the edit control window of the child window whos parent is the MDI client. The message should be going (I think) to the EditProc function.
I've tried trapping the messages in the FrameProc function but no luck so far. What gives here? I know the mouse clicks are going somewhere because right click brings up the default "popup" menu inside the multi-line edit window.
TIA,
Cecil

Comment