Click here to Skip to main content
15,895,142 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to use GetLastInputInfo? Pin
Randor 10-Apr-13 16:16
professional Randor 10-Apr-13 16:16 
GeneralRe: How to use GetLastInputInfo? Pin
Donguy197611-Apr-13 6:50
Donguy197611-Apr-13 6:50 
QuestionError for GetLastInputInfo Pin
Donguy197610-Apr-13 11:36
Donguy197610-Apr-13 11:36 
AnswerRe: Error for GetLastInputInfo Pin
jeron110-Apr-13 11:58
jeron110-Apr-13 11:58 
AnswerRe: Error for GetLastInputInfo Pin
Randor 10-Apr-13 12:51
professional Randor 10-Apr-13 12:51 
GeneralRe: Error for GetLastInputInfo Pin
Donguy197610-Apr-13 15:57
Donguy197610-Apr-13 15:57 
QuestionMake a form transparent to mouse depending mouse event? Pin
thanh_bkhn9-Apr-13 17:01
professionalthanh_bkhn9-Apr-13 17:01 
AnswerRe: Make a form transparent to mouse depending mouse event? Pin
pasztorpisti9-Apr-13 22:14
pasztorpisti9-Apr-13 22:14 
GeneralRe: Make a form transparent to mouse depending mouse event? Pin
thanh_bkhn11-Apr-13 17:51
professionalthanh_bkhn11-Apr-13 17:51 
GeneralRe: Make a form transparent to mouse depending mouse event? Pin
pasztorpisti11-Apr-13 21:14
pasztorpisti11-Apr-13 21:14 
GeneralRe: Make a form transparent to mouse depending mouse event? Pin
thanh_bkhn14-Apr-13 16:35
professionalthanh_bkhn14-Apr-13 16:35 
AnswerRe: Make a form transparent to mouse depending mouse event? Pin
thanh_bkhn25-Apr-13 23:40
professionalthanh_bkhn25-Apr-13 23:40 
Questionhow to create a graph in c++? Pin
Member 99757719-Apr-13 4:48
Member 99757719-Apr-13 4:48 
QuestionRe: how to create a graph in c++? Pin
Richard MacCutchan9-Apr-13 5:10
mveRichard MacCutchan9-Apr-13 5:10 
AnswerRe: how to create a graph in c++? Pin
Stephen Hewitt9-Apr-13 9:49
Stephen Hewitt9-Apr-13 9:49 
AnswerRe: how to create a graph in c++? Pin
CPallini10-Apr-13 9:56
mveCPallini10-Apr-13 9:56 
AnswerRe: how to create a graph in c++? Pin
quuo12-Apr-13 3:01
quuo12-Apr-13 3:01 
QuestionShellExecute to post a command line to an existing cmd windows. Pin
mpcp9-Apr-13 3:42
mpcp9-Apr-13 3:42 
AnswerRe: ShellExecute to post a command line to an existing cmd windows. Pin
Jochen Arndt9-Apr-13 4:13
professionalJochen Arndt9-Apr-13 4:13 
GeneralRe: ShellExecute to post a command line to an existing cmd windows. Pin
mpcp11-Apr-13 3:42
mpcp11-Apr-13 3:42 
QuestionCatch OnLButtonDblClk in CMainFrame Pin
_Flaviu9-Apr-13 2:59
_Flaviu9-Apr-13 2:59 
AnswerRe: Catch OnLButtonDblClk in CMainFrame Pin
Jochen Arndt9-Apr-13 3:46
professionalJochen Arndt9-Apr-13 3:46 
From the WM_LBUTTONDBLCLICK entry in the MSDN:
Quote:
Posted when the user double-clicks the left mouse button while the cursor is in the client area of a window. If the mouse is not captured, the message is posted to the window beneath the cursor. Otherwise, the message is posted to the window that has captured the mouse.

The message is probably send to a child window of your main frame window (e.g. a view window).
GeneralRe: Catch OnLButtonDblClk in CMainFrame Pin
_Flaviu9-Apr-13 20:44
_Flaviu9-Apr-13 20:44 
QuestionRe: Catch OnLButtonDblClk in CMainFrame Pin
Richard MacCutchan9-Apr-13 5:09
mveRichard MacCutchan9-Apr-13 5:09 
AnswerRe: Catch OnLButtonDblClk in CMainFrame Pin
_Flaviu9-Apr-13 20:47
_Flaviu9-Apr-13 20:47 

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.