Click here to Skip to main content
15,918,177 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: tooltip doesn't show for hidden controls Pin
John R. Shaw15-Mar-05 11:40
John R. Shaw15-Mar-05 11:40 
There are probably dozens of ways to accomplish this (I do not know them). But what you can possibly do is create an owner drawn button and then make it completly transparent, that way it is still invisable to the eye and yet windows will still consider it visable.

How do you make it transparent? Again there is more than one way! But if you make it an owner drawn button, then you simply do not draw it and say you have. (Simple!)

There are lots of articles at CP on custom controls like buttons, take a look and enjoy!

INTP
"The more help VB provides VB programmers, the more miserable your life as a C++ programmer becomes."
Andrew W. Troelsen
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 
AnswerRe: how to test a type int as a char Pin
namaskaaram16-Mar-05 3:01
namaskaaram16-Mar-05 3:01 

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.