Hi, I'm currently making a small ap, which requires Checkbox control. What I want the checkbox to do is: when the USer clicks the box, it will auto send info to the ap saying that it wants to be invisibal The box should make the ap's screen blank. Many thank.s
mkay, well, drag the checkbox on to the form, the right click on the form and "View Code". After this, in the left-side dropdown list their should exist a DropDownList1 item - select it. Then in the right-side dropdown list on the top the events for the DropDownList1 should now be populated. Click on the ItemSelectedChanged event or something similar. Once you select that event, it will write the code for you and you can put your DropDownList1.Visible = false and do whatever you want.
shoot, Sorry, I meant checkbox, so the evet should be kinda similar, but you should validate if Obj.Checked first