Click here to Skip to main content
15,910,083 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Com ports Pin
khan++12-Dec-05 19:48
khan++12-Dec-05 19:48 
GeneralRe: Com ports Pin
wotur12-Dec-05 21:32
wotur12-Dec-05 21:32 
GeneralRe: Com ports Pin
Demian Panello13-Dec-05 0:26
Demian Panello13-Dec-05 0:26 
QuestionHow to give Focus in form using DLL inside other DLL Pin
horacyjr12-Dec-05 5:37
horacyjr12-Dec-05 5:37 
QuestionUpdateData for radio buttons ... Pin
Maximilien12-Dec-05 5:20
Maximilien12-Dec-05 5:20 
AnswerRe: UpdateData for radio buttons ... Pin
David Crow12-Dec-05 6:01
David Crow12-Dec-05 6:01 
GeneralRe: UpdateData for radio buttons ... Pin
Maximilien12-Dec-05 6:26
Maximilien12-Dec-05 6:26 
GeneralRe: UpdateData for radio buttons ... Pin
Maximilien12-Dec-05 7:05
Maximilien12-Dec-05 7:05 
I think that my problem lies elsewhere, when I call my method to enable/disable controls, it does not work.

I do this in my OnInitDialog :

m_Radio1.SetCheck( BST_CHECKED );
m_Edit1.EnableWindow( FALSE );
m_Edit2.EnableWindow( FALSE );
m_Edit3.EnableWindow( FALSE );


but all of there are still enabled when the dialog appears. Confused | :confused:

'nyway ... In the grand scheme of things, it's only a minor, minor UI glitch.

Thanks David.


I'm certain I asked that same question a couple years ago ... Sigh | :sigh:



Maximilien Lincourt
Your Head A Splode - Strong Bad
QuestionRe: UpdateData for radio buttons ... Pin
David Crow12-Dec-05 8:03
David Crow12-Dec-05 8:03 
AnswerRe: UpdateData for radio buttons ... Pin
Maximilien12-Dec-05 9:04
Maximilien12-Dec-05 9:04 
GeneralRe: UpdateData for radio buttons ... Pin
David Crow12-Dec-05 9:37
David Crow12-Dec-05 9:37 
GeneralRe: UpdateData for radio buttons ... Pin
Maximilien12-Dec-05 9:59
Maximilien12-Dec-05 9:59 
GeneralRe: UpdateData for radio buttons ... Pin
David Crow12-Dec-05 10:39
David Crow12-Dec-05 10:39 
QuestionC++ using Crystal Reports Pin
dwillms12-Dec-05 4:43
dwillms12-Dec-05 4:43 
AnswerRe: C++ using Crystal Reports Pin
JonEngle12-Dec-05 5:17
JonEngle12-Dec-05 5:17 
GeneralRe: C++ using Crystal Reports Pin
dwillms12-Dec-05 8:39
dwillms12-Dec-05 8:39 
GeneralRe: C++ using Crystal Reports Pin
JonEngle12-Dec-05 9:17
JonEngle12-Dec-05 9:17 
GeneralRe: C++ using Crystal Reports Pin
dwillms13-Dec-05 7:03
dwillms13-Dec-05 7:03 
QuestionLimit to GDI Handles and User Handles Pin
Patje12-Dec-05 3:10
Patje12-Dec-05 3:10 
AnswerRe: Limit to GDI Handles and User Handles Pin
Blake Miller12-Dec-05 4:43
Blake Miller12-Dec-05 4:43 
QuestionCSocket object in Win32 Console Application Pin
ilgale12-Dec-05 2:57
ilgale12-Dec-05 2:57 
AnswerRe: CSocket object in Win32 Console Application Pin
Alex Orovetskiy12-Dec-05 3:20
Alex Orovetskiy12-Dec-05 3:20 
GeneralRe: CSocket object in Win32 Console Application Pin
ilgale12-Dec-05 3:22
ilgale12-Dec-05 3:22 
AnswerRe: CSocket object in Win32 Console Application Pin
khan++12-Dec-05 3:30
khan++12-Dec-05 3:30 
GeneralRe: CSocket object in Win32 Console Application Pin
ilgale12-Dec-05 3:37
ilgale12-Dec-05 3:37 

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.