Like thisbut how to add a DateTiemPicker on a Panel of tabpage ?
B4X:
AddObject("DTpicker", "DateTimePicker") ' you could also add it in the IDE as usual
DTpicker.New1("Form1",0,0,120) ' create it on a form
Tab1.AddControl(DTpicker.ControlRef,0, 20, 20) ' move it to the required tab page