Search found 237 matches

by Ahk_fan
02 Oct 2021, 02:49
Forum: Scripts and Functions (v1)
Topic: GridGUI v1.1.11 - Simplify Control Placement and Resizing
Replies: 65
Views: 14782

Re: GridGUI v1.1.9 - Simplify Control Placement and Resizing

One of the usefullst extensions of Autohotkey, Thank you @Capn Odin ! It makes life a little bit easier an dspeeding up working process!
Where can I donate to anything?
by Ahk_fan
30 Sep 2021, 15:41
Forum: Ask for Help (v1)
Topic: Listbox Folder Contents
Replies: 4
Views: 785

Re: Listbox Folder Contents

;To cancel, press ESCAPE or close this window. Gui, New Gui, Margin , 5, 5 Gui, Add , Button , Section Default , Reload Gui, Font , s10 , Arial Gui, Add , Edit , xs w320 vMyFolder , C:\temp\1 Gui, Font , s8 , Wingdings Gui, Add , Button , x+10 w35 gGetNewFolder , 1 Gui, Font , s10 , Arial Gui, Add ...
by Ahk_fan
30 Sep 2021, 14:37
Forum: Ask for Help (v1)
Topic: Azure SQL Database Connection Topic is solved
Replies: 7
Views: 3101

Re: Azure SQL Database Connection Topic is solved

try?
--> myuserid := "ABC-123456-01"
myuserid != userid
Connection_String := "DRIVER=" mydriver ";SERVER=" myserver ";DATABASE=" mydatabase ";UID=" userid ";PWD=" mypassword
by Ahk_fan
30 Sep 2021, 14:14
Forum: Ask for Help (v1)
Topic: Windows 10: Open Folder, if already open, switch to
Replies: 4
Views: 1598

Re: Windows 10: Open Folder, if already open, switch to

something similar change WinText := "Addresse: " into your language, you get this through WinSpy, change as an example in english into : "Addresse: " 2021-09-30 21_15_37-AutoHotkey Community - Edit post.png MyPath := A_Desktop WinText := "Addresse: " ; German: "Adresse:" ;Check trough WinSpy Gui, Pa...
by Ahk_fan
29 Sep 2021, 12:38
Forum: Allgemeines
Topic: Systemtest Windows 11 Tauglichkeit
Replies: 0
Views: 2448

Systemtest Windows 11 Tauglichkeit

Hallo,

hier gibt es ein Programm auf AutoIt Basis für den Test auf Windows 11 Tauglichkeit des Systems

(Bin für externe Links nicht verantwortlich :D )
https://www.heise.de/download/product/WhyNotWin11
bzw. Quellcode
https://github.com/rcmaehl/WhyNotWin11
by Ahk_fan
28 Sep 2021, 12:01
Forum: Ask for Help (v1)
Topic: Extract data from screen
Replies: 16
Views: 3535

Re: Extract data from screen

Hi,
you read from screen with OCR with my solution.
Alternatively you could test ACC.ahk.
viewtopic.php?f=6&t=26201
by Ahk_fan
27 Sep 2021, 14:25
Forum: Ask for Help (v1)
Topic: Extract data from screen
Replies: 16
Views: 3535

Re: Extract data from screen

