Search found 89 matches

by Janusz
28 Apr 2021, 11:37
Forum: Ask for Help (v1)
Topic: Bass Library Documentation
Replies: 27
Views: 2322

Re: Bass Library Documentation

I have tried The code but file was not created. There is some hydden issue. It is very strange. Sure, I have added real direct link to a live Stream. But I believe, that code can be created.
by Janusz
23 Apr 2021, 11:18
Forum: Ask for Help (v1)
Topic: how to communicate with SAPI4 compatible text to speech engines
Replies: 1
Views: 207

Re: how to communicate with SAPI4 compatible text to speech engines

When I type
sapi4 := ComObjCreate("{FF2C7A51-78F9-11ce-B762-00AA004CD65C}")
I Am getting That this class is not registered. And I do not know, where to find valid Class Hexadecimal strings to make it work.
by Janusz
23 Apr 2021, 10:32
Forum: Ask for Help (v1)
Topic: how to communicate with SAPI4 compatible text to speech engines
Replies: 1
Views: 207

how to communicate with SAPI4 compatible text to speech engines

+Because I could not find original Speech 4 SDK from microsoft and Visual basic documentation I have found out, that spchapi.exe, redistributable SAPi4 installation package contain two object type libraries. VTxtAuto contail very useful functions and subs. But how to create object to access this typ...
by Janusz
23 Apr 2021, 05:22
Forum: Ask for Help (v1)
Topic: recording live streams by using bass.dll library
Replies: 22
Views: 3135

recording live streams by using bass.dll library

I have big plea to The most advanced developers in this forum again. WOuld somebody of us be so kind and would send a simple code example, which will allow play and record live Internet audio stream by using bass.dll and by using downloadproc pointer? Combining autohotkey with bass.dll gives user ve...
by Janusz
22 Apr 2021, 15:10
Forum: Old Topics
Topic: AutoGUI - Script Editor, GUI Designer, Debugger and Tools
Replies: 423
Views: 430750

Re: AutoGUI - Script Editor, GUI Designer, Debugger and Tools

Dear Alguimist, I Am looking forward to yours next Adventure release and I will be very glad to test it. I have tried to solve issues with controls myself, because I have been afraid, that Adventure development have been stopped. I AM very glad, that you have returned to it. So may be, that crash of...
by Janusz
19 Apr 2021, 09:34
Forum: Ask for Help (v1)
Topic: debuggers for AHK studio or autogui do not work with NVDA screen reader
Replies: 0
Views: 198

debuggers for AHK studio or autogui do not work with NVDA screen reader

Dear specialists, I would like to kindly ask somebody of us for professional help. Unfortunately, some strange error prevent visually impaired users from using debuggers for Autohotkey IDES including Autogui debugger or also debugger, which is The part of AAHk studio. The error symptoms are as follo...
by Janusz
19 Apr 2021, 09:07
Forum: AHK Studio
Topic: AHK Studio
Replies: 1179
Views: 632173

Re: AHK Studio

Dear specialists, I Am very nicely impressed by The user interface and big amount of supported Hotkeys build in to AHK studio. Its 100 % screen readers friendly user interface, fast responsiveness, reliability make really professional Integrated development environment from Ahk studio. Its Github in...
by Janusz
17 Apr 2021, 11:40
Forum: Scripts and Functions (v1)
Topic: WIA - Windows Image Acquisition (1.0.02.00 - 2015-05-03)
Replies: 41
Views: 17270

Re: WIA - Windows Image Acquisition (1.0.02.00 - 2015-05-03)

Dear Just Me, you are belong among elite Autohotkey programmers. Thank you very much and for yours excellent and professionally prepared code. I will listen yours good advice and I AM very sorry again that I have been intruded here for so long time. Very well done and thank you again.
by Janusz
17 Apr 2021, 10:07
Forum: Old Topics
Topic: AutoGUI - Script Editor, GUI Designer, Debugger and Tools
Replies: 423
Views: 430750

Re: AutoGUI - Script Editor, GUI Designer, Debugger and Tools

I have solved some hot keys features. I have added hot key which send A right mouse click to The GUI designer preview window. In such case, context menu contain Add control sub menu. To add more and more controls, I always press Right arrow key. When I add some control, I can press hot key which sim...
by Janusz
16 Apr 2021, 08:16
Forum: Scripts and Functions (v1)
Topic: Acc library (MSAA) and AccViewer download links
Replies: 43
Views: 80455

Re: Acc library (MSAA) and AccViewer download links

