Click here to Skip to main content
16,006,362 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem with auto_ptr !!! Pin
Luc Bergeron6-Dec-02 10:01
Luc Bergeron6-Dec-02 10:01 
QuestionDynamic CEdit can't call DoDataExchange()? Pin
dazinith6-Dec-02 8:20
dazinith6-Dec-02 8:20 
AnswerRe: Dynamic CEdit can't call DoDataExchange()? Pin
Sara Burns6-Dec-02 11:00
Sara Burns6-Dec-02 11:00 
AnswerRe: Dynamic CEdit can't call DoDataExchange()? Pin
worm7-Dec-02 14:43
worm7-Dec-02 14:43 
GeneralChange window style Pin
Member 997186-Dec-02 8:19
Member 997186-Dec-02 8:19 
GeneralRe: Change window style Pin
Maximilien6-Dec-02 8:30
Maximilien6-Dec-02 8:30 
GeneralRe: Change window style Pin
Member 997186-Dec-02 9:29
Member 997186-Dec-02 9:29 
GeneralHovering text... Pin
Maximilien6-Dec-02 8:01
Maximilien6-Dec-02 8:01 
Good morning,

I'm trying to have a small window to hover over my view (opengl ), following the mouse; a bit like a toolip, but needs to stay, not hide after a small delay.

so, I created a CWnd derived class with the text and all the trimmings, added _TrackMouseEvent to the view to be able to receive the WM_MOUSELEAVE and WM_MOUSEHOVER so that the window is shown only if the mouse is over the view's client.

It's working, but the display is bad, I have bad refresh.

I move the windows on the MouseMove of the view, it works ok, but it will, I think, trigger a redraw, so I get too much flicking ( even with double buffer ).

The question, is there way to make the hover window behave more like it was a overlay thing ?

Oh Bugger!, I'm just answering the question when writing this ... the parent window of the my Cwnd was bad ... much better ...

move on... just crazy programmer ... nothing to see ... move on ...

Max.


GeneralDetected memory leaks! :( Pin
lucy6-Dec-02 7:04
lucy6-Dec-02 7:04 
GeneralRe: Detected memory leaks! :( Pin
Roger Allen6-Dec-02 7:23
Roger Allen6-Dec-02 7:23 
GeneralRe: Detected memory leaks! :( Pin
lucy6-Dec-02 7:32
lucy6-Dec-02 7:32 
GeneralRe: Detected memory leaks! :( Pin
lucy6-Dec-02 7:37
lucy6-Dec-02 7:37 
GeneralRe: Magic of StdAfx.h?? Pin
lucy6-Dec-02 8:00
lucy6-Dec-02 8:00 
GeneralMFC Controls and Thread Safety :: MFC Pin
valikac6-Dec-02 6:38
valikac6-Dec-02 6:38 
GeneralGerman characters Pin
RAZ6-Dec-02 6:06
RAZ6-Dec-02 6:06 
Questionhow to get the data of video card to store as BMP? Pin
jarred6-Dec-02 6:07
jarred6-Dec-02 6:07 
AnswerRe: how to get the data of video card to store as BMP? Pin
Paul M Watt6-Dec-02 6:14
mentorPaul M Watt6-Dec-02 6:14 
GeneralRe: how to get the data of video card to store as BMP? Pin
jarred6-Dec-02 6:32
jarred6-Dec-02 6:32 
GeneralRe: how to get the data of video card to store as BMP? Pin
Paul M Watt6-Dec-02 10:20
mentorPaul M Watt6-Dec-02 10:20 
GeneralRe: how to get the data of video card to store as BMP? Pin
jarred7-Dec-02 3:03
jarred7-Dec-02 3:03 
AnswerRe: how to get the data of video card to store as BMP? Pin
Anonymous8-Dec-02 1:40
Anonymous8-Dec-02 1:40 
GeneralHelp with controls handling messages in a dialog Pin
work_to_live6-Dec-02 5:57
work_to_live6-Dec-02 5:57 
GeneralRe: Help with controls handling messages in a dialog Pin
Paul M Watt6-Dec-02 6:12
mentorPaul M Watt6-Dec-02 6:12 
GeneralRe: Help with controls handling messages in a dialog Pin
Roger Allen6-Dec-02 6:21
Roger Allen6-Dec-02 6:21 
GeneralRe: Help with controls handling messages in a dialog Pin
work_to_live6-Dec-02 6:43
work_to_live6-Dec-02 6:43 

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.