Click here to Skip to main content
15,920,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralPicture Modification Pin
Matthias Steinbart11-Jan-00 22:58
sussMatthias Steinbart11-Jan-00 22:58 
GeneralOh Oh.... Pin
braulio14-Jan-00 3:33
braulio14-Jan-00 3:33 
GeneralRE: Picture Modification Pin
Al22-Jan-00 6:07
suss Al22-Jan-00 6:07 
GeneralSwitch SplitView Pin
Martin Laporte11-Jan-00 19:28
Martin Laporte11-Jan-00 19:28 
GeneralRE: Switch SplitView Pin
Anonymous12-Jan-00 4:28
suss Anonymous12-Jan-00 4:28 
GeneralRE: RE: Switch SplitView Pin
Martin Laporte13-Jan-00 10:28
Martin Laporte13-Jan-00 10:28 
GeneralRE: RE: RE: Switch SplitView Pin
Pascal.Plantey@icl.com18-Jan-00 4:22
sussPascal.Plantey@icl.com18-Jan-00 4:22 
GeneralCRichEditCtrl doesn't get WM_LBUTTONUP Pin
Jeremy Iverson11-Jan-00 15:28
Jeremy Iverson11-Jan-00 15:28 
Hi,

I have a subclass of CRichEditCtrl, and for some reason it does not receive the WM_LBUTTONUP message. I've verified this with Spy++, as well as the following code:

void CCommandLineEdit::OnLButtonDown(UINT nFlags, CPoint point)
{
TRACE("OnLButtonDown()\n");
CRichEditCtrl::OnLButtonDown(nFlags, point);
}

void CCommandLineEdit::OnLButtonUp(UINT nFlags, CPoint point)
{
TRACE("OnLButtonUp()\n");
CRichEditCtrl::OnLButtonUp(nFlags, point);
}

Commenting out CRichEditCtrl::OnLButtonDown(...) does allow the OnLButtonUp function to be called, but this also prevents the user from moving the caret by clicking the mouse anywhere (as well as making any type of selection with the mouse).

I do have ENM_MOUSEEVENTS specified in my SetEventMask() call. Also, the problem isn't unique to this individual control.

Has anybody seen this problem before or know of a way around it? (Preferably other than setting a timer on lbuttondown and polling for the button to be released).

Thanks for any help!

Jeremy
GeneralList box not repainting correctly Pin
Anonymous11-Jan-00 10:31
suss Anonymous11-Jan-00 10:31 
GeneralContext menu in dialogs & command routing with MFC Pin
Member 339711-Jan-00 6:49
Member 339711-Jan-00 6:49 
Generalchanging the default editor of Visual C++ IDE Pin
Stephane10-Jan-00 23:59
Stephane10-Jan-00 23:59 
Generalmemory DC bitmap... Pin
John Mancini10-Jan-00 14:07
suss John Mancini10-Jan-00 14:07 
GeneralWorker pointers Pin
Anonymous10-Jan-00 10:42
suss Anonymous10-Jan-00 10:42 
GeneralRE: Worker pointers Pin
Member 40411-Jan-00 14:08
Member 40411-Jan-00 14:08 
GeneralCOM works in VB but not VC. Pin
Member 35177-Jan-00 16:00
Member 35177-Jan-00 16:00 
GeneralRE: COM works in VB but not VC. Pin
Alex Gorev10-Jan-00 6:41
Alex Gorev10-Jan-00 6:41 
GeneralBring up Modeless Forms in VB DLL from VC Pin
Linda Yang7-Jan-00 10:26
Linda Yang7-Jan-00 10:26 
Generalc++ and reports in MS Access Pin
Ruud7-Jan-00 6:21
Ruud7-Jan-00 6:21 
GeneralRE: c++ and reports in MS Access Pin
Ed Dixon8-Jan-00 10:00
Ed Dixon8-Jan-00 10:00 
GeneralRE: c++ and reports in MS Access Pin
Ed Dixon8-Jan-00 10:01
Ed Dixon8-Jan-00 10:01 
GeneralJapanese Windows 95/98/NT4 problem with VC++ apps Pin
Member 36526-Jan-00 13:23
Member 36526-Jan-00 13:23 
GeneralRE: Japanese Windows 95/98/NT4 problem with VC++ apps Pin
Mike Dunn7-Jan-00 7:49
Mike Dunn7-Jan-00 7:49 
GeneralRE: Japanese Windows 95/98/NT4 problem with VC++ apps Pin
Member 127931-Jan-00 10:08
Member 127931-Jan-00 10:08 
GeneralRe: Japanese Windows 95/98/NT4 problem with VC++ apps Pin
Member 116395373-Aug-00 10:55
Member 116395373-Aug-00 10:55 
QuestionDoes any one have any vc++ code which promotes a web site or determines the position of a web site? Pin
Erich Ruth6-Jan-00 11:55
Erich Ruth6-Jan-00 11:55 

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.