Results 1 to 4 of 4

Thread: Timers in Windows CE

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2003
    Location
    Cleveland, OH
    Posts
    41

    Question Timers in Windows CE

    I'm developing an app for Windows CE using VB.NET. I'm having problems with timers running under Windows CE (I'm using a Dell Axim for testing), as they are much slower than real time...about 3-4 times slower.

    Can anyone shed some light on why this would be happening?

    Are there programming issues/considerations that I'm not aware of when using timers for CE?

    Thanks!

  2. #2
    Frenzied Member Mike Hildner's Avatar
    Join Date
    Jul 2002
    Location
    Des Moines, NM
    Posts
    1,690
    What do you mean "much slower than real time"? Does that mean the Tick event doesn't fire when you expect it to ?

    I've used timers (System.Windows.Forms.Timer) in VB.NET running on PocketPC 2002/2003 with no troubles at all.

  3. #3

    Thread Starter
    Member
    Join Date
    Jul 2003
    Location
    Cleveland, OH
    Posts
    41
    Exactly. I use essentially the same code running in Windows XP and the timed event that is supposed to take 6 seconds actually takes 6 seconds (i.e., the Tick event occurs when expected.)

    However, when I rebuilt the app to run in Windows CE, the timed (Tick) event happens much later than it should.

  4. #4
    Frenzied Member Mike Hildner's Avatar
    Join Date
    Jul 2002
    Location
    Des Moines, NM
    Posts
    1,690
    Wish I could help - sorry. Have not actually made a project targeting CE - just Pocket PC. Don't know if that's an issue.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width