Hey,

Welcome to the forums!!

There is nothing to stop you using a PictureBox as a button, and then using the Click Event of the PictureBox to carry out some action.

Having said that, since you are developing a UI for a Windows Mobile device you have to consider things like processing speed and limited screen resolution. You are going to have to be careful that your UI doesn't become too cluttered and busy to the point that it isn't usable.

Gary