Click here to Skip to main content
16,005,491 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionTool tip never comes after time out Pin
amitgpatil@gmail.com10-Apr-06 1:11
amitgpatil@gmail.com10-Apr-06 1:11 
AnswerRe: Tool tip never comes after time out Pin
Ganesh_T10-Apr-06 1:28
Ganesh_T10-Apr-06 1:28 
AnswerRe: Tool tip never comes after time out Pin
Laxman Auti10-Apr-06 1:40
Laxman Auti10-Apr-06 1:40 
GeneralRe: Tool tip never comes after time out Pin
amitgpatil@gmail.com10-Apr-06 23:12
amitgpatil@gmail.com10-Apr-06 23:12 
GeneralRe: Tool tip never comes after time out Pin
amitgpatil@gmail.com11-Apr-06 0:03
amitgpatil@gmail.com11-Apr-06 0:03 
QuestionRe: Tool tip never comes after time out Pin
amitgpatil@gmail.com11-Apr-06 0:05
amitgpatil@gmail.com11-Apr-06 0:05 
GeneralRe: Tool tip never comes after time out Pin
amitgpatil@gmail.com11-Apr-06 0:44
amitgpatil@gmail.com11-Apr-06 0:44 
AnswerRe: Tool tip never comes after time out Pin
James R. Twine10-Apr-06 2:43
James R. Twine10-Apr-06 2:43 
   If you are manually passing mouse movement messages to the tooltip, be sure that you are doing it from the parent window of the CBitmapButton, and not from the button control itself, or use _TrackMouseEvent(...) to indicate to the tooltip control when you have moved off of the button (send it a POP message).

   My guess is that the tooltip is not getting messages when you move off of the control, so it still thinks the mouse is over the button (standing still), and will not reset its state to display itself again.

   Alternately, you could use a little-known (or little-used) feature of the ToolTip control, the TTF_SUBCLASS flag when creating the tooltip to implement "fire-and-forget" tooltip support, where you do not have to handle passing messages around.

   Peace!

-=- James
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
DeleteFXPFiles & CheckFavorites
(Please rate this post!)
AnswerRe: Tool tip never comes after time out Pin
Hamid_RT10-Apr-06 3:46
Hamid_RT10-Apr-06 3:46 
Questionmonitoring registry Pin
kiranin10-Apr-06 0:33
kiranin10-Apr-06 0:33 
AnswerRe: monitoring registry Pin
Naveen10-Apr-06 0:36
Naveen10-Apr-06 0:36 
AnswerRe: monitoring registry Pin
Ganesh_T10-Apr-06 0:39
Ganesh_T10-Apr-06 0:39 
AnswerRe: monitoring registry Pin
David Crow10-Apr-06 2:29
David Crow10-Apr-06 2:29 
GeneralRe: monitoring registry Pin
kiranin13-Apr-06 0:19
kiranin13-Apr-06 0:19 
GeneralRe: monitoring registry Pin
David Crow13-Apr-06 2:27
David Crow13-Apr-06 2:27 
QuestionRe: howto insert a control inside of a groupbox Pin
David Crow10-Apr-06 2:30
David Crow10-Apr-06 2:30 
Questionhow come this happen? thank you Pin
ewighell10-Apr-06 0:31
ewighell10-Apr-06 0:31 
AnswerRe: how come this happen? thank you Pin
Stephen Hewitt10-Apr-06 13:44
Stephen Hewitt10-Apr-06 13:44 
Questionhow come this happen? thank you very much Pin
ewighell10-Apr-06 0:25
ewighell10-Apr-06 0:25 
AnswerRe: how come this happen? thank you very much Pin
Naveen10-Apr-06 0:33
Naveen10-Apr-06 0:33 
GeneralRe: how come this happen? thank you very much Pin
ewighell10-Apr-06 1:08
ewighell10-Apr-06 1:08 
GeneralRe: how come this happen? thank you very much Pin
Naveen10-Apr-06 1:22
Naveen10-Apr-06 1:22 
AnswerRe: how come this happen? thank you very much Pin
Nibu babu thomas10-Apr-06 18:12
Nibu babu thomas10-Apr-06 18:12 
QuestionBackup Utility Pin
aaaan10-Apr-06 0:16
aaaan10-Apr-06 0:16 
AnswerRe: Backup Utility Pin
Ganesh_T10-Apr-06 0:48
Ganesh_T10-Apr-06 0:48 

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.