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

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 the corresponding event handling code. However, we can't use Spy++ to do so because we are either debugging our application in the device emulator which is a virtual machine or an actual device.

Visual Studio has a tool called Remote Spy++ (with an array of other remote tools), which provides us the functionality to work with device emulators and/or  actual connected devices. So if you don't know this guy yet and want to use Spy++ for your device application, you can go ahead and try. It's pretty cool and may save you a lot of work to watch for the right messages.

Posted: Wed, Jul 4 2007 10:30 by Nuo Yan | with 3 comment(s) |
Filed under:

Comments

silvian said:

Hello! Could you please tell more about how to make Remote Spy++ connect to WM 5.0 emulator, which I got with MSVS2008? I've read some articles at microsoft.com, but they say you can't connect to Windows Mobile, only Windows CE...

# August 19, 2008 7:35 AM

Nuo Yan said:

Hi Silvian,

I wrote a blog post in reponse to your question, hope it helps.

msmvps.com/.../how-to-connect-remote-spy-to-windows-mobile-emulators-in-visual-studio-2008.aspx

# August 28, 2008 2:34 PM

... said:

Good site! Interesting information.. )

# October 29, 2008 1:26 PM
Leave a Comment

(required) 

(required) 

(optional)

(required)