Shilpa
Shilpa

Reputation: 55

how to add images for buttons in visual studio 2005 with windows CE?

I have created user control using visual studio 2005 c# with windows CE device, in that I am using button, how to set background image for that button. BackgroundImage property is not available in Windows CE device.

If any one find th solution please let me know.

Upvotes: 0

Views: 1788

Answers (1)

ctacke
ctacke

Reputation: 67178

Take a look at this MSDN article.

Upvotes: 2

Related Questions