Click here to Skip to main content
15,902,112 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: string s1 = "abcd" string s2 = "2.53", how to detect that s2 representing a numeber? Pin
Nibu babu thomas15-Mar-06 18:29
Nibu babu thomas15-Mar-06 18:29 
GeneralRe: string s1 = "abcd" string s2 = "2.53", how to detect that s2 representing a numeber? Pin
mrby12315-Mar-06 18:41
mrby12315-Mar-06 18:41 
GeneralRe: string s1 = "abcd" string s2 = "2.53", how to detect that s2 representing a numeber? Pin
Nibu babu thomas15-Mar-06 18:49
Nibu babu thomas15-Mar-06 18:49 
AnswerRe: string s1 = "abcd"; string s2 = "2.53", how to detect that s2 representing a numeber? Pin
Johann Gerell16-Mar-06 2:38
Johann Gerell16-Mar-06 2:38 
Question"History Folder" in office applications Pin
Anil_vvs15-Mar-06 17:56
Anil_vvs15-Mar-06 17:56 
QuestionHow to enable disabled check box Pin
Joy Anne15-Mar-06 17:49
Joy Anne15-Mar-06 17:49 
AnswerRe: How to enable disabled check box Pin
Nibu babu thomas15-Mar-06 17:51
Nibu babu thomas15-Mar-06 17:51 
GeneralRe: How to enable disabled check box Pin
jhwurmbach16-Mar-06 6:38
jhwurmbach16-Mar-06 6:38 
Just for the records:
Calling GetDlgItem is extremly bad style!

For enabling/disabling items in a program, you use the
ON_UPDATE_COMMAND_UI(IDC_YOURCHECKBOX_ID, OnUpdateYourCheckbox)
idiom.

If you really need to manipulate the IDC_YOURCHECKBOX_ID-control, make a control variable and use this (as described by WhiteSky).



"We trained hard, but it seemed that every time we were beginning to form up into teams we would be reorganised. I was to learn later in life that we tend to meet any new situation by reorganising: and a wonderful method it can be for creating the illusion of progress, while producing confusion, inefficiency and demoralisation."

-- Caius Petronius, Roman Consul, 66 A.D.


-- modified at 12:38 Thursday 16th March, 2006
GeneralRe: How to enable disabled check box Pin
Nibu babu thomas16-Mar-06 16:52
Nibu babu thomas16-Mar-06 16:52 
GeneralRe: How to enable disabled check box Pin
jhwurmbach16-Mar-06 21:50
jhwurmbach16-Mar-06 21:50 
GeneralRe: How to enable disabled check box Pin
Nibu babu thomas16-Mar-06 22:39
Nibu babu thomas16-Mar-06 22:39 
AnswerRe: How to enable disabled check box Pin
Hamid_RT15-Mar-06 20:08
Hamid_RT15-Mar-06 20:08 
Questionhow to interrrogate line by line, pick-up "Shmplk Reta : 1024 wps#, and store the three columns numbers into x[],y[],z[] Pin
mrby12315-Mar-06 17:16
mrby12315-Mar-06 17:16 
AnswerRe: how to interrrogate line by line, pick-up "Shmplk Reta : 1024 wps#, and store the three columns numbers into x[],y[],z[] Pin
John M. Drescher15-Mar-06 17:39
John M. Drescher15-Mar-06 17:39 
QuestionTreeView in VC++ 6.0 Pin
pankajgarg1215-Mar-06 17:15
pankajgarg1215-Mar-06 17:15 
AnswerRe: TreeView in VC++ 6.0 Pin
Nibu babu thomas15-Mar-06 18:17
Nibu babu thomas15-Mar-06 18:17 
AnswerRe: TreeView in VC++ 6.0 Pin
toxcct15-Mar-06 21:33
toxcct15-Mar-06 21:33 
QuestionAfxBeginThread With MFC Pin
stny200015-Mar-06 17:13
stny200015-Mar-06 17:13 
AnswerRe: AfxBeginThread With MFC Pin
Nibu babu thomas15-Mar-06 17:33
Nibu babu thomas15-Mar-06 17:33 
AnswerRe: AfxBeginThread With MFC Pin
eli1502197915-Mar-06 21:10
eli1502197915-Mar-06 21:10 
QuestionTreeView in VC++ 6.0 Pin
pankajgarg1215-Mar-06 17:11
pankajgarg1215-Mar-06 17:11 
AnswerRe: TreeView in VC++ 6.0 Pin
Nibu babu thomas15-Mar-06 17:22
Nibu babu thomas15-Mar-06 17:22 
GeneralRe: TreeView in VC++ 6.0 Pin
pankajgarg1215-Mar-06 17:58
pankajgarg1215-Mar-06 17:58 
GeneralRe: TreeView in VC++ 6.0 Pin
Nibu babu thomas15-Mar-06 18:02
Nibu babu thomas15-Mar-06 18:02 
AnswerRe: TreeView in VC++ 6.0 Pin
toxcct15-Mar-06 21:33
toxcct15-Mar-06 21:33 

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.