-
Following link shows few exciting Windows Phone 7 upcoming features. http://media.ch9.ms/ch9/9f8b/3d021b77-7e43-47ec-b388-9ec301619f8b/WP7Keynote3_ch9.wmv My personal favorites: 1. Live Agents (New multithreading concept with power saver algorithms supported by operative system) 3. Sockets API...
-
If you have a registry editor for Windows Phone, you can use it to change identity information. Following keys are currently available under hive HKEY_LOCAL_MACHINE: Desc , FriendlyName , Name , OrigName and Username
-
Windows phone has a native API for dealing with underlying network stack. Long time ago daenet has implemented the tool called DHOST for Windows Mobile, which shows information about all adapters on device. I was a pretty disappointed as I heard that Windows Phone will not have public API at the release...
-
First class you have to be aware of is DatastoreManager , which helps you to deal with embedded platforms. This class is implemented in assembly Microsoft.SmartDevice.Connectivity.dll, which is installed in GAC. If you need to reference it please look somewhere in some of VS folders. DatastoreManager...
-
If you figured out that your installer is hanging on in step (3 of 14), you need to do following. As shown at the picture above the setup is hanging while creating the image of Windows Phone Emulator. At the moment of snapshot at the picture image has already been created, but the emulator does not stop...
-
Windows Phone provides several out of the box dialogs/pages which helps a user to compose some task like camera capturing or sending of an email. Such actions are called tasks in WP programming model. Because applications are not able to directly access common stores of information, such as the contacts...