jalbrant.com
C# WinForms Bitmaps
Quick one for today...
I've been a little busy "sprucing" up the AAVOnline GUI and found that if I use a 16-bit bitmap as the background to my form it slows everything down on the computer, even flight simulator. However, if I use a 32-bit bitmap everything runs just fine! I figure this is probably due to it having to convert from 16-bit to 32-bit with every redraw of the form. Now my executable is bigger but it runs smoother!
jeremiah's blog | 4644 reads