Click here to Skip to main content
15,891,431 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Function problems Pin
Christian Graus9-Jan-07 13:54
protectorChristian Graus9-Jan-07 13:54 
QuestionGood resource for MFC MDI application development?? Pin
pavanbabut9-Jan-07 10:44
pavanbabut9-Jan-07 10:44 
AnswerRe: Good resource for MFC MDI application development?? Pin
Mark Salsbery9-Jan-07 11:11
Mark Salsbery9-Jan-07 11:11 
GeneralRe: Good resource for MFC MDI application development?? Pin
pavanbabut9-Jan-07 11:18
pavanbabut9-Jan-07 11:18 
GeneralRe: Good resource for MFC MDI application development?? Pin
pavanbabut10-Jan-07 10:26
pavanbabut10-Jan-07 10:26 
GeneralRe: Good resource for MFC MDI application development?? Pin
Mark Salsbery10-Jan-07 10:40
Mark Salsbery10-Jan-07 10:40 
QuestionList control question Pin
David Crow9-Jan-07 10:24
David Crow9-Jan-07 10:24 
AnswerRe: List control question Pin
Michael Dunn9-Jan-07 13:27
sitebuilderMichael Dunn9-Jan-07 13:27 
I did this on a project a few years ago, let me see if I can remember the details.
1. The check boxes are implemented using a state image list, so you'll need to make your own image list that has the check boxes in a disabled state.
2. When you want to disable the check boxes, set your image list as the list control's new state image list
3. Handle the notification that you get when the user clicks on a state image, and eat the message so the list control doesn't see it and toggle the check box.
4. When you want to re-enable the check boxes, swap the image lists back.


--Mike--
Visual C++ MVP Cool | :cool:
LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ");

QuestionIDE .rc file trivia question Pin
charlieg9-Jan-07 9:16
charlieg9-Jan-07 9:16 
AnswerRe: IDE .rc file trivia question Pin
David Crow9-Jan-07 9:58
David Crow9-Jan-07 9:58 
GeneralRe: IDE .rc file trivia question Pin
charlieg10-Jan-07 9:17
charlieg10-Jan-07 9:17 
QuestionRename a menu Resource Pin
#realJSOP9-Jan-07 7:15
mve#realJSOP9-Jan-07 7:15 
AnswerRe: Rename a menu Resource Pin
toxcct9-Jan-07 7:36
toxcct9-Jan-07 7:36 
AnswerRe: Rename a menu Resource Pin
James R. Twine9-Jan-07 7:56
James R. Twine9-Jan-07 7:56 
AnswerRe: Rename a menu Resource Pin
led mike9-Jan-07 9:22
led mike9-Jan-07 9:22 
QuestionWinCE developers? Pin
charlieg9-Jan-07 5:40
charlieg9-Jan-07 5:40 
QuestionCreating Dialog Problems Pin
Reagan Conservative9-Jan-07 5:39
Reagan Conservative9-Jan-07 5:39 
QuestionRe: Creating Dialog Problems Pin
RobertHuang12-Jan-07 5:22
RobertHuang12-Jan-07 5:22 
Questionwaiting for webbrowser::navigate Pin
rrrado9-Jan-07 5:17
rrrado9-Jan-07 5:17 
AnswerRe: waiting for webbrowser::navigate Pin
led mike9-Jan-07 5:23
led mike9-Jan-07 5:23 
GeneralRe: waiting for webbrowser::navigate Pin
rrrado9-Jan-07 5:29
rrrado9-Jan-07 5:29 
GeneralRe: waiting for webbrowser::navigate Pin
led mike9-Jan-07 5:55
led mike9-Jan-07 5:55 
GeneralRe: waiting for webbrowser::navigate Pin
rrrado9-Jan-07 20:57
rrrado9-Jan-07 20:57 
GeneralRe: waiting for webbrowser::navigate Pin
James R. Twine9-Jan-07 7:58
James R. Twine9-Jan-07 7:58 
AnswerRe: waiting for webbrowser::navigate Pin
Stephen Hewitt9-Jan-07 11:51
Stephen Hewitt9-Jan-07 11:51 

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.