Jump to content

Recommended Posts

Posted

Hello.

I just want to know how to send messages to the invisible window.

I want to just show progress window telling how far the process goes..

and the working window to be invisible.

I tried with creating windows with invisible option, and used ContorlSend, Mouseclick , etc.

but it didn't work while the window is invisible.

I need to click forms , and sending messages(eg. ID/PW) to the invisible windows..

They work fine with visible window, but not working when it's invisible.

I really need your help. thanks..

Posted

Hello.

I just want to know how to send messages to the invisible window.

I want to just show progress window telling how far the process goes..

and the working window to be invisible.

I tried with creating windows with invisible option, and used ContorlSend, Mouseclick , etc.

but it didn't work while the window is invisible.

I need to click forms , and sending messages(eg. ID/PW) to the invisible windows..

They work fine with visible window, but not working when it's invisible.

I really need your help. thanks..

Messages will work with hidden windows.
Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
  • 2 weeks later...
Posted

i'm trying to do a software install hidden and i've tried controlclick and controlsend and not having any luck in hidden mode. i'd be interested if you found a way to do it.

in the meantime i think i'll try using handles.

Posted (edited)

ControlClick() and MouseClick() will not work in a hidden window. For the silent installation of programs try to use the installer options ("/silent", "/s", etc). Try "/?" for get more information.

EDIT: I think Martin was referring to Windows Messages.

Edited by Yashied

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...