tppradeep18
Programmer
I want to create an ActiveX control like the date DTPicker(Microsoft windows common control-2 6.0). The DTpicker control initially shows only the text part. during run time if the control is clicked, the date part is shown. This part is independent of the control in which contains the DTPicker. For example if the width and height of the form containing the dtpicker is same as the dtpicker and if the control is clicked, the date part is shown and is not obscured by the form. Can anybody tell me how to do this. Thanks in advance