Connecting Tech Pros Worldwide Help | Site Map

Image animation

Newbie
 
Join Date: Sep 2009
Posts: 21
#1: Sep 25 '09
Hi,
i am used .net 2005 to develop window mobile application with c#.
and i used picture box to show image with next and previous button.
plz tell me how add some animation in picture box when image is load and unload into picture box.
like image load from left corner and unload with different motion.
Plater's Avatar
Moderator
 
Join Date: Apr 2007
Location: New England
Posts: 7,148
#2: Sep 25 '09

re: Image animation


You would probably have to do that with the Graphics object
Newbie
 
Join Date: Sep 2009
Posts: 21
#3: Sep 26 '09

re: Image animation


Thanx ,
plz give me some idea to use graphics object to add animation.
Plater's Avatar
Moderator
 
Join Date: Apr 2007
Location: New England
Posts: 7,148
#4: Sep 28 '09

re: Image animation


Well with Graphics object you can draw images on the control. It's not really meant for animation, but you can simulate it.
It will be all math on your side, might be easier to just google to see if someone else has already done it.

Otherwise it'd be GDI calls, and I don't know anything about that really.
Reply