Search found 268 matches

by Jovannb
14 Mar 2024, 11:19
Forum: Scripts and Functions (v1)
Topic: [CLASS] MySQLAPI - MySQL wrapper
Replies: 59
Views: 34809

Re: [CLASS] MySQLAPI - MySQL wrapper .. former libmysql.dll from 2017 stopped working with Win10 22H2 64-bit

Hi, I learned to know, that until this month, the 32-bit libmysql.dll from 2017 worked problem-free with Win10 22H2 64 bit together with AHK1.1.xx A32 on more than 15 computers. But beginning with this month, with a new computer (Dell 9440) and Win10 22H2 64-bit, driver wont work, I got a message, t...
by Jovannb
02 Jan 2023, 09:20
Forum: Ask for Help (v1)
Topic: Hotstrings obviously lost in RDP-Session
Replies: 0
Views: 183

Hotstrings obviously lost in RDP-Session

Hi, I'm experiencing that I lose hotstrings when I access those Win10-PC's with AHK (1.1.36.02, 32-bit ansi, with 1.1.34.04 I've the same issue) via RDP. Everything else seems to work, except hotstrings. When using the same computers by sitting in front of them, hotstrings (there are more than 2.000...
by Jovannb
09 Nov 2022, 08:55
Forum: Other Utilities & Resources
Topic: home automation
Replies: 7
Views: 4298

Re: home automation

Hi
if you are able to reengineer those products, you can use them as well. Requirement is, that you know, how to talk with those products programmatically eg. by curl
by Jovannb
02 Jan 2022, 04:12
Forum: Other Utilities & Resources
Topic: home automation
Replies: 7
Views: 4298

Re: home automation

Hi

why little to do with AHK ?

I did the same, wiresharink your device makes you able controlling it by CURL-commands.
Those CURL-commands are easy to handle by AHK, so you control your device by AHK.

regards

J.B.
by Jovannb
24 Dec 2021, 11:21
Forum: Ask for Help (v1)
Topic: gui to substitute msgbox, better way possible
Replies: 3
Views: 582

gui to substitute msgbox, better way possible

Hi, I've a lot of AHK-Programs with many lines of codes and often "msgbox" or "inputbox" is used for user intraction. Because msgbox stops program processing and awaits user input ending, I'm looking for a possibility to substitute these msgbox-/inputbox-commands by much more flexible gui-solution. ...
by Jovannb
24 Apr 2021, 06:14
Forum: Ask for Help (v1)
Topic: 2 scripts call same .dll concurrent, desyncronize
Replies: 0
Views: 164

2 scripts call same .dll concurrent, desyncronize

Hi I've 2 independen AHK-Scripts (A & B) which use the same AHK-Library, Class_MySQLAPI.ahk and therewith I query my databases. Both script A and script B are time driven and run periodically (eg. A every 60 sec and B every 180 sec). Now I found, that if, A sends a query to my database and B wants t...
by Jovannb
17 Apr 2021, 04:20
Forum: Ask for Help (v1)
Topic: Multiple instances of the same script .. wont work any longer Topic is solved
Replies: 3
Views: 370

Re: Multiple instances of the same script .. wont work any longer Topic is solved

Hi @Rohwedder: therewith I mean, that my B-Script reads all it's data from an .accdb-file and now, because of the situation that many of us are in homeoffice (because of Covid), thats f... slow over VPN. Now I changed that all from .accdb-Files as databas to an MySQL-Server system which is app 20 ti...
by Jovannb
17 Apr 2021, 03:52
Forum: Ask for Help (v1)
Topic: Multiple instances of the same script .. wont work any longer Topic is solved
Replies: 3
Views: 370

Re: Multiple instances of the same script .. wont work any longer Topic is solved

inbetween I found, that I do have the same issue with former (unchanged) release of my script (B) as well.
Is it imaginable that there is a relation with latest Windows Update (now on Win10 20H2(Build 19042.928) ??
by Jovannb
17 Apr 2021, 02:32
Forum: Ask for Help (v1)
Topic: Multiple instances of the same script .. wont work any longer Topic is solved
Replies: 3
Views: 370

Multiple instances of the same script .. wont work any longer Topic is solved

Hi I've one (A) script which calls another one (Sccript (B) with different start parameter). Everything worked well for years, multiple instances of (B) where there (some kind of messaging app with GUI's), no issue. Now I changed (B) to another type of data gathering (from .accdb-File-Access to MySQ...
by Jovannb
15 Apr 2021, 14:00
Forum: Ask for Help (v1)
Topic: Include ... strange behaviour Topic is solved
Replies: 1
Views: 203

Re: Include ... strange behaviour Topic is solved

I found that issue, in mysql_ahkclass.ahk is that path to required .dll coded by "A_ScriptDir"
https://i.imgur.com/kNH4f4z.jpg

J.B.
by Jovannb
15 Apr 2021, 13:50
Forum: Ask for Help (v1)
Topic: Include ... strange behaviour Topic is solved
Replies: 1
Views: 203

Include ... strange behaviour Topic is solved

Hi, I'm using a certain routine in my script (Database.ahk) for questioning my MySQL-Server, it is mysql_ahkclass.ahk. My scripts are called from a network share, it is V:\, subdir "Test" therefore I've "#include V:\test\Class_MySQLAPI.ahk" in my script. From mysql_ahkclass.ahk rRequired .dll's are ...
by Jovannb
07 Jan 2021, 12:54
Forum: Ask for Help (v1)
Topic: Can AHK determine if a screen - connected to 2 computers concurrently - is or is not available?
Replies: 2
Views: 308

Re: Is there a direct way AHK checks for some screen to be available?

Hi you can check that with a) A_ScreenWidth and with b) SysGet, VirtualWidth, 78 a) delivers the with of the first/primary screen/monitor and b) delivers width of both (or more) screens/monitors together. Therewidth you are able to check wether your are in front of a one- or a more-monitor-System JB
by Jovannb
07 Jan 2021, 10:56
Forum: Ask for Help (v1)
Topic: command line parameters
Replies: 4
Views: 520

