Click here to Skip to main content
15,910,083 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: setup project Pin
Franken10-Sep-07 10:32
Franken10-Sep-07 10:32 
GeneralRe: setup project Pin
David Crow10-Sep-07 10:37
David Crow10-Sep-07 10:37 
GeneralRe: setup project Pin
Franken10-Sep-07 10:49
Franken10-Sep-07 10:49 
QuestionRe: setup project Pin
David Crow10-Sep-07 11:06
David Crow10-Sep-07 11:06 
AnswerRe: setup project Pin
Franken10-Sep-07 11:18
Franken10-Sep-07 11:18 
AnswerRe: setup project Pin
carrivick11-Sep-07 11:09
carrivick11-Sep-07 11:09 
GeneralRe: setup project Pin
Franken12-Sep-07 2:41
Franken12-Sep-07 2:41 
QuestionPressed toolbar buttons that are disabled? Pin
Gunn31710-Sep-07 8:42
Gunn31710-Sep-07 8:42 
I'm using the Win32 API on WindowsXP with Visual Studio 2005 to create an application with toolbars. I am using imagelists assigned to these toolbars to manage their state. Previously, I was just using normal image list (TB_SETIMAGELIST) and a hot image list (TB_SETHOTIMAGELIST). In that code, I could press a button, and disable it. It would show as grayed out and pressed.

Now, I have added using disabled image lists (TB_SETDISABLEDIMAGELIST) which look much better. I can disable a button and it shows it as grayed out using my disabled image. I can press a button and it looks fine with my normal image. But if I press the button, followed by disabling the button, instead of getting a pressed button with my gray image, I get a somewhat pressed button (there is a different background color but its not "sunken" in), and my normal image is showing in color.

Is it possible when using disabled image lists to have them pressed too?

Thanks,

QuestionSockets in C++ Pin
AntonPodolsky10-Sep-07 7:01
AntonPodolsky10-Sep-07 7:01 
AnswerRe: Sockets in C++ Pin
jhwurmbach10-Sep-07 7:11
jhwurmbach10-Sep-07 7:11 
GeneralRe: Sockets in C++ Pin
AntonPodolsky10-Sep-07 7:29
AntonPodolsky10-Sep-07 7:29 
GeneralRe: Sockets in C++ Pin
jhwurmbach10-Sep-07 7:31
jhwurmbach10-Sep-07 7:31 
GeneralRe: Sockets in C++ Pin
AntonPodolsky10-Sep-07 7:46
AntonPodolsky10-Sep-07 7:46 
GeneralRe: Sockets in C++ Pin
jhwurmbach10-Sep-07 7:50
jhwurmbach10-Sep-07 7:50 
GeneralRe: Sockets in C++ Pin
AntonPodolsky10-Sep-07 8:47
AntonPodolsky10-Sep-07 8:47 
GeneralRe: Sockets in C++ Pin
jhwurmbach10-Sep-07 21:42
jhwurmbach10-Sep-07 21:42 
GeneralRe: Sockets in C++ Pin
AntonPodolsky10-Sep-07 23:34
AntonPodolsky10-Sep-07 23:34 
QuestionHow to remove all source code symbol names from Release build Pin
ovz10-Sep-07 6:17
ovz10-Sep-07 6:17 
QuestionRe: How to remove all source code symbol names from Release build Pin
Maximilien10-Sep-07 6:42
Maximilien10-Sep-07 6:42 
AnswerRe: How to remove all source code symbol names from Release build Pin
ovz10-Sep-07 8:57
ovz10-Sep-07 8:57 
GeneralRe: How to remove all source code symbol names from Release build Pin
carrivick12-Sep-07 21:56
carrivick12-Sep-07 21:56 
QuestionHow can i send some event of update the Environment variables ? Pin
Yanshof10-Sep-07 5:41
Yanshof10-Sep-07 5:41 
QuestionRe: How can i send some event of update the Environment variables ? Pin
David Crow10-Sep-07 5:52
David Crow10-Sep-07 5:52 
AnswerRe: How can i send some event of update the Environment variables ? Pin
Yanshof10-Sep-07 10:13
Yanshof10-Sep-07 10:13 
QuestionRe: How can i send some event of update the Environment variables ? Pin
David Crow10-Sep-07 10:25
David Crow10-Sep-07 10:25 

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.