Does anyone know how you can put an image on a button in a mobile app with VS2005? Like we do with windows apps.
Thanks
Printable View
Does anyone know how you can put an image on a button in a mobile app with VS2005? Like we do with windows apps.
Thanks
Hi,
try the opennetcf button (http://www.opennetcf.org), or for a different look, try http://www.pocketpccontrols.com/controls/colorbutton/
Standard button doesn't support images. You could always use a picture box as a button
Pete
can i know how to make picture box as button?
Hi,
just use a picture box, and act on the click event
Pete