Click here to Skip to main content
15,887,175 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
AnswerRe: Catch OnLButtonDblClk in CMainFrame Pin
quuo12-Apr-13 3:04
quuo12-Apr-13 3:04 
GeneralRe: Catch OnLButtonDblClk in CMainFrame Pin
_Flaviu14-Apr-13 19:52
_Flaviu14-Apr-13 19:52 
QuestionMFC White image Problem in Win7 Pin
002comp8-Apr-13 18:14
002comp8-Apr-13 18:14 
AnswerRe: MFC White image Problem in Win7 Pin
quuo12-Apr-13 3:10
quuo12-Apr-13 3:10 
QuestionProblem with heap/OK button error Pin
Grahamfff8-Apr-13 5:52
Grahamfff8-Apr-13 5:52 
QuestionRe: Problem with heap/OK button error Pin
David Crow8-Apr-13 6:03
David Crow8-Apr-13 6:03 
AnswerRe: Problem with heap/OK button error Pin
Grahamfff8-Apr-13 6:36
Grahamfff8-Apr-13 6:36 
GeneralRe: Problem with heap/OK button error Pin
Alan Balkany8-Apr-13 8:16
Alan Balkany8-Apr-13 8:16 
AnswerRe: Problem with heap/OK button error Pin
Stephen Hewitt8-Apr-13 9:32
Stephen Hewitt8-Apr-13 9:32 
GeneralRe: Problem with heap/OK button error Pin
Grahamfff8-Apr-13 22:46
Grahamfff8-Apr-13 22:46 
GeneralBRe: Problem with heap/OK button error Pin
Stephen Hewitt9-Apr-13 9:35
Stephen Hewitt9-Apr-13 9:35 
GeneralRe: BRe: Problem with heap/OK button error Pin
Grahamfff9-Apr-13 21:28
Grahamfff9-Apr-13 21:28 
Questionhow to include minizip code into vc++ 2010 SDI application Pin
syam0718-Apr-13 3:29
syam0718-Apr-13 3:29 
QuestionRe: how to include minizip code into vc++ 2010 SDI application Pin
David Crow8-Apr-13 5:54
David Crow8-Apr-13 5:54 

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.