Click here to Skip to main content
15,790,440 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Classes for Win32 UI and how to hide details Pin
Fernando A. Gomez F.10-Nov-14 7:57
Fernando A. Gomez F.10-Nov-14 7:57 
GeneralRe: Classes for Win32 UI and how to hide details Pin
Orjan Westin10-Nov-14 8:29
professionalOrjan Westin10-Nov-14 8:29 
AnswerRe: Classes for Win32 UI and how to hide details Pin
Aescleal11-Nov-14 3:05
Aescleal11-Nov-14 3:05 
GeneralRe: Classes for Win32 UI and how to hide details Pin
Fernando A. Gomez F.11-Nov-14 9:18
Fernando A. Gomez F.11-Nov-14 9:18 
QuestionCatching OnMouseMove on CGridCtrl Pin
_Flaviu7-Nov-14 1:31
_Flaviu7-Nov-14 1:31 
AnswerRe: Catching OnMouseMove on CGridCtrl Pin
_Flaviu7-Nov-14 1:44
_Flaviu7-Nov-14 1:44 
AnswerRe: Catching OnMouseMove on CGridCtrl Pin
Jochen Arndt7-Nov-14 2:56
professionalJochen Arndt7-Nov-14 2:56 
GeneralRe: Catching OnMouseMove on CGridCtrl Pin
_Flaviu7-Nov-14 3:30
_Flaviu7-Nov-14 3:30 
I did that:
C++
BEGIN_MESSAGE_MAP(CGridViewDemoView, CView)
	//{{AFX_MSG_MAP(CGridViewDemoView)
	ON_WM_SIZE()
    ON_COMMAND(ID_TOGGLE_READONLY, OnToggleReadonly)
	ON_WM_ERASEBKGND()
	ON_WM_MOUSEMOVE()
	//}}AFX_MSG_MAP
	// Standard printing commands
	ON_COMMAND(ID_FILE_PRINT, CView::OnFilePrint)
	ON_COMMAND(ID_FILE_PRINT_DIRECT, CView::OnFilePrint)
	ON_COMMAND(ID_FILE_PRINT_PREVIEW, CView::OnFilePrintPreview)
END_MESSAGE_MAP()

GeneralRe: Catching OnMouseMove on CGridCtrl Pin
Jochen Arndt7-Nov-14 3:40
professionalJochen Arndt7-Nov-14 3:40 
GeneralRe: Catching OnMouseMove on CGridCtrl Pin
_Flaviu9-Nov-14 21:44
_Flaviu9-Nov-14 21:44 
QuestionGetting Quotes on Call Options and Put Options Pin
BobInNJ6-Nov-14 9:35
BobInNJ6-Nov-14 9:35 
AnswerRe: Getting Quotes on Call Options and Put Options Pin
ZurdoDev6-Nov-14 11:18
professionalZurdoDev6-Nov-14 11:18 
GeneralRe: Getting Quotes on Call Options and Put Options Pin
BobInNJ6-Nov-14 12:36
BobInNJ6-Nov-14 12:36 
AnswerRe: Getting Quotes on Call Options and Put Options Pin
Richard Andrew x646-Nov-14 12:43
professionalRichard Andrew x646-Nov-14 12:43 
AnswerRe: Getting Quotes on Call Options and Put Options Pin
jschell6-Nov-14 14:29
jschell6-Nov-14 14:29 
AnswerRe: Getting Quotes on Call Options and Put Options Pin
Richard MacCutchan6-Nov-14 23:13
mveRichard MacCutchan6-Nov-14 23:13 
Questionhow to free memory space for 2 dimension ? Pin
mybm15-Nov-14 19:18
mybm15-Nov-14 19:18 
SuggestionRe: how to free memory space for 2 dimension ? Pin
Jochen Arndt5-Nov-14 22:13
professionalJochen Arndt5-Nov-14 22:13 
Question32 bits processor and single bit bitmap Pin
Vaclav_5-Nov-14 7:10
Vaclav_5-Nov-14 7:10 
AnswerRe: 32 bits processor and single bit bitmap Pin
Albert Holguin5-Nov-14 9:38
professionalAlbert Holguin5-Nov-14 9:38 
AnswerRe: 32 bits processor and single bit bitmap Pin
Richard MacCutchan5-Nov-14 23:20
mveRichard MacCutchan5-Nov-14 23:20 
GeneralRe: 32 bits processor and single bit bitmap Pin
Albert Holguin6-Nov-14 5:42
professionalAlbert Holguin6-Nov-14 5:42 
GeneralRe: 32 bits processor and single bit bitmap Pin
Richard MacCutchan6-Nov-14 8:16
mveRichard MacCutchan6-Nov-14 8:16 
QuestionDLL for communication class Pin
Drugodrf4-Nov-14 8:56
Drugodrf4-Nov-14 8:56 
AnswerRe: DLL for communication class Pin
Derek Tortonian6-Nov-14 10:35
Derek Tortonian6-Nov-14 10:35 

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.