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?
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?