Click here to Skip to main content
15,908,843 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Detect mouse up and after drag Pin
Ravi Bhavnani6-Jan-05 4:50
professionalRavi Bhavnani6-Jan-05 4:50 
GeneralRe: Detect mouse up and after drag Pin
Ryan Binns6-Jan-05 17:54
Ryan Binns6-Jan-05 17:54 
GeneralRe: Detect mouse up and after drag Pin
DBob10-Jan-05 6:50
DBob10-Jan-05 6:50 
GeneralOpen a COM port greater than COM9 Pin
Cedric Moonen6-Jan-05 3:52
Cedric Moonen6-Jan-05 3:52 
GeneralRe: Open a COM port greater than COM9 Pin
Ryan Binns6-Jan-05 17:57
Ryan Binns6-Jan-05 17:57 
GeneralTool Tips On Modeless Dialogs Pin
hroenick6-Jan-05 3:43
hroenick6-Jan-05 3:43 
GeneralRe: Tool Tips On Modeless Dialogs Pin
PJ Arends6-Jan-05 8:04
professionalPJ Arends6-Jan-05 8:04 
GeneralRe: Tool Tips On Modeless Dialogs Pin
hroenick6-Jan-05 8:46
hroenick6-Jan-05 8:46 
PJ,

I went and read what you suggested and had read that method many times before and it does not seem to work. The problem is that while I have the "ON_NOTIFY_EX(TTN_NEEDTEXT, 0, )
" in my message map, the "OnToolTipNotify" message is never sent by my buttons!

I have added all the code suggested for this method, but after doing so, I have placed a breakpoint withing the "OnToolTipNotify" message handler for my dialog and it never gets hit. The only thing I have been able to find that might be a clue is that because these buttons are set to "owner draw" (due to a bitmap being placed on them) there is a "notify" property that becomes disbled. I cannot figure out why my buttons do not send the "ON_NOTIFY" message when they are approached by the mouse.

Any thoughts?

Thank you,

Hal Roenick
GeneralRe: Tool Tips On Modeless Dialogs Pin
PJ Arends6-Jan-05 11:02
professionalPJ Arends6-Jan-05 11:02 
GeneralRe: Tool Tips On Modeless Dialogs Pin
hroenick7-Jan-05 3:04
hroenick7-Jan-05 3:04 
GeneralRe: Tool Tips On Modeless Dialogs Pin
PJ Arends7-Jan-05 8:07
professionalPJ Arends7-Jan-05 8:07 
GeneralRe: Tool Tips On Modeless Dialogs Pin
hroenick7-Jan-05 8:26
hroenick7-Jan-05 8:26 
GeneralRe: Tool Tips On Modeless Dialogs Pin
hroenick7-Jan-05 4:35
hroenick7-Jan-05 4:35 
QuestionHow do i create dll it will expose to all other function structures Pin
6-Jan-05 2:42
suss6-Jan-05 2:42 
AnswerRe: How do i create dll it will expose to all other function structures Pin
Jim Crafton6-Jan-05 16:23
Jim Crafton6-Jan-05 16:23 
QuestionWhy GDI&GDI+ occurs most of CPU time when they are used at the same time? Pin
wpxu6-Jan-05 2:39
professionalwpxu6-Jan-05 2:39 
AnswerRe: Why GDI&GDI+ occurs most of CPU time when they are used at the same time? Pin
PJ Arends6-Jan-05 8:18
professionalPJ Arends6-Jan-05 8:18 
QuestionHow to migrate .lib to dll Pin
alhadav6-Jan-05 2:35
alhadav6-Jan-05 2:35 
AnswerRe: How to migrate .lib to dll Pin
basementman6-Jan-05 4:33
basementman6-Jan-05 4:33 
GeneralRe: How to migrate .lib to dll Pin
Anonymous6-Jan-05 4:43
Anonymous6-Jan-05 4:43 
GeneralRe: How to migrate .lib to dll Pin
basementman6-Jan-05 5:11
basementman6-Jan-05 5:11 
GeneralRe: How to migrate .lib to dll Pin
Jim Crafton6-Jan-05 16:26
Jim Crafton6-Jan-05 16:26 
QuestionHow can I use "User SID" to run a process? Pin
mayash756-Jan-05 2:13
mayash756-Jan-05 2:13 
GeneralResizing CListCtrl Pin
laavsjj6-Jan-05 1:02
laavsjj6-Jan-05 1:02 
GeneralRe: Resizing CListCtrl Pin
Martin Koorts6-Jan-05 2:57
Martin Koorts6-Jan-05 2:57 

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.