Click to See Complete Forum and Search --> : How to make a form unload/hide in another fancy way?


Si-Gwan Kim
November 3rd, 1998, 01:14 AM
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?

Nick Schipano
November 11th, 1998, 03:11 PM
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.