Click here to Skip to main content
15,917,991 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalabt Alt+keys Pin
Tripura.K23-Nov-04 18:26
Tripura.K23-Nov-04 18:26 
GeneralRe: abt Alt+keys Pin
rabih_kai23-Nov-04 18:45
rabih_kai23-Nov-04 18:45 
GeneralRe: abt Alt+keys Pin
Anonymous23-Nov-04 23:58
Anonymous23-Nov-04 23:58 
Questionhow to check the execution time of any program that is execute Pin
shiva shankar23-Nov-04 17:03
shiva shankar23-Nov-04 17:03 
AnswerRe: how to check the execution time of any program that is execute Pin
shiraztk23-Nov-04 18:08
shiraztk23-Nov-04 18:08 
GeneralRe: how to check the execution time of any program that is execute Pin
shiva shankar24-Nov-04 17:50
shiva shankar24-Nov-04 17:50 
Generalgraphics program help Pin
glowskull0323-Nov-04 15:28
glowskull0323-Nov-04 15:28 
GeneralTooltip on CHeaderCtrl of CListCtrl Pin
Vancouver23-Nov-04 15:08
Vancouver23-Nov-04 15:08 
I work with a subclassed CListCtrl. Tooltips will be displayed on the individual subitems; it works as expected.

I want to display tooltips on the header items as well. OnToolHitTest receives control, it sets the parameters, but OnToolTipText does not receive the control at all.

OnToolTipText will be mapped by

ON_NOTIFY(TTN_NEEDTEXTA, 0, On_ToolTipTextA)
ON_NOTIFY(TTN_NEEDTEXTW, 0, On_ToolTipTextW)

This should work for the CHeaderCtrl as well, should not it?

Btw, if I set the text pointer in OnToolHitTest directly in TOOLINFO.lpszText, instead of setting LPSTR_TEXTCALLBACK, it won't be displayed either (though it won't be ignored either: if I set the address of a constant string, I get an error, when it will be tried to release).

I did read about TTF_IDISHWND, etc. and tried all possible combinations, to no awail.

What else do I have to consider?
GeneralInvisiable dialog on the entire screen Pin
Jon823-Nov-04 13:47
Jon823-Nov-04 13:47 
GeneralRe: Invisiable dialog on the entire screen Pin
John R. Shaw23-Nov-04 14:25
John R. Shaw23-Nov-04 14:25 
GeneralRe: Invisiable dialog on the entire screen Pin
Ryan Binns23-Nov-04 17:09
Ryan Binns23-Nov-04 17:09 
Generalascii conversion HELP!!! Pin
Member 153128723-Nov-04 13:38
Member 153128723-Nov-04 13:38 
GeneralRe: ascii conversion HELP!!! Pin
John R. Shaw23-Nov-04 14:02
John R. Shaw23-Nov-04 14:02 
GeneralRe: ascii conversion HELP!!! Pin
Member 153128723-Nov-04 14:06
Member 153128723-Nov-04 14:06 
GeneralRe: ascii conversion HELP!!! Pin
John R. Shaw23-Nov-04 14:42
John R. Shaw23-Nov-04 14:42 
GeneralRe: ascii conversion HELP!!! Pin
RYU^^23-Nov-04 19:16
RYU^^23-Nov-04 19:16 
GeneralRe: ascii conversion HELP!!! Pin
Member 153128723-Nov-04 21:23
Member 153128723-Nov-04 21:23 
Generalascii conversion HELP!!! Pin
Member 153128723-Nov-04 13:22
Member 153128723-Nov-04 13:22 
GeneralRe: ascii conversion HELP!!! Pin
Kehllendros23-Nov-04 13:42
Kehllendros23-Nov-04 13:42 
GeneralC++ Code help Pin
BRIMID23-Nov-04 12:24
BRIMID23-Nov-04 12:24 
GeneralRe: C++ Code help Pin
RYU^^23-Nov-04 12:53
RYU^^23-Nov-04 12:53 
GeneralDialog Box error Pin
The_Server23-Nov-04 11:54
The_Server23-Nov-04 11:54 
GeneralRe: Dialog Box error Pin
The_Server23-Nov-04 12:26
The_Server23-Nov-04 12:26 
GeneralRe: Dialog Box error Pin
The_Server23-Nov-04 12:45
The_Server23-Nov-04 12:45 
QuestionGUID ? Pin
BaldwinMartin23-Nov-04 11:29
BaldwinMartin23-Nov-04 11:29 

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.