tags:

views:

68

answers:

2

I'm confused.Can't find any button control to add to a form in my mobile application. Its a standard mobile application with mobile emulator 6.0.

how can i add a button?

+1  A: 

Check out this code project article.

Jeremy Cron
A: 

Perhaps the questioner can clarify, but there are two different SDKs for Windows Mobile 6: Standard (for phones without touchscreens), and Professional (for phones with touchscreens). In Standard, there is no button control as it is not supported.

However, custom controls are supported, and you can still create a button (IMHO it's needed, as you can still use one with a D-pad). Go here for an example on how to create one.

hemisphire