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

C / C++ / MFC

 
AnswerRe: Using Static Lib For Creating the MFC Controls Pin
Mark Salsbery23-Jul-08 6:30
Mark Salsbery23-Jul-08 6:30 
GeneralRe: Using Static Lib For Creating the MFC Controls Pin
lavate malllik23-Jul-08 18:49
lavate malllik23-Jul-08 18:49 
Questiondecimal separator Pin
jeremie.delaitre23-Jul-08 4:04
jeremie.delaitre23-Jul-08 4:04 
AnswerRe: decimal separator Pin
led mike23-Jul-08 4:36
led mike23-Jul-08 4:36 
GeneralRe: decimal separator Pin
jeremie.delaitre23-Jul-08 4:54
jeremie.delaitre23-Jul-08 4:54 
GeneralRe: decimal separator Pin
led mike23-Jul-08 5:58
led mike23-Jul-08 5:58 
QuestionTrackMouse Event Pin
bhanu_850923-Jul-08 3:06
bhanu_850923-Jul-08 3:06 
AnswerRe: TrackMouse Event Pin
enhzflep23-Jul-08 6:00
enhzflep23-Jul-08 6:00 
Unless I'm mistaken, you're reloading the button's bitmap each and every time the mouse sends a move event. Why don't you only draw the bitmap when it changes?

You could either keep a track of the mouse position last move, and compare the last pos to the current pos, to see if the mouseOver status has changed for either button.

Or, you simply could add some flags to hold the current mouseOver status of each button. Comparing the current status with the last to determine if the bitmap needs to be changed to reflect the mouse position.
QuestionHow to handle New Vertical Tab of Window Menu in VS2005 Pin
am 200923-Jul-08 3:06
am 200923-Jul-08 3:06 
QuestionCString Find Pin
Preethi_12323-Jul-08 3:04
Preethi_12323-Jul-08 3:04 
AnswerRe: CString Find Pin
am 200923-Jul-08 3:08
am 200923-Jul-08 3:08 
GeneralRe: CString Find Pin
Preethi_12323-Jul-08 3:23
Preethi_12323-Jul-08 3:23 
AnswerRe: CString Find Pin
Rajesh R Subramanian23-Jul-08 3:16
professionalRajesh R Subramanian23-Jul-08 3:16 
GeneralRe: CString Find Pin
Preethi_12323-Jul-08 3:21
Preethi_12323-Jul-08 3:21 
QuestionCreating dynamic CStatic control without Dialog in VC++ Pin
Member 437038523-Jul-08 3:04
Member 437038523-Jul-08 3:04 
AnswerRe: Creating dynamic CStatic control without Dialog in VC++ Pin
Cedric Moonen23-Jul-08 3:26
Cedric Moonen23-Jul-08 3:26 
QuestionRe: Creating dynamic CStatic control without Dialog in VC++ Pin
David Crow23-Jul-08 3:29
David Crow23-Jul-08 3:29 
AnswerRe: Creating dynamic CStatic control without Dialog in VC++ Pin
CPallini23-Jul-08 7:00
mveCPallini23-Jul-08 7:00 
Questionxml reading using vc++ Pin
V K 223-Jul-08 2:54
V K 223-Jul-08 2:54 
AnswerRe: xml reading using vc++ Pin
CPallini23-Jul-08 7:11
mveCPallini23-Jul-08 7:11 
QuestionProblem with DateTime picker control. Pin
Sanjay K23-Jul-08 2:45
Sanjay K23-Jul-08 2:45 
AnswerRe: Problem with DateTime picker control. Pin
Cedric Moonen23-Jul-08 3:25
Cedric Moonen23-Jul-08 3:25 
GeneralRe: Problem with DateTime picker control. Pin
Sanjay K23-Jul-08 17:55
Sanjay K23-Jul-08 17:55 
QuestionRe: Problem with DateTime picker control. Pin
David Crow23-Jul-08 3:31
David Crow23-Jul-08 3:31 
Questionfatal error C1093: API call 'ImportFile' failed '0x80070003' : ErrorMessage: The system cannot find the path specified. Pin
Le@rner23-Jul-08 2:14
Le@rner23-Jul-08 2:14 

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.