Some controls, for instance, the combo box and the datetime picker, popup a window that allows you to edit their value. When this window pops up it can be outside the bounds of the form that contains the control. It also does not take focus from the application's main form.
How can this behavior be emulated in a .Net application?
edit: I should have said this: My difficulty lies in not stealing the focus of the main window.
How can this behavior be emulated in a .Net application?
edit: I should have said this: My difficulty lies in not stealing the focus of the main window.
Last edited: