i need to hide a windows program (not visible in taskbar, system tray. visible in taskmgr).
and send clicks and fill out forms on this windows program (while hidden).
possible with autoit or autohotkey ? any other suggestions ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To hide application you need to use (AutoIt v3):
Where $application_name is your application name. First one is to hide, 2nd one is to show.
I am not sure if you can fill out forms when it’s hidden thou but i guess you could verify it yourself. Probably you would have to use
ControlSendto directly send text to control.