Jump to content

Recommended Posts

Posted

I can't find it. All i want is to minimize my program and i want AutoIt to work there. Is it possible?

Here's my Script:

While True

Sleep (10000)

MouseMove (1155,509)

MouseClick ("")

Sleep (10000)

Send ("{F5}")

WEnd

  • Developers
Posted

I want to ''work on my computer" and let Script working in minimized Program while i'm doing something diffrent. :mellow:

What program do you want to control when minimised?

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Posted

It's too complicate for me

Download for this program is:

http://www.thorsten-willert.de/Themen/FFau3/FF.au3/FF.au3?a

Which idk what is it.

I'm still looking for other way to run AutiIT script to work in minimized program ;s.

Posted

Ok i got it somehow...

But...

How to compile this:

http://www.thorsten-willert.de/Themen/FFau3/FF.au3/FF.au3?a

With:

While True

Sleep (10000)

MouseMove (1155,509)

MouseClick ("")

Sleep (10000)

Send ("{F5}")

WEnd

  • Developers
Posted

Ok i got it somehow...

But...

How to compile this:

http://www.thorsten-willert.de/Themen/FFau3/FF.au3/FF.au3?a

With:

No clue what you mean unless your question is how to add ff.au3 to your code.

.. but you really should have that answer already when you took the time to look at the examples.

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Posted (edited)

1.

$Label3 = GUICtrlCreateLabel("Ksywa", 8, 33, 95, 20)

GUICtrlSetFont(-1, 10, 400, 0, "Arial")

$Label4 = GUICtrlCreateLabel("Ranga", 8, 57, 95, 20)

GUICtrlSetFont(-1, 10, 400, 0, "Arial")

$Label5 = GUICtrlCreateLabel("Szmal", 8, 81, 95, 20)

GUICtrlSetFont(-1, 10, 400, 0, "Arial")

$Label6 = GUICtrlCreateLabel("Poziom", 8, 105, 95, 20)

GUICtrlSetFont(-1, 10, 400, 0, "Arial")

$Label7 = GUICtrlCreateLabel("Punkty", 8, 129, 95, 20)

2.

$btnSilka = GUICtrlCreateButton("Trenuj", 8, 248, 75, 25, $WS_GROUP)

GUICtrlSetFont(-1, 10, 400, 0, "Arial")

3.

Func Logowanie()

$login = GUICtrlRead($inpLogin)

$haslo = GUICtrlRead($inpHaslo)

If _FFConnect() Then

_FFOpenURL("http://prisonwars.pl/")

_FFSetValueByName("login", $login)

_FFSetValueByName("password", $haslo)

_FFFormSubmit(0)

EndIf

EndFunc

GUICtrlSetState(-1,$GUI_SHOW)

How can this help me if i dont know BASE things. This FF thing is for Exped People. I don't think i can get to work my simple script with this.

All i know is few commands for AutoIT. I just wanted to make it work in minimized. Don't you think it could confuse me?

Edited by Yoooj
  • Developers
Posted

How can this help me if i dont know BASE things. This FF thing is for Exped People. I don't think i can get to work my simple script with this.

All i know is few commands for AutoIT. I just wanted to make it work in minimized. Don't you think it could confuse me?

Well you confused me for sure.

First of all you will have to learn the base things and get experience yourself if you want to be able to script.

When you can wait you should hire a programmer to do the work for you.

Secondly you will have to try to write better "normal" English to allow people like me to understand it... I am not up to speed in "turbo lingo".

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

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