Search found 17 matches

by Elendiar
06 Dec 2022, 07:10
Forum: Scripts and Functions (v2)
Topic: WebView2
Replies: 139
Views: 35398

Re: 2.0-beta.1 - WebView2

Hi, nice lib, but how start webview with disabled hardware acceleration for use with winSetTransColor?
by Elendiar
07 Jul 2020, 05:09
Forum: Scripts and Functions (v1)
Topic: [Class] Printers
Replies: 26
Views: 10463

Re: Class Printers

jNizM wrote:
03 Jul 2020, 01:02
For Thermoprinters you can use Socket Class
I try this, but without RawPrintServer this doesnt works. I need work with default printer
by Elendiar
02 Jul 2020, 13:37
Forum: Scripts and Functions (v1)
Topic: [Class] Printers
Replies: 26
Views: 10463

Re: Class Printers

I tried to add from winspool StartDocPrinter > StartPagePrinter > WritePrinter > EndPagePrinter> EndDocPrinter - with this sequence it works with win win32print python module. But its too hard for me make correct DllCall in ahk with all that bytes etc...
by Elendiar
02 Jul 2020, 07:12
Forum: Scripts and Functions (v1)
Topic: [Class] Printers
Replies: 26
Views: 10463

Re: Class Printers

jNizM wrote:
22 Mar 2019, 03:14
Yes it is possible to print directly from Gui content like an Edit-Field.
Will add an example later.
No examples? :( Is it possible to send zpl command for Zerba thermoprinters with this ?
by Elendiar
18 Aug 2018, 00:53
Forum: Ask for Help (v1)
Topic: Autohotkey dllcall to SQL libmysql.dll Topic is solved
Replies: 2
Views: 1135

Re: Autohotkey dllcall to SQL libmysql.dll Topic is solved

After hundreds of attempts it was possible to force the method to work using libmySQL.dll from AHK DBA https://autohotkey.com/board/topic/7117 ... mysql-ado/
by Elendiar
17 Aug 2018, 08:00
Forum: Scripts and Functions (v1)
Topic: [CLASS] MySQLAPI - MySQL wrapper
Replies: 59
Views: 48398

Re: [CLASS] MySQLAPI - MySQL wrapper

Hi, thanks you for usefull scripts, but i have and issue. Try connect to server, reject with message: Connection failed! 2026 - SSL connection error: Unable get certificate Connection from HeiduSQL successfull, connect to another server through lib successfull too. How can i disable ssl or connect a...
by Elendiar
17 Aug 2018, 06:28
Forum: Ask for Help (v1)
Topic: Autohotkey dllcall to SQL libmysql.dll Topic is solved
Replies: 2
Views: 1135

Autohotkey dllcall to SQL libmysql.dll Topic is solved

Hi. Need help, trying use https://github.com/AHK-just-me/Class_MySQLAPI, and it works, on my testing sql server. But when i connect to work server, get error "Connection failed! 2026 - SSL connection error: Unable to get certificate". HeiduSQL connect to server without ssl, but cant from dll. Please...
by Elendiar
13 Aug 2018, 05:25
Forum: Scripts and Functions (v1)
Topic: [lib] CSV - AutoHotkey library for working with CSV Files
Replies: 39
Views: 27226

Re: [lib] CSV - AutoHotkey library for working with CSV Files

Hello, thanks for this useful script! But i have an issue, CSV_LVLoad add only one, first column :( Using like this: CSV_Load(CSVfile, CSV, ";") GUI, CSV_gui:New, +AlwaysOnTop +Resize +LastFound -DPIScale, Stats CSV_LVLoad(CSV, "CSV_gui", , , 1000, 1000, "Date") GUI, CSV_gui:Show From csv: 13.08.201...
by Elendiar
24 Jul 2018, 06:31
Forum: Ask for Help (v1)
Topic: AHK client-server message broadcast
Replies: 1
Views: 567

AHK client-server message broadcast

How release message (not only message, maybe .doc/pdf file, images) broadcast on ~200pc ? Like select img or type text, and show on non-domain users pc without shared network folder?
AHKsock? RemoteObj? Can they do this, becouse quick acquaintance show that they can realize only one connection?
by Elendiar
23 Jul 2018, 03:12
Forum: Ask for Help (v1)
Topic: Not working Topic is solved
Replies: 1
Views: 655

Not working Topic is solved

Heloo, i have a problem with getting active windows keyboard layout. Code is : !W:: winID := WinExist("A") idThread := dllCall("user32\GetWindowThreadProcessId", "Uint", winID) keyboardLayout := DllCall("user32.dll\GetKeyboardLayout", "uint", idThread, "uint") Msgbox % "PID:"winID ", TID:" idThread ...
by Elendiar
21 Jul 2018, 05:54
Forum: Ask for Help (v1)
Topic: Input form to create chrome bookmarks html file. Topic is solved
Replies: 1
Views: 774

Re: Input form to create chrome bookmarks html file. Topic is solved

Resolved: GUI Edit element look like : GUI, Uploader: Add, Edit, left gBookmark1 vBookmark1, http:// GUI, Uploader: Add, Edit, left gName1 vName1 ;variables with static content bookmark_head = ( <!DOCTYPE NETSCAPE-Bookmark-file-1> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"> <...
by Elendiar
16 Jul 2018, 13:17
Forum: Ask for Help (v1)
Topic: Input form to create chrome bookmarks html file. Topic is solved
Replies: 1
Views: 774

Input form to create chrome bookmarks html file. Topic is solved

With what method can i generate html file with bookmarks for chrome, submitting just input values like URL and bookmark name ? Structure of bookmark file is simple: <!DOCTYPE NETSCAPE-Bookmark-file-1> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"> <TITLE>Bookmarks</TITLE> <H1>Bo...
by Elendiar
12 Jul 2018, 05:20
Forum: Ask for Help (v1)
Topic: Autohotkey shared *.ini Topic is solved
Replies: 1
Views: 645

Re: Autohotkey shared *.ini Topic is solved

At least make ftp server with downloading *.ini to temp folder.
by Elendiar
10 Jul 2018, 12:28
Forum: Ask for Help (v1)
Topic: Autohotkey shared *.ini Topic is solved
Replies: 1
Views: 645

Autohotkey shared *.ini Topic is solved

Hello! Asking for help, i wanna make self updated script on non-domained PC, but I have only shared domain controlled resourses that ask login and password. Anonymous access not allowed. I assumes automatic deployment through clonezilla, without authorization in explorer \\..... after installation. ...
by Elendiar
07 Jul 2018, 02:37
Forum: Scripts and Functions (v1)
Topic: Mero's Script Updater & Launcher
Replies: 2
Views: 2507

Re: Mero's Script Updater & Launcher

I also need self updater for my script, that will be deployed on ~150 pc. Idea with .ini file is great, and for LAN think must replace UrlDownloadToFile with a FileCopy. Updater compile to .exe and in script place Settimer to call updater that make all job of replacing. But i dont need temp folder, ...
by Elendiar
03 Jul 2018, 13:01
Forum: Ask for Help (v1)
Topic: Get free drive letters Topic is solved
Replies: 3
Views: 1249

Re: Get free drive letters Topic is solved

Thanks, second dropdownlist seems little and good. And where read for this syntax, i dont found something like "each", "free" Look nice!
by Elendiar
03 Jul 2018, 05:58
Forum: Ask for Help (v1)
Topic: Get free drive letters Topic is solved
Replies: 3
Views: 1249

Get free drive letters Topic is solved

Hello, i use ahk to make gui for mount veracrypt disk on usb. And i dont know how get in DropDownList list of available to mount drive letters.
That is, whatever those letter that are already in the system were not in the dropdown list.
Spoiler

Go to advanced search