How to gray out a control
-
I need to gray-out an Edit Box, Pushbutton and Check Box. I know how to show and hide it with ShowWindow() GetDlgItem(IDC_BUTT_testupload)->ShowWindow(SW_HIDE); but how do I gray it out so that it is inactive but still gray-visible to the User? VC++ 6.0 Many thanks, Robert :)
-
I need to gray-out an Edit Box, Pushbutton and Check Box. I know how to show and hide it with ShowWindow() GetDlgItem(IDC_BUTT_testupload)->ShowWindow(SW_HIDE); but how do I gray it out so that it is inactive but still gray-visible to the User? VC++ 6.0 Many thanks, Robert :)
-
Thanks Robert! Hey, we have the same first and middle name :) All the best, Robert
-
I need to gray-out an Edit Box, Pushbutton and Check Box. I know how to show and hide it with ShowWindow() GetDlgItem(IDC_BUTT_testupload)->ShowWindow(SW_HIDE); but how do I gray it out so that it is inactive but still gray-visible to the User? VC++ 6.0 Many thanks, Robert :)
-
when someone has already posted the right answer about 10 hours before your come to, please don't do that... you don't provide anything more.
TOXCCT >>> GEII power
[toxcct][VisualCalc 2.20][VCalc 3.0 soon...] -
Thank-you Anil :)