Click here to Skip to main content
15,890,741 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Problem with menu Pin
Hamid_RT1-May-06 3:13
Hamid_RT1-May-06 3:13 
GeneralRe: Problem with menu Pin
XStress1-May-06 5:00
XStress1-May-06 5:00 
AnswerRe: Problem with menu Pin
Maximilien1-May-06 5:37
Maximilien1-May-06 5:37 
AnswerRe: Problem with menu Pin
Hamid_RT1-May-06 5:47
Hamid_RT1-May-06 5:47 
GeneralRe: Problem with menu Pin
XStress1-May-06 6:05
XStress1-May-06 6:05 
QuestionGeneral ImageList Question Pin
master871-May-06 1:47
master871-May-06 1:47 
AnswerRe: General ImageList Question Pin
Hamid_RT1-May-06 2:16
Hamid_RT1-May-06 2:16 
Questionhow to find whether edit box is enabled or disabled Pin
Tara141-May-06 1:11
Tara141-May-06 1:11 
Hi,

The program that I am coding(in vc++6) has a lot of edit boxes(about 15). Depending upon some input, a few edit boxes have to be disabled.

This is how I do it:
CEdit *e1;
e1 = (CEdit *) GetDlgItem(IDC_URELEASE);
e1->EnableWindow(FALSE);

Now, at some later part in the program I have to do some validation. In the validation part, I have to first check whether the edit box is enabled or disabled.

Please can you tell me how to do this.

Thanks,
Tara

Fortitudine Vinsinues!
AnswerRe: how to find whether edit box is enabled or disabled Pin
Hamid_RT1-May-06 1:21
Hamid_RT1-May-06 1:21 
GeneralRe: how to find whether edit box is enabled or disabled Pin
Tara141-May-06 1:26
Tara141-May-06 1:26 
QuestionStandBy Pin
Tran Ngoc Minh1-May-06 1:00
Tran Ngoc Minh1-May-06 1:00 
AnswerRe: StandBy Pin
Hamid_RT1-May-06 1:50
Hamid_RT1-May-06 1:50 
QuestionHow to make an existing application as child in MDI application Pin
premanshu.sinha1-May-06 1:00
premanshu.sinha1-May-06 1:00 
QuestionUrgent:Raising html control events silently Pin
rana741-May-06 0:32
rana741-May-06 0:32 
AnswerRe: Urgent:Raising html control events silently Pin
Hamid_RT1-May-06 4:08
Hamid_RT1-May-06 4:08 
GeneralRe: Urgent:Raising html control events silently Pin
rana741-May-06 21:08
rana741-May-06 21:08 
GeneralRe: Urgent:Raising html control events silently Pin
Hamid_RT1-May-06 21:25
Hamid_RT1-May-06 21:25 
QuestionScrollbars in SplitterWnd Pin
Raghunandan S30-Apr-06 23:35
Raghunandan S30-Apr-06 23:35 
AnswerRe: Scrollbars in SplitterWnd Pin
Tarek Jabri1-May-06 5:31
Tarek Jabri1-May-06 5:31 
AnswerRe: Scrollbars in SplitterWnd Pin
Hamid_RT1-May-06 21:42
Hamid_RT1-May-06 21:42 
QuestionCan you guide me to the eVC++ function document Pin
mad_john30-Apr-06 23:07
mad_john30-Apr-06 23:07 
QuestionBlog posting Pin
Ganesh_T30-Apr-06 23:03
Ganesh_T30-Apr-06 23:03 
Questionconverse base in dialog to base in MDI Pin
keldy30-Apr-06 22:38
keldy30-Apr-06 22:38 
QuestionCommonLibrary - a new project join with me Pin
YaronNir30-Apr-06 22:05
YaronNir30-Apr-06 22:05 
AnswerRe: CommonLibrary - a new project join with me Pin
Hamid_RT1-May-06 21:55
Hamid_RT1-May-06 21:55 

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.