Hey Jooel - im just working on the ToolTip thingy and boy-o-boy did I ever make a mess of the original implementation. Not that that was bad or anything, was kinda easy actually - but tooltips are supposed to work totally differently then the way i coded it.
This is the way its shaping-up right now ...
code:
$ToolTip = $Form.ToolTip
$Button = $Form.Button
$TextBox = $Form.TextBox
$ToolTip.SetToolTip($Button,"The Button ToolTip")
$ToolTip.SetToolTip($TextBox,"The TextBox ToolTip")
Supposed to create a single tooltip control - then assign it to service tooltips for many controls ... actually I think this design might work-out quite nicely - with the new settings like width and maybe things like color - can standardize the tooltip for all controls at once.