I\'m a fairly novice programmer working on my first Windows Mobile application. I see that there is no button control available for my program. I\'ve never created a custom co
I faced the same problem, there's no Button control on Device controls toolbox in Visual Studio 2008. I know that it's because guidelines tell us to use links and menu instead.
But you know, sometimes you must put a button when user requires it.
I'm giving a try to the SDKs for Windows Mobile 6 at
http://www.microsoft.com/downloads/details.aspx?FamilyID=06111a3a-a651-4745-88ef-3d48091a390b&displaylang=en
but wondering where can I find a Windows Mobile 6.5 SDK?