Click here to Skip to main content
15,917,709 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Switch off Debug Assertions Pin
Richard MacCutchan17-Jun-12 22:18
mveRichard MacCutchan17-Jun-12 22:18 
AnswerRe: Switch off Debug Assertions Pin
jschell17-Jun-12 13:05
jschell17-Jun-12 13:05 
AnswerRe: Switch off Debug Assertions PinPopular
Chuck O'Toole17-Jun-12 14:36
Chuck O'Toole17-Jun-12 14:36 
AnswerRe: Switch off Debug Assertions Pin
Philippe Mori17-Jun-12 15:59
Philippe Mori17-Jun-12 15:59 
AnswerRe: Switch off Debug Assertions Pin
Erudite_Eric17-Jun-12 20:38
Erudite_Eric17-Jun-12 20:38 
AnswerRe: Switch off Debug Assertions Pin
AmbiguousName18-Jun-12 0:23
AmbiguousName18-Jun-12 0:23 
AnswerRe: Switch off Debug Assertions Pin
David Crow18-Jun-12 8:18
David Crow18-Jun-12 8:18 
AnswerRe: Switch off Debug Assertions Pin
jkirkerx18-Jun-12 10:37
professionaljkirkerx18-Jun-12 10:37 
QuestionRunning Ping on CWinThread::Onidle Pin
ForNow16-Jun-12 16:12
ForNow16-Jun-12 16:12 
AnswerRe: Running Ping on CWinThread::Onidle Pin
«_Superman_»16-Jun-12 17:29
professional«_Superman_»16-Jun-12 17:29 
GeneralRe: Running Ping on CWinThread::Onidle Pin
ForNow16-Jun-12 19:02
ForNow16-Jun-12 19:02 
AnswerRe: Running Ping on CWinThread::Onidle Pin
SoMad16-Jun-12 18:38
professionalSoMad16-Jun-12 18:38 
GeneralRe: Running Ping on CWinThread::Onidle Pin
ForNow16-Jun-12 19:02
ForNow16-Jun-12 19:02 
Questionoperator overloading Pin
Member 912994316-Jun-12 8:28
Member 912994316-Jun-12 8:28 
AnswerRe: operator overloading Pin
Chris Losinger16-Jun-12 8:48
professionalChris Losinger16-Jun-12 8:48 
AnswerRe: operator overloading Pin
Member 913892418-Jun-12 18:16
Member 913892418-Jun-12 18:16 
QuestionOnLButtonDblClk not working in CMainFrame Pin
_Flaviu15-Jun-12 23:34
_Flaviu15-Jun-12 23:34 
AnswerRe: OnLButtonDblClk not working in CMainFrame Pin
Richard MacCutchan16-Jun-12 0:12
mveRichard MacCutchan16-Jun-12 0:12 
GeneralRe: OnLButtonDblClk not working in CMainFrame Pin
_Flaviu16-Jun-12 0:52
_Flaviu16-Jun-12 0:52 
GeneralRe: OnLButtonDblClk not working in CMainFrame Pin
Richard MacCutchan16-Jun-12 0:58
mveRichard MacCutchan16-Jun-12 0:58 
GeneralRe: OnLButtonDblClk not working in CMainFrame Pin
_Flaviu16-Jun-12 1:16
_Flaviu16-Jun-12 1:16 
GeneralRe: OnLButtonDblClk not working in CMainFrame Pin
Richard MacCutchan16-Jun-12 1:23
mveRichard MacCutchan16-Jun-12 1:23 
AnswerRe: OnLButtonDblClk not working in CMainFrame Pin
«_Superman_»16-Jun-12 3:10
professional«_Superman_»16-Jun-12 3:10 
The client area consists of the view.
That's the reason why the control flow does not enter the OnLButtonDblClk handler of the frame class.

You will need to create a handler for OnLButtonDblClk in the view class.
However, you can create a handler for OnNcLButtonDblClk in the frame class where the double click on an area outside the view will be handled like the edges of the window, title bar, menu bar etc.
«_Superman 
I love work. It gives me something to do between weekends.


Microsoft MVP (Visual C++)

Polymorphism in C

GeneralRe: OnLButtonDblClk not working in CMainFrame Pin
_Flaviu16-Jun-12 4:13
_Flaviu16-Jun-12 4:13 
GeneralRe: OnLButtonDblClk not working in CMainFrame Pin
«_Superman_»16-Jun-12 17:20
professional«_Superman_»16-Jun-12 17:20 

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.