Click here to Skip to main content
15,901,505 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDisable <enter> in Property Sheet Pin
SilliSquid26-Aug-02 10:13
SilliSquid26-Aug-02 10:13 
GeneralRe: Disable <enter> in Property Sheet Pin
l a u r e n26-Aug-02 10:57
l a u r e n26-Aug-02 10:57 
GeneralRe: Disable <enter> in Property Sheet Pin
lucy26-Aug-02 11:07
lucy26-Aug-02 11:07 
GeneralRe: Disable <enter> in Property Sheet Pin
Shog926-Aug-02 19:38
sitebuilderShog926-Aug-02 19:38 
GeneralLinked List & Reference and/or Point :: STL Pin
valikac26-Aug-02 10:08
valikac26-Aug-02 10:08 
GeneralRe: Linked List & Reference and/or Point :: STL Pin
Tomasz Sowinski26-Aug-02 10:11
Tomasz Sowinski26-Aug-02 10:11 
GeneralRe: Linked List & Reference and/or Point :: STL Pin
valikac26-Aug-02 13:25
valikac26-Aug-02 13:25 
GeneralWM_MOUSELEAVE madness Pin
jfugate26-Aug-02 9:58
jfugate26-Aug-02 9:58 
I'm working on putting some animated goodness into my Settlers of Catan freeware port (http://www.settlers3d.net). Specifically, I'm trying to hide player information until the mouse passes over it, at which point the player info zooms out from the right and stays there until the button gets the WM_MOUSELEAVE message and then it zooms back left.

The problem is that I have a couple of owner draw buttons inside my main player info button. Whenever the mouse cursor moves over these buttons, even though it is still within the player button client area, Windows sends a WM_MOUSELEAVE message and my control zooms back to the left. I've tried commenting out all mouse-handling messages within these child owner-draw buttons to no avail. I still get the WM_MOUSELEAVE message. Anyone know how to prevent this from happening?

I suspect that I'm screwed, but maybe there are some decent workarounds.
GeneralRe: WM_MOUSELEAVE madness Pin
l a u r e n26-Aug-02 11:00
l a u r e n26-Aug-02 11:00 
GeneralRe: WM_MOUSELEAVE madness Pin
jfugate26-Aug-02 12:57
jfugate26-Aug-02 12:57 
GeneralRe: WM_MOUSELEAVE madness Pin
Roger Allen27-Aug-02 1:37
Roger Allen27-Aug-02 1:37 
GeneralRe: WM_MOUSELEAVE madness Pin
jfugate27-Aug-02 2:32
jfugate27-Aug-02 2:32 
GeneralAssertion error on CTreeCtrl::InsertItem() Pin
brianwelsch26-Aug-02 7:30
brianwelsch26-Aug-02 7:30 
GeneralRe: Assertion error on CTreeCtrl::InsertItem() Pin
Tomasz Sowinski26-Aug-02 7:48
Tomasz Sowinski26-Aug-02 7:48 
GeneralRe: Assertion error on CTreeCtrl::InsertItem() Pin
brianwelsch26-Aug-02 8:07
brianwelsch26-Aug-02 8:07 
GeneralChanging the look of a ComboBox Pin
slackboy26-Aug-02 6:48
slackboy26-Aug-02 6:48 
QuestionHow to redirect STDOUT to a file? Pin
majk26-Aug-02 5:55
majk26-Aug-02 5:55 
AnswerRe: How to redirect STDOUT to a file? Pin
Stephane Routelous26-Aug-02 6:11
Stephane Routelous26-Aug-02 6:11 
GeneralMaking dialog like Windows Media Player skins !!! Pin
Hadi Rezaee26-Aug-02 5:50
Hadi Rezaee26-Aug-02 5:50 
GeneralRe: Making dialog like Windows Media Player skins !!! Pin
Chris Losinger26-Aug-02 6:01
professionalChris Losinger26-Aug-02 6:01 
GeneralRe: Making dialog like Windows Media Player skins !!! Pin
Hadi Rezaee27-Aug-02 7:47
Hadi Rezaee27-Aug-02 7:47 
Generalfind string in another string Pin
Mazdak26-Aug-02 5:42
Mazdak26-Aug-02 5:42 
GeneralRe: find string in another string Pin
Tomasz Sowinski26-Aug-02 5:45
Tomasz Sowinski26-Aug-02 5:45 
GeneralRe: find string in another string Pin
Mazdak26-Aug-02 6:58
Mazdak26-Aug-02 6:58 
GeneralData Management Pin
Kash26-Aug-02 5:38
Kash26-Aug-02 5:38 

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.