Click here to Skip to main content
15,893,904 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: VS6 and VS7(.NET) Pin
Mariusz Popiolek1-Oct-02 7:01
sussMariusz Popiolek1-Oct-02 7:01 
GeneralRe: VS6 and VS7(.NET) Pin
ns1-Oct-02 7:00
ns1-Oct-02 7:00 
GeneralRe: VS6 and VS7(.NET) Pin
Mariusz Popiolek1-Oct-02 7:28
sussMariusz Popiolek1-Oct-02 7:28 
GeneralRe: VS6 and VS7(.NET) Pin
ns1-Oct-02 7:28
ns1-Oct-02 7:28 
GeneralExporting & using static public data members between dlls Pin
mabotta1-Oct-02 6:14
mabotta1-Oct-02 6:14 
GeneralRe: Exporting & using static public data members between dlls Pin
Tomasz Sowinski1-Oct-02 6:27
Tomasz Sowinski1-Oct-02 6:27 
GeneralRe: Exporting & using static public data members between dlls Pin
mabotta1-Oct-02 7:53
mabotta1-Oct-02 7:53 
GeneralAnother checkbox question.... Pin
ns1-Oct-02 5:59
ns1-Oct-02 5:59 
Now that it checks(thanks Smile | :) ), I am doing:

    UpdateData(FALSE);

if(m_checkDont.GetState() & 0x0003 == 1)
{
    value = xDont;
}

I check the box , and the press the button which runs the above snipppet> But my code skips the if. I got the mask test out of MSDN.
(If its checked, I want to set value)

Appreciate your help,
ns
GeneralRe: Another checkbox question.... Pin
Tomasz Sowinski1-Oct-02 6:02
Tomasz Sowinski1-Oct-02 6:02 
Generalokay! Pin
ns1-Oct-02 6:09
ns1-Oct-02 6:09 
Generalmy checkbox wont check!! Pin
ns1-Oct-02 5:34
ns1-Oct-02 5:34 
GeneralRe: my checkbox wont check!! Pin
jmkhael1-Oct-02 5:36
jmkhael1-Oct-02 5:36 
GeneralRe: my checkbox wont check!! Pin
Le centriste1-Oct-02 5:36
Le centriste1-Oct-02 5:36 
GeneralRe: my checkbox wont check!! Pin
ns1-Oct-02 5:40
ns1-Oct-02 5:40 
GeneralRe: my checkbox wont check!! Pin
Tomasz Sowinski1-Oct-02 5:41
Tomasz Sowinski1-Oct-02 5:41 
GeneralRe: my checkbox wont check!! Pin
ns1-Oct-02 5:41
ns1-Oct-02 5:41 
GeneralRe: my checkbox wont check!! Pin
Tomasz Sowinski1-Oct-02 5:47
Tomasz Sowinski1-Oct-02 5:47 
Generalthanks!! Pin
ns1-Oct-02 5:48
ns1-Oct-02 5:48 
GeneralRe: thanks!! Pin
Le centriste1-Oct-02 5:50
Le centriste1-Oct-02 5:50 
QuestionHow do i make a Radio Button set at runtime? Pin
Anonymous1-Oct-02 5:31
Anonymous1-Oct-02 5:31 
AnswerRe: How do i make a Radio Button set at runtime? Pin
jmkhael1-Oct-02 5:34
jmkhael1-Oct-02 5:34 
GeneralRe: How do i make a Radio Button set at runtime? Pin
Anonymous1-Oct-02 5:53
Anonymous1-Oct-02 5:53 
AnswerRe: How do i make a Radio Button set at runtime? Pin
valikac1-Oct-02 5:45
valikac1-Oct-02 5:45 
GeneralRe: How do i make a Radio Button set at runtime? Pin
Anonymous1-Oct-02 5:52
Anonymous1-Oct-02 5:52 
GeneralRe: How do i make a Radio Button set at runtime? Pin
valikac1-Oct-02 10:31
valikac1-Oct-02 10:31 

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.