Search found 387 matches: Country Code

Searched query: country code

by garry
17 Apr 2024, 11:59
Forum: Ich brauche Hilfe
Topic: String nach WinHttpRequest-Abfrage konvertieren Topic is solved
Replies: 10
Views: 501

Re: String nach WinHttpRequest-Abfrage konvertieren Topic is solved

... #Requires AutoHotkey v1.1.33 #Warn #NoEnv SetWorkingDir, %A_ScriptDir% e4= ( {"name":"j\u00fcrgen1","name_sanitized":"J\u00fcrgen1","country":"","gender":"male","samples":9431,"accuracy":99,"duration":"12ms","credits_used":1} {"name":"j\u00fcrgen2","name_sanitized":"\u4f60\u597d","country":"","gender":"female","samples":9430,"accuracy":98,"duration":"12ms","credits_used":1} ...
by just me
17 Apr 2024, 04:22
Forum: Ich brauche Hilfe
Topic: String nach WinHttpRequest-Abfrage konvertieren Topic is solved
Replies: 10
Views: 501

Re: String nach WinHttpRequest-Abfrage konvertieren Topic is solved

... Ausgabe erleichtern: #Requires AutoHotkey v1.1.33 #NoEnv SetWorkingDir, %A_ScriptDir% JSON = {"name":"j\u00fcrgen","name_sanitized":"J\u00fcrgen","country":"","gender":"male","samples":9431,"accuracy":99,"duration":"12ms","credits_used":1} AHKO := JSON2AHK(JSON) ; AHK-Objekt KeysJSON := ["name", ...
by Mindfork
14 Apr 2024, 18:04
Forum: Ask for Help (v1)
Topic: Excel data transfer Script not working
Replies: 4
Views: 190

Re: Excel data transfer Script not working

