Nate Bross
Well-known member
I am trying to to a manual Double Buffer in vb.net. I have several bitmap objects, and I would like to draw each of them onto a single bitmap object, then finally draw that to the form. There is a reason for my madness, I am developing for the PocketPC and I cannot get Me.SetStyle to work. I am kind of confused with the syntax of how to do that. If someone could give a small example drawing two seprate bitmap objects onto a third. C# code is okay, I can convert but Visual Basic would be more desirable. Thanks inadvance.