Click here to Skip to main content
15,917,642 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionredirecting mouse button ?? Pin
Alek2-Jun-02 18:01
Alek2-Jun-02 18:01 
AnswerRe: redirecting mouse button ?? Pin
Paul M Watt2-Jun-02 18:29
mentorPaul M Watt2-Jun-02 18:29 
Questionwhats this macro do? Pin
2-Jun-02 16:56
suss2-Jun-02 16:56 
AnswerRe: whats this macro do? Pin
Paul M Watt2-Jun-02 17:45
mentorPaul M Watt2-Jun-02 17:45 
GeneralRe: whats this macro do? Pin
2-Jun-02 18:04
suss2-Jun-02 18:04 
Questionhide a button? Pin
2-Jun-02 13:19
suss2-Jun-02 13:19 
AnswerRe: hide a button? Pin
Nish Nishant2-Jun-02 15:01
sitebuilderNish Nishant2-Jun-02 15:01 
AnswerRe: hide a button? Pin
Paul M Watt2-Jun-02 18:00
mentorPaul M Watt2-Jun-02 18:00 
You could monitor the LBUTTONDOWN and LBUTTONUP combinations to determine if the user clicked the mouse. You would then determine the rectangle where the buttons are on your image, and you could check to see which button should be clicked (if a buttons should be clicked) by testing the point that was clicked in the function PtInRect.


Build a man a fire, and he will be warm for a day
Light a man on fire, and he will be warm for the rest of his life!

GeneralCan't get rid of error Pin
2-Jun-02 13:17
suss2-Jun-02 13:17 
GeneralRe: Can't get rid of error Pin
Rama Krishna Vavilala2-Jun-02 15:13
Rama Krishna Vavilala2-Jun-02 15:13 
GeneralMessage Closed Pin
2-Jun-02 15:18
User 387462-Jun-02 15:18 
QuestionOnly ".NET". What then? Pin
WREY2-Jun-02 12:11
WREY2-Jun-02 12:11 
AnswerRe: Only ".NET". What then? Pin
Domenic Denicola2-Jun-02 12:52
Domenic Denicola2-Jun-02 12:52 
GeneralRe: Only ".NET". What then? Pin
Ed Gadziemski3-Jun-02 11:40
professionalEd Gadziemski3-Jun-02 11:40 
QuestionHow to get Device Context of Picture Box Pin
Speedy2-Jun-02 11:55
Speedy2-Jun-02 11:55 
AnswerRe: How to get Device Context of Picture Box Pin
moliate2-Jun-02 15:39
moliate2-Jun-02 15:39 
QuestionWhat do i do to not make my app close when one of it's dialogs is closed? Pin
redeemer2-Jun-02 11:01
redeemer2-Jun-02 11:01 
AnswerRe: What do i do to not make my app close when one of it's dialogs is closed? Pin
Joaquín M López Muñoz2-Jun-02 11:21
Joaquín M López Muñoz2-Jun-02 11:21 
GeneralRe: What do i do to not make my app close when one of it's dialogs is closed? Pin
redeemer2-Jun-02 13:35
redeemer2-Jun-02 13:35 
GeneralText in CEdit control Pin
2-Jun-02 10:42
suss2-Jun-02 10:42 
GeneralRe: Text in CEdit control Pin
Rickard Andersson202-Jun-02 21:36
Rickard Andersson202-Jun-02 21:36 
Generalfatal error C1083: Cannot open include file: 'winmm.lib': No such file or directory Pin
2-Jun-02 10:33
suss2-Jun-02 10:33 
GeneralRe: fatal error C1083: Cannot open include file: 'winmm.lib': No such file or directory Pin
Simon Walton2-Jun-02 10:53
Simon Walton2-Jun-02 10:53 
GeneralRe: fatal error C1083: Cannot open include file: 'winmm.lib': No such file or directory Pin
Joaquín M López Muñoz2-Jun-02 11:34
Joaquín M López Muñoz2-Jun-02 11:34 
GeneralRe: fatal error C1083: Cannot open include file: 'winmm.lib': No such file or directory Pin
WREY2-Jun-02 12:24
WREY2-Jun-02 12:24 

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.