hi,
until now I had it like this:
cmdDo.Picture = PictureBox1.Image
if style-property is set to 1 it will put a bitmap on the CommandButton. works fine!
Now the commandbutton is created at runtime (using Form.Controls.Add) and the above statement won't show the
bitmap 'cause style-property can't be set.
Some idea what to do ?
until now I had it like this:
cmdDo.Picture = PictureBox1.Image
if style-property is set to 1 it will put a bitmap on the CommandButton. works fine!
Now the commandbutton is created at runtime (using Form.Controls.Add) and the above statement won't show the
bitmap 'cause style-property can't be set.
Some idea what to do ?