Click here to Skip to main content
15,921,028 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem regarding CString class Pin
includeh1015-Mar-05 8:29
includeh1015-Mar-05 8:29 
GeneralRe: Problem regarding CString class Pin
ddmcr15-Mar-05 8:39
ddmcr15-Mar-05 8:39 
GeneralRe: Problem regarding CString class Pin
includeh1015-Mar-05 8:57
includeh1015-Mar-05 8:57 
GeneralRe: Problem regarding CString class Pin
Ravi Bhavnani15-Mar-05 9:16
professionalRavi Bhavnani15-Mar-05 9:16 
GeneralRe: Problem regarding CString class Pin
David Crow15-Mar-05 9:32
David Crow15-Mar-05 9:32 
GeneralRe: Problem regarding CString class Pin
John R. Shaw15-Mar-05 11:23
John R. Shaw15-Mar-05 11:23 
Generaltooltip doesn't show for hidden controls Pin
ThinkingPrometheus15-Mar-05 6:37
ThinkingPrometheus15-Mar-05 6:37 
GeneralRe: tooltip doesn't show for hidden controls Pin
includeh1015-Mar-05 8:03
includeh1015-Mar-05 8:03 
tooltip works with the button's messages of WM_MOUSEMOVE etc.
if the button is invisible, those messages will not be sent to the button, so standard tooltip doesn't work anyway.

you can create ur tooltip for dialog, if mouse moves to the button's position, then show ur tooltip. this is possible only way to do.


includeh10
GeneralRe: tooltip doesn't show for hidden controls Pin
John R. Shaw15-Mar-05 11:40
John R. Shaw15-Mar-05 11:40 
GeneralRe: tooltip doesn't show for hidden controls Pin
Steve Mayfield15-Mar-05 13:50
Steve Mayfield15-Mar-05 13:50 
GeneralRe: tooltip doesn't show for hidden controls Pin
John R. Shaw16-Mar-05 12:24
John R. Shaw16-Mar-05 12:24 
Generalcab project - pls help Pin
trigger9115-Mar-05 6:32
susstrigger9115-Mar-05 6:32 
QuestionAny cool things you'd like to share? Pin
Jared F.15-Mar-05 6:23
Jared F.15-Mar-05 6:23 
AnswerRe: Any cool things you'd like to share? Pin
Maximilien15-Mar-05 6:29
Maximilien15-Mar-05 6:29 
GeneralRe: Any cool things you'd like to share? Pin
Jared F.15-Mar-05 6:36
Jared F.15-Mar-05 6:36 
GeneralRe: Any cool things you'd like to share? Pin
John R. Shaw15-Mar-05 12:06
John R. Shaw15-Mar-05 12:06 
AnswerRe: Any cool things you'd like to share? Pin
David Crow15-Mar-05 9:53
David Crow15-Mar-05 9:53 
QuestionHow to make a project that is opened as its own program Pin
Jared F.15-Mar-05 6:16
Jared F.15-Mar-05 6:16 
AnswerRe: How to make a project that is opened as its own program Pin
David Crow15-Mar-05 9:56
David Crow15-Mar-05 9:56 
AnswerRe: How to make a project that is opened as its own program Pin
marinme15-Mar-05 13:55
marinme15-Mar-05 13:55 
AnswerRe: How to make a project that is opened as its own program Pin
FlyingTinman15-Mar-05 16:47
FlyingTinman15-Mar-05 16:47 
GeneralI need a graphics library!!! Pin
Jared F.15-Mar-05 6:12
Jared F.15-Mar-05 6:12 
GeneralRe: I need a graphics library!!! Pin
John R. Shaw15-Mar-05 11:28
John R. Shaw15-Mar-05 11:28 
Questionhow to test a type int as a char Pin
Jared F.15-Mar-05 5:45
Jared F.15-Mar-05 5:45 
AnswerRe: how to test a type int as a char Pin
David Crow15-Mar-05 5:54
David Crow15-Mar-05 5:54 

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.