davidpolitis
Full Member
Posts: 371 Reputation: 16
Joined: Aug 2006
|
RE: Disabling a button?
quote: Originally posted by ryxdp
So is there a way to disable and enable buttons in the interfaces?
javascript code: var ControlHandle = PlusWnd.GetControlHandle("TestBttn");
Interop.Call("User32", "EnableWindow", ControlHandle, 0 /* Change to 1 to enable */);
This post was edited on 04-12-2009 at 10:49 AM by davidpolitis.
|
|