Click here to Skip to main content
15,882,017 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Can I apply VC++6 code into VC++.NET code? Pin
Christian Graus7-Sep-05 13:15
protectorChristian Graus7-Sep-05 13:15 
QuestionAdding color to my dialog Pin
bugDanny7-Sep-05 9:02
bugDanny7-Sep-05 9:02 
AnswerRe: Adding color to my dialog Pin
Chris Losinger7-Sep-05 10:00
professionalChris Losinger7-Sep-05 10:00 
QuestionCalling All CListCtrl Experts Pin
Spoodles7-Sep-05 8:54
Spoodles7-Sep-05 8:54 
AnswerRe: Calling All CListCtrl Experts Pin
Mircea Puiu7-Sep-05 20:41
Mircea Puiu7-Sep-05 20:41 
GeneralRe: Calling All CListCtrl Experts Pin
Spoodles8-Sep-05 3:11
Spoodles8-Sep-05 3:11 
GeneralRe: Calling All CListCtrl Experts Pin
Mircea Puiu8-Sep-05 4:02
Mircea Puiu8-Sep-05 4:02 
QuestionUpdating CheckBoxes Pin
DanYELL7-Sep-05 5:08
DanYELL7-Sep-05 5:08 
I have alot of checkboxes on a screen. At the bottom of the
screen, I have two checkboxes, m_check20 and m_check21, and
only one of them can be checked. So I set up this code:

void CPage1::OnCheck20()
{
m_check20 = 1;
m_check21 = 0;

UpdateData(FALSE);
}

and I did almost the same for OnCheck21. The problem is, when
this code is run, the UpdateData(FALSE) commands resets all of
the checkboxes that were at the top of the screen (m_check1 ...
m_check19).

How can I update just m_check20 and m_check21 without updating
the rest of the check boxes on that page?

Please, any response any one can give me will be greatly
appreciated.

Sincerely,
Danielle Brina (an overworked graduate student)
AnswerRe: Updating CheckBoxes Pin
Mircea Puiu7-Sep-05 5:18
Mircea Puiu7-Sep-05 5:18 
GeneralRe: Updating CheckBoxes Pin
DanYELL7-Sep-05 5:57
DanYELL7-Sep-05 5:57 
GeneralRe: Updating CheckBoxes Pin
bugDanny7-Sep-05 9:18
bugDanny7-Sep-05 9:18 
GeneralRe: Updating CheckBoxes Pin
Mircea Puiu7-Sep-05 20:09
Mircea Puiu7-Sep-05 20:09 
AnswerRe: Updating CheckBoxes Pin
toxcct7-Sep-05 5:42
toxcct7-Sep-05 5:42 
AnswerRe: Updating CheckBoxes Pin
David Crow7-Sep-05 6:25
David Crow7-Sep-05 6:25 
AnswerRe: Updating CheckBoxes Pin
Jack Puppy7-Sep-05 15:37
Jack Puppy7-Sep-05 15:37 
QuestionDll and XP theme Pin
hari_rs7-Sep-05 4:02
hari_rs7-Sep-05 4:02 
AnswerRe: Dll and XP theme Pin
Mircea Puiu7-Sep-05 5:11
Mircea Puiu7-Sep-05 5:11 
GeneralRe: Dll and XP theme Pin
pranavamhari7-Sep-05 5:39
pranavamhari7-Sep-05 5:39 
AnswerRe: Dll and XP theme Pin
ThatsAlok7-Sep-05 18:43
ThatsAlok7-Sep-05 18:43 
QuestionHow to get the time taken by application Pin
Anonymous7-Sep-05 4:01
Anonymous7-Sep-05 4:01 
AnswerRe: How to get the time taken by application Pin
David Crow7-Sep-05 4:15
David Crow7-Sep-05 4:15 
AnswerRe: How to get the time taken by application Pin
Trollslayer7-Sep-05 4:43
mentorTrollslayer7-Sep-05 4:43 
GeneralRe: How to get the time taken by application Pin
David Crow7-Sep-05 6:41
David Crow7-Sep-05 6:41 
GeneralRe: How to get the time taken by application Pin
Graham Bradshaw7-Sep-05 7:01
Graham Bradshaw7-Sep-05 7:01 
GeneralRe: How to get the time taken by application Pin
David Crow7-Sep-05 7:32
David Crow7-Sep-05 7:32 

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.