Click here to Skip to main content
15,898,745 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Question« Precompiled header file error » Pin
bzsolt916-Sep-09 2:21
bzsolt916-Sep-09 2:21 
QuestionRe: « Precompiled header file error » Pin
Rajesh R Subramanian6-Sep-09 3:47
professionalRajesh R Subramanian6-Sep-09 3:47 
QuestionQuickBooks simple questions Pin
John Developer5-Sep-09 23:29
John Developer5-Sep-09 23:29 
AnswerRe: QuickBooks simple questions Pin
Luc Pattyn6-Sep-09 1:08
sitebuilderLuc Pattyn6-Sep-09 1:08 
QuestionODS_HOTLIGHT not work Pin
thanhvinh09065-Sep-09 21:49
thanhvinh09065-Sep-09 21:49 
AnswerRe: ODS_HOTLIGHT not work Pin
Code-o-mat5-Sep-09 23:43
Code-o-mat5-Sep-09 23:43 
GeneralRe: ODS_HOTLIGHT not work Pin
thanhvinh09066-Sep-09 3:06
thanhvinh09066-Sep-09 3:06 
GeneralRe: ODS_HOTLIGHT not work Pin
Code-o-mat6-Sep-09 10:08
Code-o-mat6-Sep-09 10:08 
Well, you don't get that item with TrackMouseEvent, what you can do is handling WM_MOUSEMOVE, you can find the item the mouse is over using ItemFromPoint[^], and you use TrackMouseEvent to know when the mouse leaves since by default you get no message whatsoever about that. But to save yourself all the trouble figuring this out, you should really consider CListCtrl[^] instead, just like Iain suggested too.

> The problem with computers is that they do what you tell them to do and not what you want them to do. <
> Sometimes you just have to hate coding to do it well. <

AnswerRe: ODS_HOTLIGHT not work Pin
Iain Clarke, Warrior Programmer6-Sep-09 9:16
Iain Clarke, Warrior Programmer6-Sep-09 9:16 
QuestionLabel adresses in inline assembly Pin
Remco Hoogenboezem5-Sep-09 11:21
Remco Hoogenboezem5-Sep-09 11:21 
AnswerRe: Label adresses in inline assembly Pin
Stuart Dootson5-Sep-09 13:46
professionalStuart Dootson5-Sep-09 13:46 
AnswerRe: Label adresses in inline assembly Pin
Randor 5-Sep-09 16:24
professional Randor 5-Sep-09 16:24 
GeneralRe: Label adresses in inline assembly Pin
Stuart Dootson5-Sep-09 23:39
professionalStuart Dootson5-Sep-09 23:39 
AnswerRe: Label adresses in inline assembly Pin
Remco Hoogenboezem6-Sep-09 0:56
Remco Hoogenboezem6-Sep-09 0:56 
GeneralRe: Label adresses in inline assembly Pin
Luc Pattyn6-Sep-09 1:16
sitebuilderLuc Pattyn6-Sep-09 1:16 
GeneralRe: Label adresses in inline assembly Pin
Remco Hoogenboezem6-Sep-09 9:02
Remco Hoogenboezem6-Sep-09 9:02 
GeneralRe: Label adresses in inline assembly Pin
Luc Pattyn6-Sep-09 9:32
sitebuilderLuc Pattyn6-Sep-09 9:32 
QuestionHow to handle breaks during debugging Pin
prithaa5-Sep-09 8:43
prithaa5-Sep-09 8:43 
AnswerRe: How to handle breaks during debugging Pin
Stuart Dootson5-Sep-09 10:23
professionalStuart Dootson5-Sep-09 10:23 
GeneralRe: How to handle breaks during debugging Pin
prithaa5-Sep-09 20:19
prithaa5-Sep-09 20:19 
GeneralRe: How to handle breaks during debugging Pin
Stuart Dootson5-Sep-09 23:36
professionalStuart Dootson5-Sep-09 23:36 
GeneralRe: How to handle breaks during debugging Pin
prithaa6-Sep-09 0:20
prithaa6-Sep-09 0:20 
GeneralRe: How to handle breaks during debugging Pin
Stuart Dootson6-Sep-09 0:57
professionalStuart Dootson6-Sep-09 0:57 
GeneralRe: How to handle breaks during debugging Pin
prithaa6-Sep-09 1:00
prithaa6-Sep-09 1:00 
GeneralRe: How to handle breaks during debugging Pin
Stuart Dootson6-Sep-09 1:03
professionalStuart Dootson6-Sep-09 1:03 

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.