Click here to Skip to main content
15,914,323 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCPropertyPage / CPropertySheet problem Pin
SJolly8-Jul-04 2:32
SJolly8-Jul-04 2:32 
GeneralRe: CPropertyPage / CPropertySheet problem Pin
David Crow8-Jul-04 2:54
David Crow8-Jul-04 2:54 
GeneralRe: CPropertyPage / CPropertySheet problem Pin
SJolly8-Jul-04 3:46
SJolly8-Jul-04 3:46 
GeneralRe: CPropertyPage / CPropertySheet problem Pin
David Crow8-Jul-04 3:57
David Crow8-Jul-04 3:57 
GeneralRe: CPropertyPage / CPropertySheet problem Pin
SJolly8-Jul-04 4:09
SJolly8-Jul-04 4:09 
GeneralCHeaderList messages via CViewList Pin
Member 3600828-Jul-04 2:27
Member 3600828-Jul-04 2:27 
Questiononly 1 control catches tooltip? Pin
V.8-Jul-04 2:16
professionalV.8-Jul-04 2:16 
AnswerRe: only 1 control catches tooltip? Pin
David Crow8-Jul-04 2:57
David Crow8-Jul-04 2:57 
V. wrote:
ON_NOTIFY_EX(TTN_NEEDTEXT, 0, OnToolTipNotify )

Change this to:

ON_NOTIFY_EX_RANGE(TTN_NEEDTEXTW, 0, 0xFFFF, OnToolTipNotify)
ON_NOTIFY_EX_RANGE(TTN_NEEDTEXTA, 0, 0xFFFF, OnToolTipNotify)
V. wrote:
There is only 1 control in my dialog which catches (and thus shows) a tooltip.

Does that imply that OnToolTipNotify() is called only for that one control? Are the other controls obscured by anything, including a group box?


"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen


GeneralRe: only 1 control catches tooltip? Pin
V.8-Jul-04 3:00
professionalV.8-Jul-04 3:00 
GeneralRe: only 1 control catches tooltip? Pin
David Crow8-Jul-04 3:06
David Crow8-Jul-04 3:06 
GeneralRe: only 1 control catches tooltip? Pin
V.8-Jul-04 3:27
professionalV.8-Jul-04 3:27 
GeneralRe: only 1 control catches tooltip? Pin
David Crow8-Jul-04 4:04
David Crow8-Jul-04 4:04 
GeneralRe: only 1 control catches tooltip? Pin
V.8-Jul-04 3:56
professionalV.8-Jul-04 3:56 
GeneralRe: only 1 control catches tooltip? Pin
David Crow8-Jul-04 4:00
David Crow8-Jul-04 4:00 
GeneralClass hierarchy question... Pin
vmaltsev8-Jul-04 1:57
vmaltsev8-Jul-04 1:57 
GeneralRe: Class hierarchy question... Pin
Hans Ruck8-Jul-04 5:05
Hans Ruck8-Jul-04 5:05 
QuestionHow to trap Ctrl + F keys in listctrl Pin
Azghar Hussain8-Jul-04 1:23
professionalAzghar Hussain8-Jul-04 1:23 
AnswerRe: How to trap Ctrl + F keys in listctrl Pin
Steve Thresher8-Jul-04 4:12
Steve Thresher8-Jul-04 4:12 
AnswerRe: How to trap Ctrl + F keys in listctrl Pin
*Dreamz8-Jul-04 4:16
*Dreamz8-Jul-04 4:16 
GeneralNIC number Pin
Monty28-Jul-04 0:57
Monty28-Jul-04 0:57 
GeneralRe: NIC number Pin
RobJones8-Jul-04 2:41
RobJones8-Jul-04 2:41 
GeneralButton control Pin
macmac388-Jul-04 0:54
macmac388-Jul-04 0:54 
GeneralRe: Button control Pin
V.8-Jul-04 1:02
professionalV.8-Jul-04 1:02 
GeneralRe: Button control Pin
David Crow8-Jul-04 4:11
David Crow8-Jul-04 4:11 
GeneralFlexGrid trouble Pin
Pazzuzu8-Jul-04 0:38
Pazzuzu8-Jul-04 0: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.