Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DateTimePicker & TabControl

Status
Not open for further replies.

0CODE

Programmer
Feb 8, 2004
63
CA
1) When I set the datetimepickets checked property to false during the form load event it doesn't apply (doesn't change its checked state) *showcheck is true*. This only happens when in the form_load event, any suggestions or ways to fix this? "sended.Checked = True" thats the code

2)"Dim copytabprog As New TabPage()"
"copytabprog = tabprog" (tabprog is an existing tabpage)
"TabControl1.TabPages.Add(copytabfin)"

now since tabprog already exists in the tabcontrol and another copy of it is added it creates a gradient silver backround for the copied one and removes the controls from that tab. why does this happen / how can i fix?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top