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?
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?
You need to draw a custom control. See this link for an example. You can draw the icon using Graphics.DrawImage function.