The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: Gunner on January 11, 2012, 01:28:05 AM

Title: Cool tool from MS
Post by: Gunner on January 11, 2012, 01:28:05 AM
QuoteControl Spy is a tool that helps developers understand common controls: how to apply styles to them, and how they respond to messages and notifications. Using Control Spy, you can immediately see how different styles affect the behavior and appearance of each control, and also how you can change the state of each control by sending messages.

Not sure if you all have this, but it is interesting:
http://www.microsoft.com/downloads/details.aspx?FamilyID=19d4294d-0531-4ec2-8b27-2e463b315f16
Title: Re: Cool tool from MS
Post by: dedndave on January 11, 2012, 01:51:42 AM
sounds like fun - i think they also have a WinSpy someplace for watching windows in general
Title: Re: Cool tool from MS
Post by: donkey on January 11, 2012, 02:14:32 AM
Nice tool.

WinSpy is not a Microsoft tool, it is available here (http://catch22.net/software/winspy). It is one of those esssential tools if you're going to do GUI programming, I use it a lot.
Title: Re: Cool tool from MS
Post by: kero on January 14, 2012, 12:53:28 PM
Well, "Control Spy" (v.2) - a well-known utility from MS :)

If interested - here "Control Spy" (v.1), with sources:
http://www.microsoft.com/msj/0798/controlspy.aspx (part 1)
http://www.microsoft.com/msj/0998/control/control.aspx (part 2)
http://www.microsoft.com/msj/1298/controlspy3/controlspy3.aspx (part 3)