perhaps this solution: Scan for picture "Items" with ImageSearch, OutputVarX, OutputVarY, X1, Y1, X2, Y2, ImageFile ImageFileOfItems.png then OCR with (from here: https://www.autohotkey.com/boards/viewtopic.php?f=6&t=72674&hilit=ocr+uwp&start=20 by malcev ) SetBatchLines, -1 ; here part with ImageSe...
by Ahk_fan
27 Sep 2021, 14:14
Forum: Ask for Help (v1)
Topic: EPPlus and Excel / add picture to Footer or Header
Replies: 3
Views: 1339

Re: EPPlus and Excel / add picture to Footer or Header

Hi FanaticGuru , Thanks for your time. I know this possibility in Excel VBA. The advantage of EPPlus is that you don't need Excel to do it. The PageSetup function does not exist in EPPlus. The headers and footers are set with the function HeaderFooter and its properties. In the documentation and the...
by Ahk_fan
27 Sep 2021, 10:55
Forum: Ask for Help (v1)
Topic: EPPlus and Excel / add picture to Footer or Header
Replies: 3
Views: 1339

Re: EPPlus and Excel / add picture to Footer or Header

nobody here with an idea? perhaps @burque505 ? or @tmplinshi ?
by Ahk_fan
24 Sep 2021, 07:04
Forum: Ask for Help (v1)
Topic: notify when file is added to folder
Replies: 3
Views: 345

Re: notify when file is added to folder

Hi, there is a script: WatchFolder

viewtopic.php?t=8384
by Ahk_fan
24 Sep 2021, 07:02
Forum: Ask for Help (v1)
Topic: EPPlus and Excel / add picture to Footer or Header
Replies: 3
Views: 1339

EPPlus and Excel / add picture to Footer or Header

Hello, I'm working with EPPlus.dll / v4.5.3 a long time. Now I've an update on my ducument and have to add a picture to header of my Excel-File. I've tried a lot of versions, but without success. Thats ist my code: asm := Clr_LoadLibrary(A_ScriptDir "\lib\epplus\lib\net40\EPPlus.dll") pck := Clr_Cre...
by Ahk_fan
23 Sep 2021, 08:12
Forum: Tutorials
Topic: Info zu EPPlus.dll / Excel-Files erzeugen ohne Excel
Replies: 0
Views: 3871

Info zu EPPlus.dll / Excel-Files erzeugen ohne Excel

Hallo, für alle, die mit EPPlus arbeiten und eine kleine Beschreibung benötigen https://riptutorial.com/Download/epplus-de.pdf Bitte beachten: EPPlus Version 5 ist nicht länger unter LGPL lizensiert, alle kommerziellen Einbindungen sind zu lizensieren. die alten Versionen (bis 4.5.3) sind noch unter...
by Ahk_fan
11 Aug 2021, 07:55
Forum: Ich brauche Hilfe
Topic: [bundesAPI] Stream der Autobahn Verkehrskameras speichern
Replies: 12
Views: 2495

Re: [bundesAPI] Stream der Autobahn Verkehrskameras speichern

hi, im Firefox kommst du per F12 in die Entwicklertools, da die Netzwerkanalyse starten und den Link nochmal laden. Danach im Player die Playtaste drücken. Im unteren Bereich tauchen neue Dateien auf (ts und m3u8) das sind die mp4-streams. die Url kopieren und im VLC-Player --> Media --> Convert/sav...
by Ahk_fan
28 Jul 2021, 03:57
Forum: Ich brauche Hilfe
Topic: problemle bei Entfernen von CR+LF beim Auslesen aus SQLite Topic is solved
Replies: 2
Views: 1307

Re: problemle bei Entfernen von CR+LF beim Auslesen aus SQLite Topic is solved

Hallo @hd0202, danke, das hat mich auf die richtige Spur gebracht. Bei manuellen Kopieren des Feldes aus dem SQLite Browser ist ein CR mitgekommen, das hat mich irritiert.
by Ahk_fan
13 Jul 2021, 17:54
Forum: Ich brauche Hilfe
Topic: problemle bei Entfernen von CR+LF beim Auslesen aus SQLite Topic is solved
Replies: 2
Views: 1307

problemle bei Entfernen von CR+LF beim Auslesen aus SQLite Topic is solved

Hallo, ich habe ein Problem beim Entfernen von CR+LF bei einem ausgelesenen Textfeld aus SQLite. Rohmaterial = Rohmaterial = B:65mm x H:40mm x T:20mm Material - Bez.: PE - Dichte: 0.95 - €/kg.: €/kg Fläche: 2600 mm² - 26.0 cm² - 0.26 dm² Volumen: 52000 mm³ - 52.0 cm³ - 0.05200 dm³ Gewicht: Gew.: 49....
by Ahk_fan
05 Jul 2021, 16:20
Forum: Ich brauche Hilfe
Topic: Script nach beenden löschen Topic is solved
Replies: 9
Views: 2165

Re: Script nach beenden löschen Topic is solved

Hallo hier ein Vorschlag von mir: 1. eine Batchdatei wird erzeugt - beendet sich Batch: - wartet paar sekunden (T 3) /- löscht dann die AHK (oder Exe, in dem Fall 111.ahk) und dann sich selbst msgbox, 4, Frage, beenden und löschen ? ifmsgbox, yes gosub, schreibebatch else Exitapp return schreibebatc...
by Ahk_fan
15 Jun 2021, 16:53
Forum: Ich brauche Hilfe
Topic: WatchDirectory critical error
Replies: 2
Views: 664

Re: WatchDirectory critical error

Hab es jetzt auf WatchFolder geändert, jetzt geht es: https://autohotkey.com/boards/viewtopic.php?t=8384 Ich wäre trotzdem an einer möglichen Lösung interessiert. #Include %A_ScriptDir%\WatchFolder.ahk SetBatchLines, -1 Critical WatchFolders := A_ScriptDir "\temp" If !FileExist(WatchFolders ) FileCr...
by Ahk_fan
15 Jun 2021, 16:29
Forum: Ich brauche Hilfe
Topic: WatchDirectory critical error
Replies: 2
Views: 664

WatchDirectory critical error

Hallo , hänge gerade an einem Problem: Critical Error... 2021-06-15 23_23_47.png Funktion: In der Gui wird über ActiveX eine Explorer-Fenster eingeblendet, per Drag&Drop kann in das verknüpfte Temp-Verzeichnis eine beliebige Datei bzw. Email aus Outlook gezogen werden. Per WatchDirectory wird die Än...
by Ahk_fan
09 Jun 2021, 01:40
Forum: Ich brauche Hilfe
Topic: a1 bis c20 mit ComObjActive("Excel.Application")
Replies: 6
Views: 766

Re: a1 bis c20 mit ComObjActive("Excel.Application")

schon wieder so nachaktive Gesellen! :shock:

Values .= Format("{:.2f}", k.Value) so evtl, Float und 2 Nachkommastellen

Go to advanced search