Question Form Slides in and out

sc247

Member
Joined
Jan 10, 2008
Messages
8
Programming Experience
Beginner
Hello,

Please could someone help me with making a form slide in and out from the edge when the mouse is over the form 'tab' ?

would it be the mousehover event ?

And I've tried using the animatewindow api but not getting too far ! :(

Thank you !

:)
 
Have you tried a timer with the tick event telling the form to grow the width 1 pixel at a time til the form reaches a certain size, and I would use the mouse enter event and then the mouse leave to return it to a prior position. Try playing with that. Use the interval to slow or speed up the opening/closing.
 
Back
Top