I would like to publicly congratulate The developer of aac.ahk long library. Yours long development time can allow advanced programmer to even create screen reader by using Autohotkey. Sure, there are several freely available screen readers, but if somebody have a new invention on this field of deve...
by Janusz
15 Apr 2021, 08:57
Forum: Scripts and Functions (v1)
Topic: WIA - Windows Image Acquisition (1.0.02.00 - 2015-05-03)
Replies: 41
Views: 17270

Re: WIA - Windows Image Acquisition (1.0.02.00 - 2015-05-03)

I have also observed very important fact when analysing VBA Author do not use Acquire but Set wiaImg = wiaScanner.Items(1).Transfer(wiaFormatTIFF) I will be hoping, that there will not be some hydden issue with Autohotkey. BUt I thing, that no. Autohotkey have big capabilities and programmers logic ...
by Janusz
15 Apr 2021, 08:22
Forum: Scripts and Functions (v1)
Topic: WIA - Windows Image Acquisition (1.0.02.00 - 2015-05-03)
Replies: 41
Views: 17270

Re: WIA - Windows Image Acquisition (1.0.02.00 - 2015-05-03)

Thank you very much for yours hand for help, which you have given to Me. The main reason why I do not want to give it up with automated scanning is The fact, that small and efficient executables, which are capable to make automated scanning are not very common today. Big installation bundles with Th...
by Janusz
13 Apr 2021, 04:37
Forum: Scripts and Functions (v1)
Topic: WIA - Windows Image Acquisition (1.0.02.00 - 2015-05-03)
Replies: 41
Views: 17270

Re: WIA - Windows Image Acquisition (1.0.02.00 - 2015-05-03)

May be, that I have found very useful forum thread about this problematic. It would even allow Me to finally avoid WIA scanner dialog to appear. If VBA language build in to Word can do that, why Autohotkey would not be also capable to do that?
I must finish my heavy software fight.
by Janusz
12 Apr 2021, 14:54
Forum: Scripts and Functions (v1)
Topic: WIA - Windows Image Acquisition (1.0.02.00 - 2015-05-03)
Replies: 41
Views: 17270

Re: WIA - Windows Image Acquisition (1.0.02.00 - 2015-05-03)

I have finally found out what we need. Find The way how to access WIA object properties and how to assign value of every properties. .Properties("6151").Value = 300 Is there An way how to use Autohotkey for assigning object properties some value? Or it would be necessary to directly call oleacc.dll ...
by Janusz
12 Apr 2021, 11:33
Forum: Ask for Help (v1)
Topic: key scan codes script plea to extend it Topic is solved
Replies: 2
Views: 250

Re: key scan codes script plea to extend it Topic is solved

Thank you very much for yours answer. Yes, Space have been The issue.
by Janusz
12 Apr 2021, 07:25
Forum: Ask for Help (v1)
Topic: key scan codes script plea to extend it Topic is solved
Replies: 2
Views: 250

key scan codes script plea to extend it Topic is solved

Dear specialists, I have found The following script and I would like to know, why I can not send The scanned code from The variable which I have renamed from Clipboard to output to SAPI5 engine by using SAPI script from Evil. Here is The original script. #Persistent SetFormat, Integer, Hex Gui +Tool...
by Janusz
11 Apr 2021, 15:58
Forum: Scripts and Functions (v1)
Topic: Diacritic letters (accents) with configuration file
Replies: 5
Views: 3002

Re: Diacritic letters (accents) with configuration file

Why I have decided to create this speaking keyboard? Because NVDA screen readen causes time delay between key press and leter spoken if I Am using Microsoft Word 2003 for students and Teachers. It is complex multitasking and multithreading related complex issue. The delay becomes when user typed mor...
by Janusz
11 Apr 2021, 14:30
Forum: Scripts and Functions (v1)
Topic: Diacritic letters (accents) with configuration file
Replies: 5
Views: 3002

Re: Diacritic letters (accents) with configuration file

I have tried to go my own way. And if somebody of us would be a little kind to Me, it would be even finished. I have been stuck on The situation, when user press left Shift followed by key with The scan code SC00D folloed by some Czech letters which can get hook such as c, so Č, ď. HOw to detect The...
by Janusz
09 Apr 2021, 11:59
Forum: Ask for Help (v1)
Topic: Make hotkeys case sensitive
Replies: 3
Views: 1069

Re: Make hotkeys case sensitive

I have found out, that simply adding #hotstring C1 directive will never allow us to create hot keys for ~a: or ~A: Autohotkey will always display error, that A is duplicated hot key. Unfortunately and sadly. The question is, if is it possible to detect if Shift Key have been pressed and if yes, how ...

Go to advanced search