meetarun007
Member
- Joined
- Apr 26, 2010
- Messages
- 7
- Programming Experience
- Beginner
Hi to all,
In my project I need to display an arrow moving when the user press the START button & it need to stop when stop button is pressed.
The moving area of arrow is fixed .ie, consider 100 pixels for the arrow movement. Once it reaches the end it has to start from the first.
I've the image of arrow at 4 different location(To display simultaneously).Once 4th image is displayed i need start from 1st image.
My teacher told to use both GDI+ and Timer(separate program) to do this.
Can somebody give some snippets(both models GDI-Timer) to clear this?
In my project I need to display an arrow moving when the user press the START button & it need to stop when stop button is pressed.
The moving area of arrow is fixed .ie, consider 100 pixels for the arrow movement. Once it reaches the end it has to start from the first.
I've the image of arrow at 4 different location(To display simultaneously).Once 4th image is displayed i need start from 1st image.
My teacher told to use both GDI+ and Timer(separate program) to do this.
Can somebody give some snippets(both models GDI-Timer) to clear this?