I speak and read a little bit russian. But my native language ist german.So If You have a question, I will try to find a solution(my aunt speaks proffesional russian). My technical russian ist not good, but I come to an understanding.
Greetings
Search found 36 matches
- 11 Feb 2019, 16:55
- Forum: Offtopic
- Topic: How do I learn to speak German?
- Replies: 35
- Views: 1472
- 11 Feb 2019, 16:40
- Forum: Ich brauche Hilfe
- Topic: Problem mit Settimer und GuiControl Topic is solved
- Replies: 2
- Views: 75
Re: Problem mit Settimer und GuiControl Topic is solved
Hallo Just mehr,
Vielen Dank. Hat funktioniert... wenn es mal fertig ist, lade ich es hoch.
Grüße
Vielen Dank. Hat funktioniert... wenn es mal fertig ist, lade ich es hoch.
Grüße
- 09 Feb 2019, 07:21
- Forum: Ich brauche Hilfe
- Topic: Problem mit Settimer und GuiControl Topic is solved
- Replies: 2
- Views: 75
Problem mit Settimer und GuiControl Topic is solved
Hallo, ich habe ein Problem mit einem Script. Der Aufruf per Gosub, AllesLaden funktioniert, aber per SetTimer, AllesLaden, 10000 zyklisch geht nicht. Es iwrd nichts am Gui geändert, obwohl das Sub richtig druchläuft. hier das Script #NoEnv ; Recommended for performance and compatibility with future...
- 07 Feb 2019, 14:27
- Forum: Skripte und Funktionen
- Topic: NEWS_Reader
- Replies: 1
- Views: 296
Re: NEWS_Reader
Schönes Prog!
Danke!
Danke!
- 02 Feb 2019, 16:12
- Forum: Skripte und Funktionen
- Topic: Netzwerk-Laufwerke
- Replies: 1
- Views: 144
Re: Netzwerk-Laufwerke
Funktioniert sehr gut, danke!
- 22 Jan 2019, 16:29
- Forum: Ich brauche Hilfe
- Topic: Probleme mit AV-Programmen
- Replies: 22
- Views: 495
Re: Probleme mit AV-Programmen
miene Erfahrungen: geschäftlich: McAfee reagiert nach Gruppenrichtlinieneinstellung auf AutohotkeyU32.exe+AutohotkeyU64.exe gut seit die Richtlinien angepasst wurden, d.h. keine Meldung --> ABER wenn ein Script compiliert wird UND mit MPRESS komprimiert wird, sieht es nicht so gut aus --> deswegen l...
- 22 Jan 2019, 16:21
- Forum: Ich brauche Hilfe
- Topic: FileAppend braucht viel Zeit...
- Replies: 8
- Views: 302
Re: FileAppend braucht viel Zeit...
hmm, kann man es nicht so vereinfachen, dass man erst in eine Variable schreibt und dann mit FileAppend alles auf einmal in eine Datei schreibt? Das Problem ist doch beim Schreiben von kleinen Datenelementen die Länge der Zugriffszeiten der Festplatte?!? Je nach Clustergröße und größe (kleine) des I...
- 22 Jan 2019, 16:08
- Forum: Ask For Help
- Topic: Compile Script while .exe is running Topic is solved
- Replies: 3
- Views: 152
Re: Compile Script while .exe is running Topic is solved
hi, here an other suggestion: I've solved it otherwise: - My compiled script looks with #Persistent gosub, WatchEnd ; if programm started chekc if exit.txt exist SetTimer, WatchEnd, 60000 return --> every 60 Sec watch if file exit.txt exist WatchEnd: IfExist, \\servername\fileprogramxx\exit.txt { ct...
- 18 Jan 2019, 07:22
- Forum: Allgemeines
- Topic: Hinweis auf geklaute Passwörter
- Replies: 2
- Views: 235
Re: Hinweis auf geklaute Passwörter
Und hier können die Passwörter auf Vorkommen in der Liste überprüft werden
https://haveibeenpwned.com/Passwords
https://haveibeenpwned.com/Passwords
- 12 Jan 2019, 09:18
- Forum: Ask For Help
- Topic: Find string inside outlook .msg and inside archive .zip extensions
- Replies: 5
- Views: 263
Re: Find string inside outlook .msg and inside archive .zip extensions
Hi try this: att_count:=Item.attachments.count loop, %att_count% { try { att_filename:=Item.attachments(a_index).filename storepathname:= A_Scriptdir "\" att_filename Item.attachments(a_index).saveasfile(storepathname) } catch { MsgBox, 0, OUTLOOK-Export, ooopss...something was wrong... } }
- 11 Jan 2019, 15:17
- Forum: Ich brauche Hilfe
- Topic: GUI - zweite Listbox ? Topic is solved
- Replies: 5
- Views: 228
Re: GUI - zweite Listbox ? Topic is solved

Wochenende

- 11 Jan 2019, 10:20
- Forum: Ich brauche Hilfe
- Topic: GUI - zweite Listbox ? Topic is solved
- Replies: 5
- Views: 228
Re: GUI - zweite Listbox ? Topic is solved
schau mal, wie das Konsolenfenster vom Batchaufruf heißt (mit Windows Spy). Ich habe es mir einfach gemacht und mit WinWaitClose, C:\WINDOWS\system32\cmd.exe abgefragt, du muss evtl hier was anderes eintragen... oder du schreibst in die Batch Datei am Ende sowas echo "Hallo Opa" >> C:\temp\file.txt ...
- 10 Jan 2019, 17:34
- Forum: Ich brauche Hilfe
- Topic: GUI - zweite Listbox ? Topic is solved
- Replies: 5
- Views: 228
Re: GUI - zweite Listbox ? Topic is solved
Hi, hier ein Ansatz #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir c:\Program Files\ffmpeg ...
- 18 Dec 2018, 03:14
- Forum: Skripte und Funktionen
- Topic: Function und GUI Barcodecreator39 to PDF
- Replies: 1
- Views: 222
Function und GUI Barcodecreator39 to PDF
Hallo, hier eine Funktion + GUI zur Erstellung einer PDF mit Barcode 39 und optionalem Stempeln einer anderen PDF (pdftk wird benötigt). Basierend auf dieser Beschreibung: https://www.pdflabs.com/tools/gnu-barcode-plus-pdf/ Bei uns in der Firma läuft es jetzt als Cammandline Tool zum Stempeln von PD...
- 13 Dec 2018, 01:35
- Forum: Ich brauche Hilfe
- Topic: Icons, Bilder Größe in Listview Topic is solved
- Replies: 9
- Views: 499
Re: Icons, Bilder Größe in Listview Topic is solved
Guten Morgen,
wie logisch! Da sieht man echt den Baum vor lauter Wäldern nicht mehr
Danke!
Warum das mit der
PS: wieso schläft man um die Zeit (4:33) nicht mehr ?
Gruß
wie logisch! Da sieht man echt den Baum vor lauter Wäldern nicht mehr

Danke!
Warum das mit der
PS: wieso schläft man um die Zeit (4:33) nicht mehr ?

Gruß
- 12 Dec 2018, 16:38
- Forum: Ich brauche Hilfe
- Topic: Icons, Bilder Größe in Listview Topic is solved
- Replies: 9
- Views: 499
Re: Icons, Bilder Größe in Listview Topic is solved
Hi, zur Bildergröße: Ich habe die Bilder wieder 3-teilig gemacht, d.h. 32x32 und auf 3 Spalten aufgeteilt, so war es anfangs auch gedacht, nur wusste ich nicht wie man die Bilder auf 3 Spalten verteilt, deswegen habe ich die zu einem Bild in verschiedenen Kombinationen zusammengepackt. So wie es jet...
- 11 Dec 2018, 14:50
- Forum: Ich brauche Hilfe
- Topic: Icons, Bilder Größe in Listview Topic is solved
- Replies: 9
- Views: 499
Re: Icons, Bilder Größe in Listview Topic is solved
Hallo zusammen, Danke für die Tips! Haben mich auf eine gute Lösung gebracht mit LV_EX.ahk , eigentlich genauso wie ich es mir anfangs vorgestellt hatte. Im Anhang ist ein Beispiel Script. Trotz aller VErsuche konnte ich es nicht mit JPG,PNG oder BMP Bilddateien richtig zum Laufen bringen. Die Bilde...
- 09 Dec 2018, 05:45
- Forum: Ich brauche Hilfe
- Topic: Icons, Bilder Größe in Listview Topic is solved
- Replies: 9
- Views: 499
Icons, Bilder Größe in Listview Topic is solved
Hallo zusammen, evtl hat jemand einen Tip oder eine Idee? Ich will in einer ListView die Symbole darstellen lassen mit einer nicht Standardbreite. die Bilder werden ja immer auf Systemgröße 16x16 oder 32x32 skaliert. ich habe aber 32x96 weil da mehrere Infos rein sollen. BEsser wäre noch 3 Spalten m...
- 25 Nov 2018, 04:25
- Forum: Scripts and Functions
- Topic: BARCODER - Create 1D and 2D Barcodes (QRCode , C39,etc)
- Replies: 63
- Views: 18864
Re: BARCODER - Create 1D and 2D Barcodes (QRCode , C39,etc)
Hello newbiforever,
In directory App is a File zint.exe. You should take this file top start commandline. Zintportable.exe is only a startfile for Portable- Version
In directory App is a File zint.exe. You should take this file top start commandline. Zintportable.exe is only a startfile for Portable- Version
- 05 Nov 2018, 15:19
- Forum: Ask For Help
- Topic: DDL: can't flush DDL2 values when changing DDL1 choice Topic is solved
- Replies: 6
- Views: 262
Re: DDL: can't flush DDL2 values when changing DDL1 choice Topic is solved
HI, here ist a solution: #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ens...