V
Viper
Hi,
I want to show an animated picture while I'm synchronising data. I'm using
the C# language on a Pocket PC 2003.
I tried to use a thread but when I saw that a thread can be started but not
aborted I changed my mind. So I went to the timer control of a form, this
did'nt work.
The last try was with the Timer class using the timerdelegate where I
changed the Image of a picture box every 200 ms. I have 8 images (embedded)
and each 200ms I want the next picture assigned to my picturebox.
This does not work neather.
Can any one help me solving this???
Thanks
Carlo
I want to show an animated picture while I'm synchronising data. I'm using
the C# language on a Pocket PC 2003.
I tried to use a thread but when I saw that a thread can be started but not
aborted I changed my mind. So I went to the timer control of a form, this
did'nt work.
The last try was with the Timer class using the timerdelegate where I
changed the Image of a picture box every 200 ms. I have 8 images (embedded)
and each 200ms I want the next picture assigned to my picturebox.
This does not work neather.
Can any one help me solving this???
Thanks
Carlo