Search found 799 matches
- 22 Aug 2020, 10:23
- Forum: Allgemeines
- Topic: Wie wirklich ist die Wirklichkeit
- Replies: 37
- Views: 12284
Re: Wie wirklich ist die Wirklichkeit
SELBSTZENZUR
- 21 Aug 2020, 17:03
- Forum: Ich brauche Hilfe
- Topic: ListView - Überschriftenname statt Zelleninhalt in Variable Topic is solved
- Replies: 5
- Views: 286
Re: ListView - Überschriftenname statt Zelleninhalt in Variable Topic is solved
Danke für die hilfreichen Expertentips. Als Laie bin ich froh, daß mein Code auswirft, was ich erhoffte. "Integer" und "floating-point" hat für euch sicherlich eine technische Bedeutung, für mich hingegen bedeutet es nur Stress :crazy: Bei der nächsten Überarbeitung meines Codes, werde ich eure Hinw...
- 21 Aug 2020, 12:45
- Forum: Ich brauche Hilfe
- Topic: ListView - Überschriftenname statt Zelleninhalt in Variable Topic is solved
- Replies: 5
- Views: 286
Re: ListView - Überschriftenname statt Zelleninhalt in Variable Topic is solved
Hallo BoBo. Du warst so lange weg - ich habe Dich wirklich vermisst :mrgreen: :mrgreen: LV_GetText war ebenfalls ein Hauptverdächtiger, doch mein Spaghetticode machte es mir unmöglich zu erfahren, warum möglicherweise keine Zeile ausgewählt oder die zugeordnete Variable des LV_GetText leer bleibt. W...
- 21 Aug 2020, 11:40
- Forum: Ich brauche Hilfe
- Topic: ListView - Überschriftenname statt Zelleninhalt in Variable Topic is solved
- Replies: 5
- Views: 286
ListView - Überschriftenname statt Zelleninhalt in Variable Topic is solved
Hallo. Nach wochenlanger Fehlersuche, bitte ich einen Rat. Ich habe mehrere ListViews, aus denen ich aus einer beliebigen Zeile die erste Spalte auslese in eine Variable speichere und diese als Referenznummer für andere ListViews nutze. Manchmal steht aber nicht der Zelleninhalt drin, sondern die Sp...
- 10 Aug 2020, 11:46
- Forum: Ask For Help
- Topic: Dealing with millions of files ...
- Replies: 4
- Views: 2037
Re: Dealing with millions of files ...
Hi. I'm avoiding FileReadLine and FileAppend inside Loops, because at least FileAppend accesses every time your hard-disc or ssd. And when you have millions of files to check, you can be sure, that for every check at least one access from FileAppend is done to your hard-disc. Use instead following t...
- 22 Jun 2020, 20:50
- Forum: Ask For Help
- Topic: Drag and drop in listbox
- Replies: 18
- Views: 6105
Re: Drag and drop in listbox
If I had understand you the right way, i can say it is possible by using A_GuiControl , which contains text or the name of the control, you dropped the files on. See this example executing the if-statement and messaging the name of the variable when you drop any file onto the listbox. gui, add, list...
- 26 Apr 2020, 04:01
- Forum: Ich brauche Hilfe
- Topic: Fenster "AlwaysOnTop" Topic is solved
- Replies: 6
- Views: 843
Re: Fenster "AlwaysOnTop" Topic is solved
Ich möchte nicht erst das alte Fenster ausschalten ... Gut. Wie ist es mit "Ich werde das alte Fenster anschließend ausschalten?" :mrgreen: +^RButton:: MouseGetPos,,, FensterUnterMaus WinSet, AlwaysOnTop, Toggle, ahk_id %FensterUnterMaus% WinSet, AlwaysOnTop, off, ahk_id %pFensterUnterMaus% pFenste...
- 20 Apr 2020, 10:01
- Forum: Ask For Help
- Topic: Is it possible for hot keys I configure to only be active on one user? My PC is shared
- Replies: 8
- Views: 718
Re: Is it possible for hot keys I configure to only be active on one user? My PC is shared
How do you know there is something else in the script? :) ... Also, the mentioned A_username could be used with #If , (de-)activating specific hotkeys. The headline talks from "hot keys". So why I should change this into "script"? Your suggestion with #If combined with username is much better than ...
- 20 Apr 2020, 03:42
- Forum: Ask For Help
- Topic: Is it possible for hot keys I configure to only be active on one user? My PC is shared
- Replies: 8
- Views: 718
Re: Is it possible for hot keys I configure to only be active on one user? My PC is shared
Hello BNOLI, hello gregster.
Your solutions are not deactivating hotkeys. They are deactivating the whole script.

Your solutions are not deactivating hotkeys. They are deactivating the whole script.



