Search found 12 matches

by ChrissS
10 Sep 2023, 15:30
Forum: Skripte und Funktionen
Topic: Adressverwaltung mit AutoHotkey
Replies: 3
Views: 1789

Re: Adressverwaltung mit AutoHotkey

Ist mir gerade wieder eingefallen, da ich wieder gefragt wurde... Fb_anruf.ahk ist jetzt also auch unter o.g. Link erreichbar. Ist wirklich nur rudimentär, tut's hier in sicherer Umgebung aber zur Zufriedenheit. Mit Hashes statt Passwort wäre das natürlich sicherer - je nachdem, wer noch Zugriff auf...
by ChrissS
10 Sep 2023, 15:22
Forum: Forum Issues
Topic: Blocked / access denied
Replies: 8
Views: 2402

Re: Blocked / access denied

joedf wrote:
08 Sep 2023, 12:08
Yes sorry, TOR is specifically disallowed. Please refer to the following:

https://www.autohotkey.com/forumrules/#spam
viewtopic.php?f=2&t=102485
OMG :facepalm:
A lot of spam is coming from Windows PCs. Windows should be disallowed.
by ChrissS
08 Sep 2023, 10:14
Forum: Forum Issues
Topic: Blocked / access denied
Replies: 8
Views: 2402

Re: Blocked / access denied

Not sure.... but maybe I could whitelist your IP. Send me a PM. :think: Thanks, please do so but it changes often. It should be found here: https://metrics.torproject.org/bubbles.html#no-group-exits-only But instead of whitelisting it would be easier NOT to blacklist IPs... @ChrissS It could also h...
by ChrissS
07 Sep 2023, 14:22
Forum: Forum Issues
Topic: Blocked / access denied
Replies: 8
Views: 2402

Blocked / access denied

Hello, I just want to report problems with visiting the forum. Everytime when I visit autohotkey.com, I am blocked by Cloudflare and it needs many reloads until the site is shown. Most of the times I give up... Or I begin to write a post and before I can submit, I'm blocked again. This is very annoy...
by ChrissS
07 Sep 2023, 13:48
Forum: Ask for Help (v1)
Topic: listview / sorting Topic is solved
Replies: 9
Views: 666

Re: listview / sorting Topic is solved

Sorry for the late response (*) Thank you very much, it works now perfectly! I must have done something wrong with applying LV_ModifyCol. AHK is great, even after so many years I discover improvements. (*) Everytime when I visit autohotkey.com, I am blocked and it needs many trys until the site is s...
by ChrissS
30 Aug 2023, 05:07
Forum: Ask for Help (v1)
Topic: Reading CSV into ListView - Requires text qualifier Topic is solved
Replies: 6
Views: 394

Re: Reading CSV into ListView - Requires text qualifier Topic is solved

Therefore I need to ignore any commas between the " " ;Mr,Candle,Tinker,Taylor,Baker,01/01/1920,Male,Devon,"Diamond, Mr A",1111111111,010120 7737 loop,read ... + loop,parse...? Helpfile: Loop, Parse, InputVar [, Delimiters, OmitChars] Delimiters: If this parameter is CSV, InputVar will be parsed in...
by ChrissS
30 Aug 2023, 04:54
Forum: Ask for Help (v1)
Topic: listview / sorting Topic is solved
Replies: 9
Views: 666

Re: listview / sorting Topic is solved

mikeyww wrote:
28 Aug 2023, 11:16
CaseLocale:
I'm not sure whether that helps, but you could test it.
This doesn't solve the mentioned problem.
Chunjee wrote:
29 Aug 2023, 11:49
I think you should give the functions found in this thread a try:
CustomSort(ListofStrings, MyOrder)
How does this affect a listview?
by ChrissS
28 Aug 2023, 10:53
Forum: Ask for Help (v1)
Topic: listview / sorting Topic is solved
Replies: 9
Views: 666

Re: listview / sorting Topic is solved

When the sorting function would, for example, replace "Ä" to "AE" before, this would work. But how to replace this function without much effort... (Disabling automatic sort and handling GUI-Click-Events, building new lists... this is much more than I want)
by ChrissS
28 Aug 2023, 09:06
Forum: Ask for Help (v1)
Topic: listview / sorting Topic is solved
Replies: 9
Views: 666

listview / sorting Topic is solved

hi, I often use listview with its easy-to-use sort function.(*) Unfortunally the result is uncommonly sorted. AHK sorts like this: Anton Berta Zeppelin Ärger Üzgür correct sorted: Ärger Anton Berta Üzgür Zeppelin Is there a way to modify the sort-function? (*) example: https://github.com/cscode2000/...
by ChrissS
05 Jul 2023, 03:39
Forum: Skripte und Funktionen
Topic: Adressverwaltung mit AutoHotkey
Replies: 3
Views: 1789

Re: Adressverwaltung mit AutoHotkey

bei mir ist fb_anruf ein simples Script, welches als Parameter eine Telefonnr. bekommt und diese zu einer Fritzbox sendet, die sie dann anwählt. Die Fritzbox muß entsprechend konfiguriert sein. Für andere Telefonanlagen/TAPI-Anwendungen muß fb_anruf selbst erstellt werden. Mir fehlt der Bedarf, das ...
by ChrissS
05 Jul 2023, 03:32
Forum: Ask for Help (v1)
Topic: how to use a SOCKS5 proxy
Replies: 0
Views: 150

how to use a SOCKS5 proxy

Because the search didn't return results:
I want to make requests through a SOCKS5 proxy, especially TOR. Does anybody have a working example script?
by ChrissS
27 Jun 2023, 04:28
Forum: Skripte und Funktionen
Topic: Adressverwaltung mit AutoHotkey
Replies: 3
Views: 1789

Adressverwaltung mit AutoHotkey

Da mich an allen gängigen Adressverwaltungen irgendwas stört (zu viel/fehlende Funktionen, proprietäres Datenformat, Daten in "Cloud", Windows-versionsabhängig...), nutze ich seit Jahren eine selbst programmierte. Vielleicht können sie auch andere gebrauchen. Eigenschaften: - läuft ab V1.0.48 und mi...

Go to advanced search