Prabhu Kumar

a tech twaddler..
posts - 125, comments - 97, trackbacks - 0

My Links

News

Archives

Post Categories

Blogs I follow

CSS Templates

Twitter

February 2010 Entries

Extracting Icon from an executable (name)
Remember the Process Viewer that we worked on a few months back? I was wondering how to display the applications icons, the way task manager does. A small icon beside the application name gives it a pleasant look. So how do you extract the icon from an executable? Well, there's an API for that (pun). ExtractIconEx() is the function we use to get a handle to the applications icon. It's a simple API, just give it the full path to the executable and it returns an HICON (icon handle). So I went back...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Thursday, February 25, 2010 10:43 AM | Feedback (1) | Filed Under [ General ]

Fun with menus! update on Part I
If you remember Fun with menus! Part I, then you'll also remember that we were able to get two different popup menus on the left and the right softkeys. Morin Marco contacted me through the same post and via email, explaining that the code wasn't working for him. We had a few mail exchanges and exchanges on the post too. It wasn't clear why the same code wasn't working for him, until he sent the screen shots of his problem. Turns out he was trying the code on the latest emulator, Windows Mobile 6.5.3....
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Sunday, February 21, 2010 4:44 AM | Feedback (1) | Filed Under [ General ]

Windows Mobile 6.5.3 Developer Toolkit now available

Windows Mobile 6.5.3 DTK released

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Wednesday, February 17, 2010 4:28 AM | Feedback (0) | Filed Under [ General ]

Going Places - Gesture Magic
Paulo's blog mentioned about this MSDN magazine article on Windows Mobile Gestures by Marcus Perryman. The article explains about gestures, the design considerations that went in while implementing it, the physics engine and a few tips and tricks. And don't miss the two part series, Let's talk about Touch, by Marcus Perryman, its a good read too. Links Going Places - Gesture Magic Let's talk about Touch - Part I Let's talk about Touch - Part II...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Monday, February 08, 2010 8:47 AM | Feedback (0) | Filed Under [ General ]

Powered by: