Sliding Dialog box
-
I need to show dialog box sliding from beneath the title bar or a toolbar if there is any, in the form. I have searched in this website and saw dialogs sliding from the edges(top or bottom) of the form. How do I provide the same effect by making the dialog slide from below the title bar. How can I make the upper portion( that is yet to be shown by sliding) invisible in this case. Any ideas would be greately appreciated. Thanks,
-
I need to show dialog box sliding from beneath the title bar or a toolbar if there is any, in the form. I have searched in this website and saw dialogs sliding from the edges(top or bottom) of the form. How do I provide the same effect by making the dialog slide from below the title bar. How can I make the upper portion( that is yet to be shown by sliding) invisible in this case. Any ideas would be greately appreciated. Thanks,
Perhaps you can try using a collapsible splitter as suggested in this article: http://www.codeproject.com/cs/miscctrl/collapsiblesplitter.asp
-
Perhaps you can try using a collapsible splitter as suggested in this article: http://www.codeproject.com/cs/miscctrl/collapsiblesplitter.asp