i want to display CMyDialog dialog with some button disabled (or hidden or with caption changed ...)
i try this but didn't work
CMyDialog t;
t.GetDlgItem(IDC_MY_BUTTON)->EnableWindow(FALSE);
t.DoModal();
Can i change the look of my controls in an application that i began with v++ 6 (check ,radio,buttons...) with the studio 2005. If i open my c++6 project with studio 2005 i want my controls to change to the controls that uses c++ 2005
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.