views:

115

answers:

2

I am trying to write an application on Windows Mobile but I am experiencing a problem.

I want to draw a picture of arrows on the button but I do not know how to do this.

How can I accomplish this?

+1  A: 

You need to draw a custom control. See this link for an example. You can draw the icon using Graphics.DrawImage function.

kgiannakakis
A: 

Good example: Picture Button

mykhaylo