Search found 48 matches

by tm6464
17 Jul 2021, 16:46
Forum: Ask for Help (v1)
Topic: AutoIt code convert in .ahk
Replies: 0
Views: 280

AutoIt code convert in .ahk

Hi, can anyone convert this AutoIt code in ahk?

Code: Select all

Func _check($check4name)
	Return Not StringRegExp(BinaryToString(InetRead("https://api.a.com/id=" & $sValue, 1)), _
				"(one|two|tree)")
EndFunc
by tm6464
02 Feb 2020, 04:20
Forum: Ask for Help (v1)
Topic: ComObjCreate how read out this
Replies: 2
Views: 493

ComObjCreate how read out this

Hello everyone On a website there are two posible stats and i wanna check if there is currenty red or green red https://i.imgur.com/QSZupLD.jpg green https://i.imgur.com/8JVGXa9.jpg status := % wb.document.getElementsByClassName("info-crc").text tooltip, %status% Sleep, 10000 If status = red { toolt...
by tm6464
01 Feb 2020, 06:02
Forum: Ask for Help (v1)
Topic: ComObjCreate("InternetExplorer.Application")
Replies: 4
Views: 1182

Re: ComObjCreate("InternetExplorer.Application")

thx a lot Xeo786 this works nice wb.document.getElementsByName("bikesice")[0].value := "888888" can u tell me how i can put in a variable i tryed with wb.document.getElementsByName("bikesice")[0].value := "%Main%" and wb.document.getElementsByName("bikesice")[0].value := %Main% but always get error ...
by tm6464
31 Jan 2020, 23:24
Forum: Ask for Help (v1)
Topic: ComObjCreate("InternetExplorer.Application")
Replies: 4
Views: 1182

ComObjCreate("InternetExplorer.Application")

Hi all
i use ComObjCreate("InternetExplorer.Application")

i want change the value 112233

Image
anyone can help me?

i tryed wb.document.getElementById("bikesice").value := "888888" but not work
by tm6464
28 Nov 2019, 17:20
Forum: Ask for Help (v1)
Topic: ListBox select item and move down Topic is solved
Replies: 2
Views: 741

Re: ListBox select item and move down Topic is solved

