When showing a form, I'd like it appear like "sliding"
(or from small dot to full-size form, I mean like in Excel spreadsheet way)
And when hiding/unloading a form, i'd like it work
in a reverse way.(from full-size form to small)
How can I do that?
Printable View
When showing a form, I'd like it appear like "sliding"
(or from small dot to full-size form, I mean like in Excel spreadsheet way)
And when hiding/unloading a form, i'd like it work
in a reverse way.(from full-size form to small)
How can I do that?
Try using the timer control and calling the Form's Move method. Each time the Timer1_Timer event handler is called you can change the form's size and position.