Re: command line parameters

Hi, I think that Run, "C:\Program Files\Adobe\Adobe DNG Converter\Adobe DNG Converter.exe" -c "C:\Camera" will not run because of that spaces between the .exe-file-name. Try program_to_run := chr(34) "C:\Program Files\Adobe\Adobe DNG Converter\Adobe DNG Converter.exe" chr(34) program_to_run := progr...
by Jovannb
04 Jan 2021, 11:24
Forum: Ask for Help (v1)
Topic: Can this type of API access be done with AHK?
Replies: 3
Views: 1030

Re: Can this type of API access be done with AHK?

Hi, I'd a similar challenge, requesting data via WSDL from a server. I did that with help of curl.exe - it works like a charm. For your "Coinbase-Pro", there are examples for Curl-Calls https://documenter.getpostman.com/view/8801195/SzzrZEXi?version=latest You've to call that Curl-calls via AHK and ...
by Jovannb
28 Dec 2020, 18:56
Forum: General Discussion
Topic: What do you use AHK for?
Replies: 21
Views: 8015

Re: What do you use AHK for?

Hi a) central organizing project numbers (app. 140 per year) smb-company b) compress pictures for all users, on their demand to a certain size (iterativ processing) c) log all files on your server every night, write result in a database to know when new files (above a threshold size) are made, delet...
by Jovannb
26 Dec 2020, 08:52
Forum: Ask for Help (v1)
Topic: Download Email Via Command Line
Replies: 9
Views: 1200

Re: Download Email Via Command Line

Hi,

I'm using a tool which is called poplient.exe (e.g. to find in here >> https://autohotkey.com/board/topic/20112-command-line-pop-client-101/ << for getting/reading pop3-Emails with my AHK-Scripts.

regards

J.B.
by Jovannb
23 Dec 2020, 02:51
Forum: Ask for Help (v1)
Topic: Extract to var online price Value from Website
Replies: 2
Views: 351

Re: Extract to var online price Value from Website

Hi this are (fragments) of what works for me wb := ComObjCreate("InternetExplorer.Application") wb.Visible := false ; false to not see the window wb.Navigate("www.aaa.bc/nix?lic=xxxx_yyyybludenz&layout=board&username=beeper&password=zzzz") While wb.readyState != 4 || wb.document.readyState != "compl...
by Jovannb
10 Nov 2020, 09:38
Forum: Ask for Help (v1)
Topic: crazy script behaviour, clipboard vowel mutation, umlaut Topic is solved
Replies: 4
Views: 478

Re: crazy script behaviour, clipboard vowel mutation, umlaut Topic is solved

it is ANSI encoded, as all my other scripts t0o .. see screenhot enclosed

Go to advanced search