Cant get to it at the moment.. working on different machine. I will post it when I get back to my computer. Think something like this was my final attempt.

code:
 $ImageList 			= $Form.ImageList
$ImageList.ImageSize = 14,14
$ImageList.Images.Add("$InstallDir\help.bmp")

$HLPButton = $Form.ToolButton
$HLPButton.Size = 21,21
$HLPButton.Top = 2
$HLPButton.Icon = $ImageList.Images(0)
$HLPButton.Left = $lblprocessA.Left + $lblprocessA.WIDTH + 2
$HLPButton.OnClick = "Run $InstPath\help.htm"

Ahh could be the quotes because the path to the htm file has a space in it?

Will post the real one when I get back to my computer.

Thanks
_________________________
Austin Henderson