Feeds:
Posts
Comments

Archive for August, 2007

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 [...]

Read Full Post »

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 [...]

Read Full Post »

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 [...]

Read Full Post »

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 [...]

Read Full Post »