Pardon me if I get excited over something more experienced PB programmers may already use, but as a PB newbie I'm enjoying the more "hands-on" approach PB requires (except when I'm being frustrated because it takes more hands-on than I want!). I figure the other PB newbies will be as thrilled as I am when a free tool is mentioned that is useful and helps better understand the innards of PB.
Folks here directed me to the Common Controls section of MSDN, where I ran across the Control Spy 2 utility.
It displays all the common controls, lets you change their style or extstyle, and presents all of the messages and notifications received. It's basically a workshop for exploring common control options.
Unfortunately it's not one-to-one with PB controls, since some PB controls are custom controls - not 100% unmodified Windows common controls. Still, it's a very interesting tool and puts a lot of information at your fingertips.
Folks here directed me to the Common Controls section of MSDN, where I ran across the Control Spy 2 utility.
It displays all the common controls, lets you change their style or extstyle, and presents all of the messages and notifications received. It's basically a workshop for exploring common control options.
Unfortunately it's not one-to-one with PB controls, since some PB controls are custom controls - not 100% unmodified Windows common controls. Still, it's a very interesting tool and puts a lot of information at your fingertips.
Comment