
Control Similar to Datetimepicker control
Hello everybody,
I am trying to develop a small activex control which will work in a
similar way as Date timepicker control. For that I used a textbox,a
picture button and MS Calendar8.0 control. And when button is clicked
I am resizing the user control to make the calendar control visible
which is hidden at load time. And I am hiding it when mouse is clicked
outside.
My control is working fine when used independently. But I have to keep
it in a table in HTML page. There when button is clicked the whole page
looks very awkward because I am resizing the control which in turn
resizes the cell where it's residing , so for this I understand I've to
use a combination of calendar and a combo box. How far is this
suggestion correct? IF it is correct
how can I bring them together.
Thanks
Swarna