Search found 54 matches

by pramach
27 Jan 2018, 11:26
Forum: Ich brauche Hilfe
Topic: DateParse Problem
Replies: 4
Views: 1023

Re: DateParse Problem

Danke.
Nein, benutze noch 1.1.26
Wobei ich auch die "alte" DateParse schon versucht hatte und das gleiche Resultat hatte ;-)
by pramach
27 Jan 2018, 11:24
Forum: Ich brauche Hilfe
Topic: MsgBox in einer Funktion
Replies: 11
Views: 3026

Re: MsgBox in einer Funktion

ok, danke.
Muss allerdings zugeben das ich den Teil

Code: Select all

sAnswer := MsgBox()
MsgBox, %sAnswer%
Nicht verstehe ....
by pramach
27 Jan 2018, 06:26
Forum: Ich brauche Hilfe
Topic: DateParse Problem
Replies: 4
Views: 1023

DateParse Problem

Hallo Ich bin mal so frei und frage auch hierzu nach Hilfe. Mit der Dateparse Funktion kann ich einen Datums, Zeit oder Datum.Zeit String in eine Integer umwandeln, welche ich dann für FormatTime verwenden kann. Allerdings scheint die Funktion nur im angelsächsischen Raum zu funktionieren .... Detai...
by pramach
27 Jan 2018, 06:18
Forum: Ich brauche Hilfe
Topic: MsgBox in einer Funktion
Replies: 11
Views: 3026

Re: MsgBox in einer Funktion

Hallo jeeswg

Ja, perfekt danke.
Die letzte MsgBox Function ist perfekt.

Code: Select all

MsgBox(Text:="Press OK to continue", Title:="", Options:="")
{...
by pramach
27 Jan 2018, 05:58
Forum: Ask for Help (v1)
Topic: A_Language in Win10 shows wrong code Topic is solved
Replies: 18
Views: 2719

Re: A_Language in Win10 shows wrong code Topic is solved

Hi just me & A_AhkUser First pf all thanks for help. But for my understanding: What is the advantage of your codes against RegRead statement (as propsed from gregster) So far I see, but please correct me if I'm wrong, RegRead just return a code and I need still the LanguageCodes list to bring it in ...
by pramach
26 Jan 2018, 13:06
Forum: Ich brauche Hilfe
Topic: MsgBox in einer Funktion
Replies: 11
Views: 3026

Re: MsgBox in einer Funktion

OK, Schade aber dann ist das halt so.

Danke.
by pramach
26 Jan 2018, 10:35
Forum: Ich brauche Hilfe
Topic: MsgBox in einer Funktion
Replies: 11
Views: 3026

MsgBox in einer Funktion

Hallo Ich würde gerne MsgBox mit einer Funktion ummanteln und den angeklickten Button als Return Wert zurückgeben. Mit sAnswer := MsgBox, nOptions, sTitle, sText, nTimeout klappts leider nicht .... :oops: Ich kann natürlich mit IfMsgBox alle möglichen Werte abfragen und in der Variable speichern, ab...
by pramach
26 Jan 2018, 09:31
Forum: Ask for Help (v1)
Topic: A_Language in Win10 shows wrong code Topic is solved
Replies: 18
Views: 2719

Re: A_Language in Win10 shows wrong code Topic is solved

Stimmt, das gibt's ja auch noch ;-)
by pramach
26 Jan 2018, 09:06
Forum: Ask for Help (v1)
Topic: A_Language in Win10 shows wrong code Topic is solved
Replies: 18
Views: 2719

Re: A_Language in Win10 shows wrong code Topic is solved

Yep, tried and succeeeeeeddddd RegRead, system_locale,HKEY_CURRENT_USER,Control Panel\International, Locale MsgBox, The system language key is %A_Language%, the locale key is %system_locale% System language (A_Language) = 0409 locale key = 00000807 So I use this with substr of last 4 chars. Thanks a...
by pramach
26 Jan 2018, 09:01
Forum: Ask for Help (v1)
Topic: A_Language in Win10 shows wrong code Topic is solved
Replies: 18
Views: 2719

Re: A_Language in Win10 shows wrong code Topic is solved

Found this https://autohotkey.com/board/topic/1165 ... rently-on/
Tried but it returns 2055 as langId, which does not exists in list of Language Codes (link in first post)

Continue searching ....
by pramach
26 Jan 2018, 08:49
Forum: Ask for Help (v1)
Topic: A_Language in Win10 shows wrong code Topic is solved
Replies: 18
Views: 2719

Re: A_Language in Win10 shows wrong code Topic is solved

Wow, thanks ... Windows .... ... Standardmäßige Benutzeroberflächensprache des Systems : en-US Systemgebietsschema : de-CH Standardzeitzone : W. Europe Standard Time Aktive Tastaturen(en) : 0807:00000807, 100c:0000100c Überlagerter Tastaturtreiber : Erweiterte PC/AT-Tastatur (101/102 Tasten) Install...
by pramach
26 Jan 2018, 06:09
Forum: Ask for Help (v1)
Topic: A_Language in Win10 shows wrong code Topic is solved
Replies: 18
Views: 2719

A_Language in Win10 shows wrong code Topic is solved

Hi trying to build a GUI with labels in users language. So I tried to use %A_Language% with codes notified here: https://www.autohotkey.com/docs/misc/Languages.htm As I'm using Windows 10 (64bit) in language "German" in country "Switzerland", I would expect one of languageCode_0407 = German_Standard...
by pramach
24 Jan 2018, 08:51
Forum: Scripts and Functions (v1)
Topic: [AHK2] Date parser - convert any date format to YYYYMMDDHH24MISS
Replies: 6
Views: 2298

Re: [AHK2] Date parser - convert any date format to YYYYMMDDHH24MISS

Hi first of all thanks for the script update. Unfortunately, I found a common date format which is not parsed ... The german one: Example of yesterday is 23.01.2018 and parsed as 20180124 (today). With several msgbox statements included I see that neither the first IF nor the 2 ELSE IF statements ma...

Go to advanced search