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

C / C++ / MFC

 
GeneralRe: CP Ignore Pin
ThatsAlok20-Jul-09 1:26
ThatsAlok20-Jul-09 1:26 
QuestionToolbars in VC++ Pin
Vilas Tamhane30-May-08 23:22
Vilas Tamhane30-May-08 23:22 
QuestionUse of & in caption of controls. Pin
Le@rner30-May-08 23:13
Le@rner30-May-08 23:13 
QuestionTo make desktop parent Pin
krishnan.s30-May-08 23:06
krishnan.s30-May-08 23:06 
AnswerDON'T DO IT! Pin
Baltoro31-May-08 12:17
Baltoro31-May-08 12:17 
AnswerRe: To make desktop parent Pin
ThatsAlok20-Jul-09 1:25
ThatsAlok20-Jul-09 1:25 
QuestionDisable/Enabling of Radio button Pin
sunny_vc30-May-08 21:23
sunny_vc30-May-08 21:23 
AnswerRe: Disable/Enabling of Radio button Pin
Jijo.Raj30-May-08 23:07
Jijo.Raj30-May-08 23:07 
sunilkumar.d wrote:
I am using a radio button of type int.


I didn't get that point. D'Oh! | :doh:

sunilkumar.d wrote:
If it is of CButton I can enable and disable it using GetDlgItem().EnableWindow.


You can disable radio buttons too by GetDlgItem().EnableWindow(). For instance,

// Disable Radio button.
GetDlgItem( IDC_RADIO1 )->EnableWindow( FALSE );


Regards,
Jijo.

_____________________________________________________

http://weseetips.com[^] Visual C++ tips and tricks. Updated daily.

AnswerRe: Disable/Enabling of Radio button Pin
Rajkumar R30-May-08 23:08
Rajkumar R30-May-08 23:08 
GeneralOT + Offtopic Pin
Rajesh R Subramanian31-May-08 1:14
professionalRajesh R Subramanian31-May-08 1:14 
GeneralRe: OT + Offtopic Pin
Rajkumar R31-May-08 22:22
Rajkumar R31-May-08 22:22 
GeneralRe: OT + Offtopic Pin
Rajesh R Subramanian1-Jun-08 0:26
professionalRajesh R Subramanian1-Jun-08 0:26 
QuestionGetDefaultConnect() in CRecordset? Pin
Le@rner30-May-08 19:30
Le@rner30-May-08 19:30 
AnswerCP NOTE Pin
leckey31-May-08 16:42
leckey31-May-08 16:42 
AnswerRe: GetDefaultConnect() in CRecordset? Pin
Mark Salsbery2-Jun-08 7:15
Mark Salsbery2-Jun-08 7:15 
GeneralRe: GetDefaultConnect() in CRecordset? Pin
Le@rner29-Jun-08 23:19
Le@rner29-Jun-08 23:19 
GeneralRe: GetDefaultConnect() in CRecordset? Pin
Mark Salsbery30-Jun-08 6:05
Mark Salsbery30-Jun-08 6:05 
QuestionHBITMAP handle Pin
trioum30-May-08 19:12
trioum30-May-08 19:12 
AnswerRe: HBITMAP handle Pin
Rajkumar R30-May-08 23:02
Rajkumar R30-May-08 23:02 
QuestionWhat about (_variant_t)false and _variant_t(false)? Pin
followait30-May-08 18:12
followait30-May-08 18:12 
Question[MFC] Add a CView zone into a CFormView ?? Pin
Schehaider_Aymen30-May-08 12:59
Schehaider_Aymen30-May-08 12:59 
AnswerRe: [MFC] Add a CView zone into a CFormView ?? Pin
Rajkumar R30-May-08 23:15
Rajkumar R30-May-08 23:15 
QuestionHaving trouble retreiving a integer value from the Edit Control Box. Pin
hilop30-May-08 7:32
hilop30-May-08 7:32 
AnswerRe: Having trouble retreiving a integer value from the Edit Control Box. Pin
David Crow30-May-08 7:57
David Crow30-May-08 7:57 
GeneralRe: Having trouble retreiving a integer value from the Edit Control Box. Pin
hilop30-May-08 9:07
hilop30-May-08 9:07 

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.