on Sep 13th, 2014, 08:54am, swalters wrote:
ShowWindow should do it:
Code: SYS "ShowWindow", button1%, SW_HIDE
(use the Add Windows Constants utility to add the declaration for SW_HIDE).
P.S. This question would have been better posted in the User Interface board. Please only post in 'General' if none of the other categories apply.