inside your checkbox_CheckChanged method do this:
if(checkBox.checked) {
button1.enable = true;
or button1.visible = true;
} else {
button1.enable = false;
or button1.visible = false;
}
Thats c# code anyway. You get the idea
hericles
Practically a Posting Shark
823 posts since Nov 2007
Reputation Points: 136
Solved Threads: 167