Nokia would be offering Windows live on there series 60 devices.Check out the following link:
http://europe.nokia.com/A4491268
Interesting , isn’t it.Guess the entry of Apple and rumoured entry of google has revitalized the market.Am sure we would be hearing more and more interesting news in the Mobile space…:-)
If you remember then Nokia has also licensed DRM and the [...]
Archive for August, 2007
Nokia – Windows Live on S 60 devices
Posted in Interesting Reads, Microsoft, Mobile Device on August 23, 2007 | Leave a Comment »
Display notification baloon at top
Posted in Microsoft, Mobile Device, PDA, Pocket PC, Programming, Windows Mobile on August 23, 2007 | 1 Comment »
When trying to display notification ballon you must have observed that they are displayed at the bottom of the screen.Whereas applications like volume control,clock display it at the top of the screen.This is much more intutive and user freindly, especially in the scenario when you are displaying it in response to user clicking at your [...]
Status Bar Background color
Posted in Mobile Device, Pocket PC, Programming, Windows Mobile on August 15, 2007 | Leave a Comment »
Crating status bar windows is easy enough, you just need to use CreateStatusWindow function and you won’t forget to set WS_VISIBLE and WS_CHILD flag, would you?
When you are trying to set the background color of the status bar it’s easy again, if its simple, you just need to send SB_SETBKCOLOR message to status part. But [...]
Case of the Runaway Menu
Posted in Microsoft, Mobile Device, PDA, Pocket PC, Programming, Smart Phone, Windows Mobile on August 15, 2007 | Leave a Comment »
Recently I was trying to extend the menu of the Phone context in windows mobile 6 device.We hit a strange problem.As long as we were inserting Menu it was fine,but when we tried to insert Sub menu, all the main menu items were automatically inserted in the Submenu. E.g. If main Menu has a menu [...]