Most voted "windows-mobile" questions
Compact operating system that runs on mobile devices such as Pocket Pcs, Smartphones and Multimedia Handsets in general. Comes with a set of well-known basic applications in the world of Pcs such as Word, Excel, Powerpoint, Windows Media Player Pocket.
Learn more…4 questions
Sort by count of
-
5
votes1
answer67
viewsIs there any way to get visual studio 2012 to support windows mobile 5.0
I have a project on visual studio 2008 for windows mobile 5.0 and would like to migrate it to the visual studio 2012, but I read that this new version of visual studio does not support windows…
visual-studio visual-studio-2012 windows-mobile windows-mobile-5asked 10 years, 9 months ago Selma 216 -
2
votes1
answer91
viewsWhere can I find the Microsoft.WindowsMobile.Forms library?
I’m developing an application on Smart Device for Windows Mobile 6 in Visual Studio 2008 C#. In this application I need to use the object functions CameraCaptureDialog, because, the main goal of the…
-
1
votes1
answer2006
viewsHow do I change the border color of a Textbox in a Windows Phone 8.1 app?
In a certain function of the .cs in C# need to change the color of the edge of a TextBox. In my xaml have the TextBox <TextBox Name="txtResult" Text="resultado"/> And in the cs have the…
-
1
votes2
answers45
viewsSave user values to C#files
I am looking for some simple way to save user data to file in c#. In Java I always use the class Properties. I’m looking for something similar in C#, I already searched and found some answers but…