Compact Framework Timer
C#
2
Posts
2
Posters
0
Views
1
Watching
-
-
Another problem I have encountered is using a timer in .NETCF. The start and stop methods are not available. I just want a timer to count 40 seconds, and at the end of 40 seconds, throw an error message. I feel like im crippled trying to use the CF....
You can use the Timer Class[^] to perform this operation. - Nick Parker
My Blog | My Articles