5 pts.
 Disable Form Controls in VB 2008 until selected
Beginning prog. student here... I have a form with multiple controls, and i want everything to be disabled except the datetimepicker. Once a date is selected, it should make the whole form usable. I've searched the web, and can't find the right solutin. I found this sight, and hoping someone can help...Thanks!!

Software/Hardware used:
ASKED: March 5, 2009  8:35 AM
UPDATED: March 5, 2009  2:15 PM

Answer Wiki:
On the form load event set all the controls enabled property to false such as control1.enabled=false Then on the datetimepicker1.change or datetimepicker1.lostfocus event set all the controls to control1.enabled=true
Last Wiki Answer Submitted:  March 5, 2009  2:15 pm  by  Straub   30 pts.
All Answer Wiki Contributors:  Straub   30 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _