Click here to Skip to main content
15,909,896 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: WM_LBUTTONDOWN Pin
Roger Allen26-Mar-02 6:24
Roger Allen26-Mar-02 6:24 
GeneralGetActiveIndex() from a PropertySheet Pin
26-Mar-02 3:25
suss26-Mar-02 3:25 
GeneralRe: GetActiveIndex() from a PropertySheet Pin
Tomasz Sowinski26-Mar-02 3:32
Tomasz Sowinski26-Mar-02 3:32 
GeneralRe: GetActiveIndex() from a PropertySheet Pin
26-Mar-02 3:49
suss26-Mar-02 3:49 
GeneralSave Dialog Box Pin
Anthony988726-Mar-02 3:21
Anthony988726-Mar-02 3:21 
Generaldebugging Pin
Rajveer26-Mar-02 3:06
Rajveer26-Mar-02 3:06 
GeneralRe: debugging Pin
Tim Smith26-Mar-02 3:21
Tim Smith26-Mar-02 3:21 
GeneralRe: debugging Pin
26-Mar-02 3:58
suss26-Mar-02 3:58 
So can I use that value just like other values in my code, for example in an if statement, could I say:
if(x==1.#INF)
{
//do stuff
}

or when I say
if(x>=9000)
{
//do stuff
}

will the infinite value be regarded as greater than 9000?
GeneralRe: debugging Pin
Tim Smith26-Mar-02 5:16
Tim Smith26-Mar-02 5:16 
GeneralRe: debugging Pin
Tomasz Sowinski26-Mar-02 3:24
Tomasz Sowinski26-Mar-02 3:24 
GeneralRe: debugging Pin
26-Mar-02 3:59
suss26-Mar-02 3:59 
GeneralRe: debugging Pin
DRHuff26-Mar-02 10:58
DRHuff26-Mar-02 10:58 
GeneralRe: We were both wrong Tom Pin
Tim Smith26-Mar-02 5:13
Tim Smith26-Mar-02 5:13 
QuestionHow to show and handle CFormView in ActiveX Pin
sanskypotov26-Mar-02 2:59
sanskypotov26-Mar-02 2:59 
AnswerRe: How to show and handle CFormView in ActiveX Pin
Michael P Butler26-Mar-02 3:24
Michael P Butler26-Mar-02 3:24 
GeneralThanks, but according to Q155973 Pin
sanskypotov26-Mar-02 19:52
sanskypotov26-Mar-02 19:52 
AnswerRe: How to show and handle CFormView in ActiveX Pin
Joaquín M López Muñoz26-Mar-02 3:25
Joaquín M López Muñoz26-Mar-02 3:25 
GeneralFinding tree root Pin
26-Mar-02 3:04
suss26-Mar-02 3:04 
GeneralRe: Finding tree root Pin
Tomasz Sowinski26-Mar-02 3:38
Tomasz Sowinski26-Mar-02 3:38 
GeneralPassing parameters to a Dialog Pin
Sayan Mukherjee26-Mar-02 2:28
Sayan Mukherjee26-Mar-02 2:28 
GeneralRe: Passing parameters to a Dialog Pin
Tomasz Sowinski26-Mar-02 2:36
Tomasz Sowinski26-Mar-02 2:36 
GeneralRe: Passing parameters to a Dialog Pin
26-Mar-02 2:47
suss26-Mar-02 2:47 
GeneralRe: Passing parameters to a Dialog Pin
Tomasz Sowinski26-Mar-02 2:53
Tomasz Sowinski26-Mar-02 2:53 
GeneralRe: Passing parameters to a Dialog Pin
Nish Nishant26-Mar-02 3:09
sitebuilderNish Nishant26-Mar-02 3:09 
GeneralRe: Passing parameters to a Dialog Pin
Tomasz Sowinski26-Mar-02 3:27
Tomasz Sowinski26-Mar-02 3:27 

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.