... error. Currently I am trying to make it work with a workaround, this code: IsExcelEditing(excel) { try { excel.Selection.Copy return false ; No ... ;Changelog: ; 13.04.2024 - Version 1.0 ; Graphical interface: Country selection ; Security functions Check whether Excel is open. Header ...
by LuckyJoe
13 Apr 2024, 13:36
Forum: Ich brauche Hilfe
Topic: String nach WinHttpRequest-Abfrage konvertieren Topic is solved
Replies: 10
Views: 501

Re: String nach WinHttpRequest-Abfrage konvertieren Topic is solved

... bin ich zu einem Ergebnis gekommen, wenngleich auch etwas länger: json = {"name":"\u00fcrg\u00fcn\u00e9","name_sanitized":"\u00dcrg\u00fcn\u00e9","country":"","gender":"female","samples":9431,"accuracy":99,"duration":"12ms","credits_used":1} jsonF := DecodeUTF8(json) jsonF := StrReplace(jsonF, ...
by garry
13 Apr 2024, 10:26
Forum: Ich brauche Hilfe
Topic: String nach WinHttpRequest-Abfrage konvertieren Topic is solved
Replies: 10
Views: 501

Re: String nach WinHttpRequest-Abfrage konvertieren Topic is solved

von Rohwedder ;- Format multiple characters by char code? / Rohwedder ;- https://www.autohotkey.com/boards/viewtopic.php?f=76&t=109066 ;- aa={"name":"j\u00fcrgen","name_sanitized":"J\u00fcrgen","country":"","gender":"male","samples":9431,"accuracy":99,"duration":"12ms","credits_used":1} ...
by Mindfork
13 Apr 2024, 09:49
Forum: Ask for Help (v1)
Topic: Excel data transfer Script not working
Replies: 4
Views: 190

Re: Excel data transfer Script not working

... für den 'BusinessReport' ein: ; Show the GUI with the title "Select a Country". Gui, Add, DropDownList, x10 y50 w360 h300 vCountryChoice, Deutschland|Frankreich|Kanada ... between two values based on a condition. I can not omit it, because the code will not work properly. AutoHotkey will not recognize ...
by LuckyJoe
12 Apr 2024, 11:54
Forum: Ich brauche Hilfe
Topic: String nach WinHttpRequest-Abfrage konvertieren Topic is solved
Replies: 10
Views: 501

String nach WinHttpRequest-Abfrage konvertieren Topic is solved

... zusammen, ich bekomme nach einer WinHttpRequest -Abfrage folgendes Ergebnis in einer MsgBox: {"name":"j\u00fcrgen","name_sanitized":"J\u00fcrgen","country":"","gender":"male","samples":9431,"accuracy":99,"duration":"12ms","credits_used":1} Wie bekomme ich den String so konvertiert, dass die Umlaute ...
by Mindfork
11 Apr 2024, 19:19
Forum: Ask for Help (v1)
Topic: Excel data transfer Script not working
Replies: 4
Views: 190

Excel data transfer Script not working

... "O") to another "Weekly Sales". Here's how I handle the process: First: Country Selection: I ask the user to select a country via a graphical interface. ... "-B" and that the ASIN is the same. I am currently using the following code and I don't know where the error is in this. I have also changed ...
by Mindfork
02 Apr 2024, 17:11
Forum: Ask for Help (v1)
Topic: Need help with Excel data transfer
Replies: 7
Views: 219

Re: Need help with Excel data transfer

... it is possible could you please take another look at my "final" final code :D in case I've missed some sneaky bugs. At the moment I'm happy with ... 1 ; Define mappings of countries to their row ranges in sheets 1 and 2. countryRowMappings := {} countryRowMappings["Germany"] := {1: [4, 12], 2: ...
by garry
29 Feb 2024, 08:38
Forum: Ich brauche Hilfe
Topic: Gelöst! --- Batch OCR & Translate Script dreht extra Runden Topic is solved
Replies: 15
Views: 956

Re: Gelöst! --- Batch OCR & Translate Script dreht extra Runden Topic is solved

... ;- <<<<<<<< gosub, GetISOLanguageCodes gosub, GetGoogleLanguagesAndShortName thisISOLanguageCode := GetISOLanguageCode() ... enable, edit2 Gui, Tab, ISOLanguageCodes Gui, 1: Add, ListView, w550 vCountryCodes r20 grid, Language|Country|Code|HEX|Longname Gui, 1: Font, % ...
by effel
29 Feb 2024, 01:27
Forum: Ich brauche Hilfe
Topic: Gelöst! --- Batch OCR & Translate Script dreht extra Runden Topic is solved
Replies: 15
Views: 956

Re: Gelöst! --- Batch OCR & Translate Script dreht extra Runden Topic is solved

... meiner Freundin so: 20240229024540.jpg Für den Laptop habe ich den Code soweit gekürzt, das nur die GUI Elemente übrig blieben, auf ihrem Win ... Gui, Tab, ISOLanguageCodes Gui, 1: Add, ListView, w550 vCountryCodes r20 grid, Language|Country|Code|HEX|Longname Gui, 1: Font, % ...
by effel
24 Feb 2024, 17:33
Forum: Ich brauche Hilfe
Topic: Gelöst! --- Batch OCR & Translate Script dreht extra Runden Topic is solved
Replies: 15
Views: 956

Gelöst! --- Batch OCR & Translate Script dreht extra Runden Topic is solved

... zum Übersetzen auswähle und den Vorgang nochmal starte, erzeugt der Code doppelte Durchläufe. Es Spielt keine Rolle ob ich eine oder mehrere ... Gui, Tab, ISOLanguageCodes Gui, 1: Add, ListView, w550 vCountryCodes r20 grid, Language|Country|Code|HEX|Longname Gui, 1: Font, % ...
by just me
22 Feb 2024, 05:05
Forum: Ask for Help (v1)
Topic: Search text in listview
Replies: 13
Views: 273

Re: Search text in listview

... Countries := ["Germany", "Greece", "Spain", "Syria", "United Kingdom", "USA"] Content := "" Loop, 10 { Index := A_Index For I, Country In Countries Content .= Country . "`tValue " . Index . "`r`n" } ; Remove the last line break Content := RTrim(Content, "`r`n") ; Generate test ...
by garry
20 Feb 2024, 03:45
Forum: Ask for Help (v1)
Topic: Help Getting innerText from Web Element
Replies: 2
Views: 143

Re: Help Getting innerText from Web Element

... ;- https://www.autohotkey.com/boards/viewtopic.php?f=76&t=126230 ;- FONT for notepad example Lucida Console ;- F1:=a_desktop . "\test22.txt" GetCountryInfo := "https://www.scrapethissite.com/pages/simple/" whr := ComObjCreate("WinHttp.WinHttpRequest.5.1") whr.Open("GET", GetCountryInfo) whr.Send() ...
by lmstearn
19 Feb 2024, 00:12
Forum: Ask for Help (v1)
Topic: Help Getting innerText from Web Element
Replies: 2
Views: 143

Re: Help Getting innerText from Web Element

... := whr.ResponseText document := ComObjCreate("HTMLFile") document.write(GetCountryInfo) if document.Url msgbox, % document.getElementsByClassName("country-name")[0].innerText else msgbox No URL for Document! Return It might work if the file is downloaded with the following string inserted at the ...
by hobbycoder1984
18 Feb 2024, 11:21
Forum: Ask for Help (v1)
Topic: Help Getting innerText from Web Element
Replies: 2
Views: 143

Help Getting innerText from Web Element

Hello all, I'm trying to get the country name web element from this website: https://www.scrapethissite.com/pages/simple/ It seems straightforward. I think there must be a piece I'm missing or a small error that I can't see. When I run the ...
by hancre
30 Jan 2024, 20:07
Forum: Ask for Help (v2)
Topic: How to open multiple urls. Topic is solved
Replies: 11
Views: 903

Re: How to open multiple urls. Topic is solved

... in Kwangju IBK bank → https://www.ibk.co.kr/ .co. is in front of the country abbreviation code. .co.kr means korean domain. .co.jp means japanese domain. I've found - .co would work ...
by Reym00000n
03 Jan 2024, 08:56
Forum: Gaming Help (v1)
Topic: Help to understand the script
Replies: 1
Views: 217

Help to understand the script

... / 4 i := 0 VarSetCapacity(hModule, 4) VarSetCapacity(sCurModule, A_IsUnicode ? 2*260 : 260) while(i < dwMods) { hModule := NumGet(hMods, i*4) DllCall("Psapi.dll\GetModuleFileNameEx", ... "Micro SMG/Uzi", 29: "MP5", 30: "AK-47", 31: "M4", 32: "Tec-9", 33: "Country Rifle", 34: "Sniper Rifle", 35: ...
by emp00
30 Dec 2023, 17:13
Forum: Scripts and Functions (v2)
Topic: A simple date-entry tool with monthCal that shows US holidays
Replies: 6
Views: 1448

Re: A simple date-entry tool with monthCal that shows US holidays

... Year's Day", 1], ; adjust dates and holidays as applicable for your country/region! [EDeltaString(Date.Year, EMon, EDay, -2), "Good Friday", ... ; ---snip2: Add this small delta date calculation function to your code ; Easter Delta calculation for the month with DeltaDays e.g. -2 for ...
by keyeyey1
06 Nov 2023, 06:27
Forum: Ask for Help (v2)
Topic: hotkey blocked or other idea
Replies: 14
Views: 850

Re: hotkey blocked or other idea

... Again :-) A Member of this forum created me an autohotkey. I make a Barcode Scan. After 3 seconds will be the words: "{#}AllesVerpacken{#}{Enter}" ... first question ) BUT: In a few cases( when we have shipping to an other country) a message box appears after 1 second (with the same ahk as everything). ...

Go to advanced search