PDA

View Full Version : [Request] Making a button unclickable



Hammer
12-21-2007, 10:12 AM
I want to make a commandbutton, but in gray so they cant click on it.
How can i make this?

ZeaS
12-21-2007, 10:16 AM
I want to make a commandbutton, but in gray so they cant click on it.
How can i make this?

properties --> enabled: false
or in the load_form
command1.enabled = false

~ZeaS

Hammer
12-21-2007, 10:45 AM
Lol ty, i coudnt find it!

ZeaS
12-21-2007, 10:59 AM
Lol ty, i coudnt find it!

no problem^^