sliding toolbar??
C#
2
Posts
2
Posters
0
Views
1
Watching
-
i want to make a panel slide like the .net toolbars? can ne 1 give me some great looking code;) thanks?
-
i want to make a panel slide like the .net toolbars? can ne 1 give me some great looking code;) thanks?
i've implemented this by using Timers Basically, the idea is something like this: - Event is fired (Button click lets say) - Start Timer - On timer tick, resize/move control - Once control reaches appropriate size stop timer You can tweak the speed of your timer intervals to get a decent animation going. I am sure there is a better way to do this using DirectX. Jon G www.Gizmocoder.com