Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Mobile Development
  3. Mobile
  4. Double Buffering for PocketPC

Double Buffering for PocketPC

Scheduled Pinned Locked Moved Mobile
csharphelptutorialquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mfz h
    wrote on last edited by
    #1

    Hey anyone, I have a little problem with Double Buffering under Windows Mobile 2003 with C#/.NET CF In contrast to desktop computers I have no possibility too use SetStyle to let the framework do the double buffering. And when I work with bitmaps to buffer everything, it remains flickering. :( Examples from CodeProject don't work either on my pocket, I guess it's because I cannot override the UserControl's PaintBackground Event, since there is none to override. At least I have only one strong flicker instead of continous painting. :laugh: Any suggestions? Or any hint how to realize it under Windows Mobile? Thanks in advance!

    A D 2 Replies Last reply
    0
    • M mfz h

      Hey anyone, I have a little problem with Double Buffering under Windows Mobile 2003 with C#/.NET CF In contrast to desktop computers I have no possibility too use SetStyle to let the framework do the double buffering. And when I work with bitmaps to buffer everything, it remains flickering. :( Examples from CodeProject don't work either on my pocket, I guess it's because I cannot override the UserControl's PaintBackground Event, since there is none to override. At least I have only one strong flicker instead of continous painting. :laugh: Any suggestions? Or any hint how to realize it under Windows Mobile? Thanks in advance!

      A Offline
      A Offline
      arcticbrew
      wrote on last edited by
      #2

      I do double buffering on Windows Mobile 2003 devices. It works well. Show your code and I might be able to help you.

      1 Reply Last reply
      0
      • M mfz h

        Hey anyone, I have a little problem with Double Buffering under Windows Mobile 2003 with C#/.NET CF In contrast to desktop computers I have no possibility too use SetStyle to let the framework do the double buffering. And when I work with bitmaps to buffer everything, it remains flickering. :( Examples from CodeProject don't work either on my pocket, I guess it's because I cannot override the UserControl's PaintBackground Event, since there is none to override. At least I have only one strong flicker instead of continous painting. :laugh: Any suggestions? Or any hint how to realize it under Windows Mobile? Thanks in advance!

        D Offline
        D Offline
        Don Rolando
        wrote on last edited by
        #3

        Of course you can override the PaintBackground event. protected override void OnPaintBackground(PaintEventArgs e) { // Do nothing }

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups