Jump to content

Recommended Posts

Posted

Hi! I hope im not missing something simple here, but I have a script, whom i just want to run, but i dont wanna see it running. Can you guys please help me with that. (my mouse is moving in the script, and im using Send commands)

With a great thankfull heart,

Chilion

Posted

use

#NoTrayIcon

it will hide the tray icon.

explain more, what you want to do?

My script is running every 2 minutes on a webpage, to fill in some details for my database. but i wanna work on my computer also, so, i want the script to run, without doing some visible action on my screen.

Posted

for clicking button you can use ControlSend() (Read Help file) but if you are using Send() then i can't help you because i don't know how to send some keys to a hidden or minimized window (I am newbie).

Posted (edited)

My script is running every 2 minutes on a webpage, to fill in some details for my database. but i wanna work on my computer also, so, i want the script to run, without doing some visible action on my screen.

Generally:

Use ControlSend() instead of Send() and

ControlClick() instead of MouseClick()

In this case look at IECreate() in IE UDF --> this will be the best way for you

Edited by Zedna
Posted

Generally:

Use ControlSend() instead of Send() and

ControlClick() instead of MouseClick()

In this case look at IECreate() in IE UDF --> this will be the best way for you

Oke, but ehm, I use FireFox(A)

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...