I have written a Time Picker Control - In the same vein as the Date Picker but instead of a calendar, it drops down an analogue clock on which the user can set the time by clicking the hands.

All was fine until I tried using the control on a Modal form. Because the control uses a non-modal form to display the clock, I get an error because you can't open a non-modal form from a modal one. If I change the clock form to be non-modal, I do not get the error but I now can't click the DropDown button to close the clock. The date picker gets around this, so I would appreciate it anyone out there has any suggestions.

Thanks

Col.