Click here to Skip to main content
15,891,529 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: OnLButtonDblClk not working in CMainFrame Pin
_Flaviu17-Jun-12 9:00
_Flaviu17-Jun-12 9:00 
GeneralRe: OnLButtonDblClk not working in CMainFrame Pin
_Flaviu17-Jun-12 19:38
_Flaviu17-Jun-12 19:38 
GeneralRe: OnLButtonDblClk not working in CMainFrame Pin
«_Superman_»17-Jun-12 19:46
professional«_Superman_»17-Jun-12 19:46 
AnswerRe: OnLButtonDblClk not working in CMainFrame Pin
Eugen Podsypalnikov17-Jun-12 20:28
Eugen Podsypalnikov17-Jun-12 20:28 
QuestionAdvantage Multicore over Multithread in core i7 Pin
shankha201015-Jun-12 21:53
shankha201015-Jun-12 21:53 
AnswerRe: Advantage Multicore over Multithread in core i7 - Repost Pin
Richard MacCutchan16-Jun-12 0:04
mveRichard MacCutchan16-Jun-12 0:04 
Questiondll application is not launching for some PCS Pin
appollosputnik15-Jun-12 2:34
appollosputnik15-Jun-12 2:34 
AnswerRe: dll application is not launching for some PCS Pin
Richard MacCutchan15-Jun-12 2:50
mveRichard MacCutchan15-Jun-12 2:50 
JokeRe: dll application is not launching for some PCS Pin
David Crow15-Jun-12 4:56
David Crow15-Jun-12 4:56 
GeneralRe: dll application is not launching for some PCS Pin
Richard MacCutchan15-Jun-12 5:09
mveRichard MacCutchan15-Jun-12 5:09 
QuestionProblem with writing values to Shared Memory Pin
manoharbalu15-Jun-12 0:59
manoharbalu15-Jun-12 0:59 
AnswerRe: Problem with writing values to Shared Memory Pin
Richard MacCutchan15-Jun-12 2:47
mveRichard MacCutchan15-Jun-12 2:47 
QuestionAdding checkboxes to the multiple columns of CListCtrl Pin
Ashish Ranjan Mishra15-Jun-12 0:24
Ashish Ranjan Mishra15-Jun-12 0:24 
AnswerRe: Adding checkboxes to the multiple columns of CListCtrl Pin
_AnsHUMAN_ 15-Jun-12 1:18
_AnsHUMAN_ 15-Jun-12 1:18 
AnswerRe: Adding checkboxes to the multiple columns of CListCtrl Pin
_Flaviu15-Jun-12 18:17
_Flaviu15-Jun-12 18:17 

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.