Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Disable Button
#1
Hey, i would like to know how to make a button on a dialog be disabled or like make it turn dark grey and not be ale to click it!
#2
Any Help?
#3

In the Dialog Editor, Click on the button --> Go to Styles --> then click on WS_DISABLED.
Taking on Quick Macros one day at a time
#4
Code:
Copy      Help
EnableWindow id(15 "Notepad") 0
5
EnableWindow id(15 "Notepad") 1
#5
TY John worked perfect!


Forum Jump:


Users browsing this thread: 1 Guest(s)