Click here to Skip to main content
15,888,579 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: ClassView Clutter in eMbedded Visual C++ Pin
Mike Dimmick14-Aug-06 16:52
Mike Dimmick14-Aug-06 16:52 
QuestionOnPositionChange doesn't work! [modified] Pin
dSolariuM7-Aug-06 3:46
dSolariuM7-Aug-06 3:46 
QuestionAgain trouble with sorting COleSafeArray ! :) Pin
bosfan7-Aug-06 3:41
bosfan7-Aug-06 3:41 
AnswerRe: Again trouble with sorting COleSafeArray ! :) Pin
Zac Howland7-Aug-06 5:23
Zac Howland7-Aug-06 5:23 
GeneralRe: Again trouble with sorting COleSafeArray ! :) Pin
bosfan7-Aug-06 21:08
bosfan7-Aug-06 21:08 
Questiontracking mouse movement over button Pin
Manjunath S7-Aug-06 3:13
Manjunath S7-Aug-06 3:13 
AnswerRe: tracking mouse movement over button Pin
Maximilien7-Aug-06 4:32
Maximilien7-Aug-06 4:32 
GeneralRe: tracking mouse movement over button Pin
Manjunath S7-Aug-06 5:13
Manjunath S7-Aug-06 5:13 
I am using this function, but not getting event when mouse moves over button.
The code i am using is,

TRACKMOUSEEVENT track;

track.cbSize = sizeof(TRACKMOUSEEVENT);
track.dwFlags = TME_HOVER | TME_LEAVE;
track.hwndTrack = bHandle; //handle to the button
track.dwHoverTime = 1000;

_TrackMouseEvent(&track);

And i am checking WM_MOUSEHOVER, WM_MOUSELEAVE messages.
Is it correct. thanks for ur suggestions.


Manjunath S
Bangalore
AnswerRe: tracking mouse movement over button Pin
Hamid_RT7-Aug-06 21:46
Hamid_RT7-Aug-06 21:46 
QuestionThe model dialog don't pop up,but it pops up after press the Alt button on the keyboard,why?How to resolve this problem? Pin
zhonglin.liang7-Aug-06 2:26
zhonglin.liang7-Aug-06 2:26 
QuestionRe: The model dialog don't pop up,but it pops up after press the Alt button on the keyboard,why?How to resolve this problem? Pin
David Crow7-Aug-06 2:36
David Crow7-Aug-06 2:36 
AnswerRe: The model dialog don't pop up,but it pops up after press the Alt button on the keyboard,why?How to resolve this problem? Pin
zhonglin.liang7-Aug-06 3:02
zhonglin.liang7-Aug-06 3:02 
QuestionRe: The model dialog don't pop up,but it pops up after press the Alt button on the keyboard,why?How to resolve this problem? Pin
David Crow7-Aug-06 4:25
David Crow7-Aug-06 4:25 
QuestionOnApply() Pin
SandhyaSri7-Aug-06 2:24
SandhyaSri7-Aug-06 2:24 
AnswerRe: OnApply() Pin
David Crow7-Aug-06 2:38
David Crow7-Aug-06 2:38 
QuestionDeviceIoControl function error Pin
Tushar Mahajan7-Aug-06 2:24
Tushar Mahajan7-Aug-06 2:24 
QuestionRe: DeviceIoControl function error Pin
David Crow7-Aug-06 2:46
David Crow7-Aug-06 2:46 
AnswerRe: DeviceIoControl function error Pin
Tushar Mahajan7-Aug-06 2:56
Tushar Mahajan7-Aug-06 2:56 
GeneralRe: DeviceIoControl function error Pin
David Crow7-Aug-06 3:02
David Crow7-Aug-06 3:02 
QuestionSystems DSN in VC++ Pin
Programm3r7-Aug-06 2:16
Programm3r7-Aug-06 2:16 
AnswerRe: Systems DSN in VC++ Pin
_AnsHUMAN_ 7-Aug-06 2:39
_AnsHUMAN_ 7-Aug-06 2:39 
GeneralRe: Systems DSN in VC++ Pin
Programm3r7-Aug-06 2:50
Programm3r7-Aug-06 2:50 
GeneralRe: Systems DSN in VC++ Pin
_AnsHUMAN_ 7-Aug-06 2:59
_AnsHUMAN_ 7-Aug-06 2:59 
GeneralRe: Systems DSN in VC++ Pin
Programm3r7-Aug-06 3:07
Programm3r7-Aug-06 3:07 
AnswerRe: Systems DSN in VC++ Pin
David Crow7-Aug-06 2:52
David Crow7-Aug-06 2:52 

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.