Click here to Skip to main content
15,912,578 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Parsing a string using std::string Pin
John R. Shaw21-Jul-05 7:44
John R. Shaw21-Jul-05 7:44 
GeneralRe: Parsing a string using std::string Pin
LCI21-Jul-05 8:31
LCI21-Jul-05 8:31 
GeneralRe: Parsing a string using std::string Pin
John R. Shaw21-Jul-05 9:04
John R. Shaw21-Jul-05 9:04 
GeneralPropertySheet Wizard Question Pin
picazo21-Jul-05 5:01
picazo21-Jul-05 5:01 
GeneralRe: PropertySheet Wizard Question Pin
Graham Bradshaw21-Jul-05 6:56
Graham Bradshaw21-Jul-05 6:56 
GeneralRe: PropertySheet Wizard Question Pin
Anonymous21-Jul-05 8:14
Anonymous21-Jul-05 8:14 
GeneralCDialogBar Help Pin
Budric B.21-Jul-05 4:55
Budric B.21-Jul-05 4:55 
GeneralAlso.. Pin
Budric B.21-Jul-05 5:06
Budric B.21-Jul-05 5:06 
Also I have a class that I derrived from CDialogBar. Inside it I have a function to disable my controls that contains something like:

CWnd *test = this->GetDlgItem(IDC_ADDKEYFRAME);
test->EnableWindow(FALSE);

this doesn't disable the button. Why not?
I've also tried adding control variables and initialize them using DDX. The variables get initialized, the HWND value match what I get from GetDlgItem call, but the button never gets disabled.
GeneralVC++ .NET saveFileDialog Pin
Freddie Code21-Jul-05 4:46
Freddie Code21-Jul-05 4:46 
GeneralRe: VC++ .NET saveFileDialog Pin
Anonymous21-Jul-05 4:55
Anonymous21-Jul-05 4:55 
GeneralRe: VC++ .NET saveFileDialog Pin
Freddie Code21-Jul-05 7:13
Freddie Code21-Jul-05 7:13 
GeneralRe: VC++ .NET saveFileDialog Pin
Freddie Code21-Jul-05 14:13
Freddie Code21-Jul-05 14:13 
General'/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification questions Pin
Anonymous21-Jul-05 4:15
Anonymous21-Jul-05 4:15 
GeneralRe: '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification questions Pin
peterchen21-Jul-05 8:55
peterchen21-Jul-05 8:55 
GeneralXML parse to get a single node Pin
LCI21-Jul-05 3:44
LCI21-Jul-05 3:44 
GeneralRe: XML parse to get a single node Pin
Alex_Y21-Jul-05 10:43
Alex_Y21-Jul-05 10:43 
GeneralRe: XML parse to get a single node Pin
LCI21-Jul-05 10:53
LCI21-Jul-05 10:53 
GeneralRe: XML parse to get a single node Pin
Alex_Y22-Jul-05 4:51
Alex_Y22-Jul-05 4:51 
Generalproblem with /clr switch Pin
DaveHuber21-Jul-05 3:31
DaveHuber21-Jul-05 3:31 
GeneralAdding in hex Pin
Halawlaws21-Jul-05 3:19
Halawlaws21-Jul-05 3:19 
GeneralRe: Adding in hex Pin
Andrew Kirillov21-Jul-05 3:23
Andrew Kirillov21-Jul-05 3:23 
GeneralRe: Adding in hex Pin
Marc Soleda21-Jul-05 3:29
Marc Soleda21-Jul-05 3:29 
QuestionCan I get a handle to the root of logical drive? Pin
Dimitris Vikeloudas21-Jul-05 3:13
Dimitris Vikeloudas21-Jul-05 3:13 
AnswerRe: Can I get a handle to the root of logical drive? Pin
Blake Miller21-Jul-05 4:50
Blake Miller21-Jul-05 4:50 
AnswerRe: Can I get a handle to the root of logical drive? Pin
David Crow21-Jul-05 6:31
David Crow21-Jul-05 6:31 

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.