Nuo Yan

Problem Solved

Recent Posts

Tags

News


  • Follow me on twitter: @nuoyan
    Make a donation to this Blog by PayPal. Thanks!






    Nuo is currently a Software Development Engineer in a Seattle-based software company.




    Locations of visitors to this page

    The information in this weblog is provided "AS IS" with no warranties, and confers no rights. This weblog does not represent the thoughts, intentions, plans or strategies of my school or employer. It is solely my opinion. Inappropriate comments will be deleted at the authors discretion. All code samples are provided "AS IS" without warranty of any kind, either express or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.


Community

Email Notifications

Archives

Browse by Tags

All Tags » 3. Windows Mobile (RSS)
Sorry, but there are no more tags available to filter with.
Internet Explorer Mobile 6 emulators are available to download
Finally Internet Explorer Mobile 6 is there and a new emulator version (Windows Mobile 6.1.4) includes IE Mobile 6 is now available to download at http://www.microsoft.com/downloads/details.aspx?FamilyId=1A7A6B52-F89E-4354-84CE-5D19C204498A&displaylang...
How to connect Remote Spy++ to Windows Mobile emulators in Visual Studio 2008
I don’t see any problem doing so, but I got a question from a comment of one of my earlier post. The question states “ Hello! Could you please tell more about how to make Remote Spy++ connect to WM 5.0 emulator, which I got with MSVS2008?...
New Windows Mobile Starter Kits
There are some new Windows Mobile Starter Kits published recently on MSDN demonstrating different technologies include DirectDraw on mobile applications, WIndows Mobile Ink APIs, Home Screen APIs, etc. A starter kit is a useful and ready-to-run project...
Windows Mobile Ink: The Correct Way of Getting Recognition Results
Windows Mobile Ink APIs are new in Windows Mobile 6 SDK. I guess they are trying to replace the old RichInk APIs. The way of using Windows Mobile Ink is not complex. The basic idea is to have a IInkOverlay object as an ink collector; an IInkDisp object...
Windows Mobile: Getting Screen Size Information Before Main Window Is Loaded
I wanted to develop a screen size aware application, which will draw all application dialogboxes and windows dynamically depends on the actual screen size of the device. It will not be that hard to adapt the main application window to the screen size...
Using Remote Spy++ To Check Window Messages in Windows Mobile Applications
Windows programming in native C++ is generally considered far more complex than in managed code. Programming for Windows Mobile devices is very similar with Windows programming. Sometimes we need to figure out which Window message is sent so we can write...