J
Joshua Moore
I have two issues before we release. First, the big one. Double Buffering,
part of .NET Framework is not in .netCF. So I set up a panel with what
needs to be double buffered, then created another panel off screen, so it
would draw faster, then wanted to quote-unquote set them equal to each other
(or draw the panel off screen, then move it to correct location, without
flashing).
Second, I created a large bitmap for a background, but can't use it as
makeBackground (or whatever it's called) won't work.
I can live without a gradient background, but the double-buffering NEEDS to
happen. I would greatly appreciate anyone's help copying all the
data/graphics from one panel to another quickly to avoid the flashing.
In need,
Joshua Moore
part of .NET Framework is not in .netCF. So I set up a panel with what
needs to be double buffered, then created another panel off screen, so it
would draw faster, then wanted to quote-unquote set them equal to each other
(or draw the panel off screen, then move it to correct location, without
flashing).
Second, I created a large bitmap for a background, but can't use it as
makeBackground (or whatever it's called) won't work.
I can live without a gradient background, but the double-buffering NEEDS to
happen. I would greatly appreciate anyone's help copying all the
data/graphics from one panel to another quickly to avoid the flashing.
In need,
Joshua Moore