thx sir u help me a lot i have little modify it couse my list is very long Loop,Read,ip.txt ListVar .= (A_Index == 1 ? "" : "|") . A_LoopReadLine Gui, Add, ListBox, x16 y7 w150 h180 choose1 vmylist, %ListVar% gui,show gui,submit,NoHide msgbox % mylist loop, 1000 { GuiControl, Choose, mylist, %A_Inde...
by tm6464
28 Nov 2019, 15:06
Forum: Ask for Help (v1)
Topic: ListBox select item and move down Topic is solved
Replies: 2
Views: 741

ListBox select item and move down Topic is solved

hi guys
i make listbox with

Code: Select all

Loop,Read,ip.txt
	ListVar .= (A_Index == 1 ? "" : "|") . A_LoopReadLine
Gui, Add, ListBox, x16 y7 w150 h180 , %ListVar%
how i can select first item and copy it to variable

and then move down and select next

thx a lot
by tm6464
22 Aug 2019, 17:49
Forum: Ask for Help (v1)
Topic: Autoit to Ahk (InetRead) Topic is solved
Replies: 4
Views: 1189

Re: Autoit to Ahk (InetRead) Topic is solved

thx for help guys
by tm6464
22 Aug 2019, 06:53
Forum: Ask for Help (v1)
Topic: Autoit to Ahk (InetRead) Topic is solved
Replies: 4
Views: 1189

Re: Autoit to Ahk (InetRead) Topic is solved

thx a lot teddy
your code reads the http without problem the Response variabe have the right text but
" !RegExMatch " do not find it idk why, it always give back 1 no matter if the word is inside Response or not
by tm6464
20 Aug 2019, 14:31
Forum: Ask for Help (v1)
Topic: Autoit to Ahk (InetRead) Topic is solved
Replies: 4
Views: 1189

Autoit to Ahk (InetRead) Topic is solved

hi all can anyone help me make my autoit script to ahk thx so much $sInput = InputBox("User", "Gib einen Usernamen ein:") MsgBox(64, "Ausgabe", "Der User """ & $sInput & """ ist " & (_IsOnline($sInput) ? "nouser" : "ok") & ".") Func _IsOnline($sChannelName) Return Not StringRegExp(BinaryToString(Ine...
by tm6464
25 Mar 2019, 05:37
Forum: Ich brauche Hilfe
Topic: random - no repeat Topic is solved
Replies: 18
Views: 3591

Re: random - no repeat Topic is solved

wow respekt, funktioniert wirklich perfekt ich verstehe nicht jede deiner zeilen aber habe das mal so eingefügt, hoffe es passt so Mbutton:: Chat1FileArray := FileToArray("Chat1.txt") Chat1RandArray := [] loop, 3 { gosub, Chat1Label sleep, 1000 } Chat1FileArray := FileToArray("Chat2.txt") Chat1RandA...
by tm6464
24 Mar 2019, 05:53
Forum: Ich brauche Hilfe
Topic: random - no repeat Topic is solved
Replies: 18
Views: 3591

Re: random - no repeat Topic is solved

@just me da hast du sicher recht, das script ist nicht perfekt für meine anwendung gehts hald so auch
wenn du weisst wie kannst du es gerne so anpassen das es perfekt ist , ich bin dazu nicht in der lage und froh das überhaupt jetzt so geht
by tm6464
23 Mar 2019, 08:06
Forum: Ich brauche Hilfe
Topic: random - no repeat Topic is solved
Replies: 18
Views: 3591

Re: random - no repeat Topic is solved

@just me
also bisher funktionierts so
by tm6464
23 Mar 2019, 05:18
Forum: Ich brauche Hilfe
Topic: random - no repeat Topic is solved
Replies: 18
Views: 3591

Re: random - no repeat Topic is solved

thx Rohwedder für deine zeit und mühe Ich habe das jetzt schon anders (vll auch besser) gelöst damit es auch mit mehreren dateien funktioniert Mein script poste ich mal vll hat jemand irgendwann das gleiche problem und sucht eine schnelle lösung Gui, Add, Button, x6 y7 w90 h20 gbutton1, button1 Gui,...
by tm6464
22 Mar 2019, 21:32
Forum: Ich brauche Hilfe
Topic: random - no repeat Topic is solved
Replies: 18
Views: 3591

Re: random - no repeat Topic is solved

Danke für die Antworten
@just me kannst du mal ein beispiel zeigen wie der code aussehen soll, besonders punkt 5 verstehe ich nicht

@Rohwedder
thx für deine Mühe, leider bekomme ich bei deinem code immer "Wiederholung" und verstehe zudem überhaupt nicht wie ich das in meine funktion einbauen sollte
by tm6464
21 Mar 2019, 04:03
Forum: Ich brauche Hilfe
Topic: random - no repeat Topic is solved
Replies: 18
Views: 3591

random - no repeat Topic is solved

Hi ich nutze eine random Funktion die aus einer .txt datei eine Zeile auswählt und diese an eine Variable übergibt Nun such eich eine Möglichkeit die eine bereits ausgewählte Zeile nicht wiederholt button1: loop,10 { gosub, funktion sleep, 100000 } tooltip, end return funktion: MouseClick, left, 947...
by tm6464
02 Mar 2019, 03:06
Forum: Ich brauche Hilfe
Topic: Tray Menu via MouseHover
Replies: 1
Views: 965

Tray Menu via MouseHover

Hallo
gibt es eine möglichkeit das Tray Menu zu öffnen wenn der Mauszeiger das Tray icon berührt
wie in c# Control.MouseHover
Vielen Dank
by tm6464
21 Oct 2018, 22:36
Forum: Ask for Help (v1)
Topic: WBGet click alternativ?
Replies: 0
Views: 738

WBGet click alternativ?

Hi all, i use WBGet to click on a text-link the script work but i wanna ask is there any other way ? this is the html i want click on Berlin <a href="/s-anzeige/283">Berlin</a> my current code search: searchterm := "Berlin" Gui, Submit, NoHide wb := WBGet() Links := wb.Document.Links Loop % Links.Le...
by tm6464
21 Oct 2018, 17:47
Forum: Ask for Help (v1)
Topic: InternetExplorer.Application find code for button
Replies: 5
Views: 1247

Re: InternetExplorer.Application find code for button

On the website i have more then one time the icon "i.icon.icon-link-icon.icon-trash" the script always press the first one is there any way to make a script that can choose by uper name i can send u my test acc so u can login and see the html code better https://image.ibb.co/bXtUi0/index.png can you...
by tm6464
21 Oct 2018, 17:11
Forum: Ask for Help (v1)
Topic: InternetExplorer.Application find code for button
Replies: 5
Views: 1247

Re: InternetExplorer.Application find code for button

thx a lot swagfag
querySelector() works fine
is there any website that shows what to use? or any better tool like iWB2 Learner that automaticly generate code?

Go to advanced search