Creating Bitmap Regions for Forms and Buttons -
2004-2-8 · Also, you need not do anything to the style of the button. C#. Copy Code. public class Form1 : System.Windows.Forms.Form { / Load your bitmap for the form private Bitmap bmpFrmBack = new Bitmap ( typeof (Form1), 'back.bmp' ); / Load your bitmap for the button private Bitmap bmpBob = new Bitmap ( typeof (Form1), 'bob.bmp' ); public Form1 () { / ...
Get Price