- 19 Apr 2020, 08:53
- Forum: Ask For Help
- Topic: dfdsfsdf
- Replies: 1
- Views: 204
Re: someone help me create a script with more than two keys
I'm so sorry. I do not understand your task.
Maybe you mean something like that
Maybe you mean something like that
Code: Select all
<!> & 1:: send {LButton}
RAlt & 2:: send q
CTRL & 3:: send 333
^4:: sendinput e
^# & Numpad5: send 5555
- 19 Apr 2020, 08:29
- Forum: Ich brauche Hilfe
- Topic: Gui eingabebedingt verändern
- Replies: 29
- Views: 2489
Re: Gui eingabebedingt verändern
Willkommen im Club ... Ich habe zusätzlich die g-Label und die zugehörige Abfrageroutine ins Spiel gebracht. Ich denke, wer solche Fragen stellt, weiß noch nicht, wie der Hase rennen kann. Die Lösung, ein Control so einzustellen, daß es, wie hier gewünscht ist, von einem Tab übersprungen wird, inte...
- 19 Apr 2020, 08:14
- Forum: Ask For Help
- Topic: Is it possible for hot keys I configure to only be active on one user? My PC is shared
- Replies: 8
- Views: 718
Re: Is it possible for hot keys I configure to only be active on one user? My PC is shared
Hello and welcome to the AHK-Forum. For your task, I only know an easy workaround solution. You just need a small Gui then you can work with #IfWinExist That means you always have to start this gui when you log in or you put this gui-program into your personal autostart-folder. #IfWinExist MyUnvisib...
- 19 Apr 2020, 07:45
- Forum: Ich brauche Hilfe
- Topic: Gui eingabebedingt verändern
- Replies: 29
- Views: 2489
Re: Gui eingabebedingt verändern
Wie kann ich dann erreichen, daß , wenn ich "innerhalb EU" wähle, das Edit-Feld "BIC" deaktiviert wird? Du brauchst dafür doch kein Extra-Control. Füge dem Edit-Feld zuvor, in welches die IBAN eingegeben wird, ein g-Label hinzu und eine Routine, die die ersten beiden Buchstaben des Edit-Feldes abfr...
- 15 Apr 2020, 10:30
- Forum: Ich brauche Hilfe
- Topic: Programmname für ComObjGet Topic is solved
- Replies: 4
- Views: 1421
Re: Programmname für ComObjGet Topic is solved
Jetzt habe ich ein frisches Win10 und habe mich nochmal an der COM-Erweiterung , genannt Comserver2, für Foobar2000 v1.5.3 versucht. War gar nicht so schwer :( RAlt & f:: Process, Exist, %fooPID% ; Prüft, ob eine Process-ID in der Variablen fooPID vorhanden ist if (ErrorLevel = fooPID) ; Wenn ErrorL...
- 20 Feb 2020, 21:50
- Forum: Ich brauche Hilfe
- Topic: Windows 10: AHK Icon in Taskleiste ersetzen Topic is solved
- Replies: 4
- Views: 1739
Re: Windows 10: AHK Icon in Taskleiste ersetzen Topic is solved
Hallo.
Um das Standard-AHK-Icon wieder herzustellen, folgenden Code verwendenHier die Textstelle im Tutorium.
Um das Standard-AHK-Icon wieder herzustellen, folgenden Code verwenden
Code: Select all
Menu, Tray, Icon, %A_AhkPath%,1,1
- 19 Feb 2020, 23:10
- Forum: Ich brauche Hilfe
- Topic: GUI und Loop in einem Script
- Replies: 6
- Views: 1150
Re: GUI und Loop in einem Script
... warum muss man da einen Timer setzen? Ein Timer hat den großen Vorteil, daß das ausführende Script weiterläuft, während ein Loop das Script anhält, bis die Schleife ( Loop ) beendet ist. Timer arbeiten unabhängig - mehrere Timer in einem Script sind wie mehrere gleichzeitig ausführbare "Unterpr...
- 16 Feb 2020, 08:38
- Forum: Ich brauche Hilfe
- Topic: Variablen aus unterschiedlichen GUIs abfragen? Topic is solved
- Replies: 2
- Views: 813
Re: Variablen aus unterschiedlichen GUIs abfragen? Topic is solved
Hallo und herzlich willkommen im AHK-Forum. Die beschriebenen Fehler könnten durch die falsche Anwendung von GuiControlGet verursacht sein. Versuche es mal mit einem zusätzlichen Komma hinter dem Namen der Gui. GuiControlGet, Gui, 11:, %Edit11% Bei normaler Vergabe von Variablennamen sollte es funkt...
- 14 Feb 2020, 17:48
- Forum: Ich brauche Hilfe
- Topic: Windows 10: AHK Icon in Taskleiste ersetzen Topic is solved
- Replies: 4
- Views: 1739
Re: Windows 10: AHK Icon in Taskleiste ersetzen Topic is solved
Hi.
Versuche es mal mit folgendem Code:Ich denke, der Code kann jederzeit ausgeführt werden.
Versuche es mal mit folgendem Code:
Code: Select all
if FileExist("D:\icons\mein_icon.ico") ; sollte das Icon fehlen, läuft das Programm hiermit unterbrechungsfrei
Menu, Tray, Icon, D:\icons\mein_icon.ico
- 29 Jan 2020, 14:27
- Forum: Ich brauche Hilfe
- Topic: Transparentes schmales Fenster als Leseleiste gewünscht Topic is solved
- Replies: 3
- Views: 780
Re: Transparentes schmales Fenster als Leseleiste gewünscht Topic is solved
Hallo just me , hallo Rohwedder . Ich wusste, daß für echte Profis meine Anfrage ein kleiner Klacks nur ist und bedanke mich für die schnelle und funktionelle Lösung. Wie Du, just me , bereits erwähnt hast, gab es bei meinem Hauptscript, in welches ich die "Leseleiste" integriert habe, Probleme mit ...
- 28 Jan 2020, 21:48
- Forum: Ask For Help
- Topic: Need to remap brightness +/- keys Topic is solved
- Replies: 3
- Views: 923
Re: Need to remap brightness +/- keys Topic is solved
Hi. Look here https://www.autohotkey.com/boards/viewtopic.php?p=150128#p150128 It is in German language, but should be translatable with Google-Translator. If your special keys are listed in the key-history you should be easily able to remap like similar example below, which remaps a point to a comm...