Click here to Skip to main content
15,911,890 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralHotkey problem Pin
User 988514-Sep-01 11:09
User 988514-Sep-01 11:09 
GeneralBringWindowToTop Pin
Chris Klecker14-Sep-01 10:43
Chris Klecker14-Sep-01 10:43 
GeneralRe: BringWindowToTop Pin
Paolo Messina15-Sep-01 13:05
professionalPaolo Messina15-Sep-01 13:05 
GeneralRe: BringWindowToTop Pin
Chris Klecker17-Sep-01 3:38
Chris Klecker17-Sep-01 3:38 
GeneralDynamic bitmap Pin
SnapRick14-Sep-01 9:17
SnapRick14-Sep-01 9:17 
GeneralRe: Dynamic bitmap Pin
Remi Morin14-Sep-01 10:23
Remi Morin14-Sep-01 10:23 
QuestionHow can I know that the mouse is/is not over my control Pin
Remi Morin14-Sep-01 9:00
Remi Morin14-Sep-01 9:00 
AnswerRe: How can I know that the mouse is/is not over my control Pin
14-Sep-01 9:08
suss14-Sep-01 9:08 
check for WM_NCMOUSEMOVE; (non-client mousemove messages)

or, you can call SetCapture to cage the beast to your control.

You can also use GetCapture and ReleaseCapture to ensure that you recieve all of the mouse messages, if you are the greedy type.

Suspicious | :suss:

Darin Rousseau
http://www.rinlex.com/fssi/development/
darin@rinlex.com
GeneralRe: How can I know that the mouse is/is not over my control Pin
Remi Morin14-Sep-01 10:16
Remi Morin14-Sep-01 10:16 
GeneralAccessing Windows NT Drivers From User Mode Programs Pin
Joseph LeBlanc14-Sep-01 8:50
Joseph LeBlanc14-Sep-01 8:50 
GeneralNet Meating Pin
GetFree14-Sep-01 8:49
GetFree14-Sep-01 8:49 
GeneralRe: Net Meating Pin
14-Sep-01 9:03
suss14-Sep-01 9:03 
GeneralCentering Dialogs on an ActiveX application Pin
14-Sep-01 8:32
suss14-Sep-01 8:32 
GeneralRe: Centering Dialogs on an ActiveX application Pin
Paolo Messina15-Sep-01 13:12
professionalPaolo Messina15-Sep-01 13:12 
GeneralOutLook Bar Control Pin
14-Sep-01 8:19
suss14-Sep-01 8:19 
GeneralRe: OutLook Bar Control Pin
Matt Philmon14-Sep-01 8:22
Matt Philmon14-Sep-01 8:22 
GeneralRe: OutLook Bar Control Pin
Chris Maunder14-Sep-01 14:35
cofounderChris Maunder14-Sep-01 14:35 
GeneralRe: OutLook Bar Control Pin
15-Sep-01 18:15
suss15-Sep-01 18:15 
GeneralMAKE CODE SLOWER Pin
14-Sep-01 8:17
suss14-Sep-01 8:17 
GeneralRe: MAKE CODE SLOWER Pin
14-Sep-01 8:21
suss14-Sep-01 8:21 
GeneralRe: MAKE CODE SLOWER Pin
Carlos Antollini14-Sep-01 8:49
Carlos Antollini14-Sep-01 8:49 
GeneralRe: MAKE CODE SLOWER Pin
14-Sep-01 8:56
suss14-Sep-01 8:56 
GeneralRe: MAKE CODE SLOWER Pin
14-Sep-01 9:53
suss14-Sep-01 9:53 
GeneralRe: MAKE CODE SLOWER Pin
Alvaro Mendez18-Sep-01 12:09
Alvaro Mendez18-Sep-01 12:09 
GeneralRe: MAKE CODE SLOWER Pin
Tomasz Sowinski14-Sep-01 9:16
Tomasz Sowinski14-Sep-01 9:16 

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.