softwareguy74
Jan 6th, 2001, 10:08 AM
Hi,
I want to be able to enable/disable a push button on a dialog box. What I mean by that is: If I disable the button, it should be greyed out and not be able to be pushed.
Someone said use EnableWindow() but that requires a handle. Is this the correct function to use? If so, how do I determine the handle to a particular button?
Thanks,
Dan
I want to be able to enable/disable a push button on a dialog box. What I mean by that is: If I disable the button, it should be greyed out and not be able to be pushed.
Someone said use EnableWindow() but that requires a handle. Is this the correct function to use? If so, how do I determine the handle to a particular button?
Thanks,
Dan