I am really new to vbscript, I have a program that loads when my
computer starts up. After windows has loaded, the program has a form
that has two buttons on it. One is "Hide" the other is "Close Program".
I would like to write a vb script that ran at startup as well and would
automatically click the "Hide" button on this program when it loaded. I
am first just trying to write the vbscript for clicking the Hide button
on the open form. then I will figure the adding it to the start up. If
anyone new of any examples that would help me or could provide some
general code I would greatly appreciate it.

Re: vb script for click a button on a open program window by Dave

Dave
Sun Oct 09 16:33:40 CDT 2005

Give this a go.

http://www.hiddensoft.com/AutoIt/

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

<odogg311@yahoo.com> wrote:
|I am really new to vbscript, I have a program that loads when my
| computer starts up. After windows has loaded, the program has a form
| that has two buttons on it. One is "Hide" the other is "Close Program".
| I would like to write a vb script that ran at startup as well and would
| automatically click the "Hide" button on this program when it loaded. I
| am first just trying to write the vbscript for clicking the Hide button
| on the open form. then I will figure the adding it to the start up. If
| anyone new of any examples that would help me or could provide some
| general code I would greatly appreciate it.
|