Moving objects in C#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • compassionheart
    New Member
    • Feb 2007
    • 1

    Moving objects in C#

    Hi there,

    Can anyone tell me how to do a moving eyes(from left to right) and mouth(open and close) in an image of a human face in C#.

    thank you.
  • dorinbogdan
    Recognized Expert Contributor
    • Feb 2007
    • 839

    #2
    I think that it would require to use a thread always active, that would update periodically the image at very short time intervals. So, it is not the best solution, since it could load the processor.
    Other solution could be to use an animated gif?

    Comment

    • sutch
      New Member
      • Feb 2007
      • 3

      #3
      You can use timer control to chage the position of image box whre you will keeping your eye image.

      Comment

      Working...