02-19-2012, 04:40 PM
Hi There, I Am Trying to make a control(Panel)slide down from the top of a window, but I can't get it to work for the life of me... Anyone have an idea?
Sliding Animation
|
02-19-2012, 04:40 PM
Hi There, I Am Trying to make a control(Panel)slide down from the top of a window, but I can't get it to work for the life of me... Anyone have an idea?
02-20-2012, 11:54 AM
This code assumes that your Panel is called PNL.
So, here's the basic idea. You want to add a timer to your form with the interval of around 50. Then, insert something like this code. Code: Sub hover() handles PNL.MouseEnter Hopefully this helps. Please note that there may be better ways to do this (Like using only one timer), but I just wrote down the first way that came to mind!
02-20-2012, 01:40 PM
Thanks Alot! This Helps Greatly!
|
« Next Oldest | Next Newest »
|