Click here to Skip to main content
15,915,324 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How can i find out if outlook is running? Pin
Tomasz Sowinski10-Jul-01 1:08
Tomasz Sowinski10-Jul-01 1:08 
AnswerRe: How can i find out if outlook is running? Pin
10-Jul-01 1:15
suss10-Jul-01 1:15 
GeneralSOS!!! Pin
9-Jul-01 23:20
suss9-Jul-01 23:20 
GeneralRe: SOS!!! Pin
9-Jul-01 23:47
suss9-Jul-01 23:47 
GeneralRe: SOS!!! Pin
9-Jul-01 23:57
suss9-Jul-01 23:57 
GeneralRe: SOS!!! Pin
coder847210-Jul-01 0:30
coder847210-Jul-01 0:30 
GeneralMouse moving Pin
9-Jul-01 22:42
suss9-Jul-01 22:42 
GeneralRe: Mouse moving Pin
NormDroid9-Jul-01 23:12
professionalNormDroid9-Jul-01 23:12 
TrackMouseEvent

Remarks
=======

The mouse pointer is considered to be hovering when it stays within a specified rectangle for a specified period of time. Call SystemParametersInfo and use the values SPI_GETMOUSEHOVERWIDTH, SPI_GETMOUSEHOVERHEIGHT, and SPI_GETMOUSEHOVERTIME to retrieve the size of the rectangle and the time.

Note The _TrackMouseEvent function calls TrackMouseEvent if it exists, otherwise _TrackMouseEvent emulates TrackMouseEvent. The _TrackMouseEvent function is in commctrl.h and is exported by COMCTRL32.DLL.

Requirements
============
Windows NT/2000 or later: Requires Windows NT 4.0 or later.
Windows 95/98/Me: Requires Windows 98 or later.
Header: Declared in Winuser.h; include Windows.h.
Library: Use User32.lib.


GeneralRe: Mouse moving Pin
9-Jul-01 23:42
suss9-Jul-01 23:42 
GeneralRe: Mouse moving Pin
9-Jul-01 23:50
suss9-Jul-01 23:50 
GeneralRe: Mouse moving Pin
Christian Graus9-Jul-01 23:53
protectorChristian Graus9-Jul-01 23:53 
GeneralWeired problem in using std library Pin
9-Jul-01 22:35
suss9-Jul-01 22:35 
GeneralRe: Weired problem in using std library Pin
Tomasz Sowinski10-Jul-01 0:36
Tomasz Sowinski10-Jul-01 0:36 
GeneralRe: Weired problem in using std library Pin
10-Jul-01 15:42
suss10-Jul-01 15:42 
GeneralImplement Dynamic & multiple inheritance Pin
9-Jul-01 21:49
suss9-Jul-01 21:49 
GeneralRe: Implement Dynamic & multiple inheritance Pin
Tomasz Sowinski10-Jul-01 0:39
Tomasz Sowinski10-Jul-01 0:39 
QuestionHow to modify DocString at runtime? Pin
9-Jul-01 21:32
suss9-Jul-01 21:32 
AnswerRe: How to modify DocString at runtime? Pin
Tomasz Sowinski10-Jul-01 0:42
Tomasz Sowinski10-Jul-01 0:42 
GeneralRe: How to modify DocString at runtime? Pin
10-Jul-01 3:01
suss10-Jul-01 3:01 
GeneralCustom Drawn Close, Maximize and Minimize buttons Pin
Andreas Philipson9-Jul-01 20:29
Andreas Philipson9-Jul-01 20:29 
GeneralRe: Custom Drawn Close, Maximize and Minimize buttons Pin
9-Jul-01 23:39
suss9-Jul-01 23:39 
GeneralRe: Custom Drawn Close, Maximize and Minimize buttons Pin
Andreas Philipson9-Jul-01 23:43
Andreas Philipson9-Jul-01 23:43 
QuestionHow to broadcast in same LAN with Socket? Pin
9-Jul-01 19:48
suss9-Jul-01 19:48 
AnswerRe: How to broadcast in same LAN with Socket? Pin
markkuk9-Jul-01 20:49
markkuk9-Jul-01 20:49 
QuestionTemplates errors I found and fix. But a quest...Why the errors? Pin
CMFC6.0VS.NETUser9-Jul-01 18:33
CMFC6.0VS.NETUser9-Jul-01 18:33 

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.