I'm coding a GUI that using a lot of GDI (not GDI+) output. I've been manually redrawing things as needed via WM_PAINT. It's awkward and slow, and it can flicker a lot. Then I found out about _WinAPI_BitBlt. I've looked all over the forums here, and all over the internet in general. I think I u...