Search found 171 matches

by Loop
18 Feb 2022, 15:11
Forum: Ask for Help (v1)
Topic: SAPI stop speaking Topic is solved
Replies: 3
Views: 563

Re: SAPI stop speaking Topic is solved

Many Thanks, it works perfectly
by Loop
17 Feb 2022, 16:44
Forum: Ask for Help (v1)
Topic: SAPI stop speaking Topic is solved
Replies: 3
Views: 563

SAPI stop speaking Topic is solved

Hello, Is there a way to stop speech in the middle of a sentence? These are my experiments: SAPI := ComObjCreate("SAPI.SpVoice") SAPI.Rate := 7 SAPI.volume := 100 SAPI.speak("Is there a way to stop speech in the middle of a sentence?") ^+p::SAPI.Pause() ^+s::SAPI.Stop() but none of it works. While S...
by Loop
29 Jan 2022, 17:22
Forum: Ask for Help (v1)
Topic: Switch Case not working Topic is solved
Replies: 4
Views: 569

Re: Switch Case not working Topic is solved

OMG Thank you, now I get it!
@boiler And thanks for the super explanation
by Loop
29 Jan 2022, 16:51
Forum: Ask for Help (v1)
Topic: Switch Case not working Topic is solved
Replies: 4
Views: 569

Switch Case not working Topic is solved

Hello, What do I do wrong here: D3 := 1 ;working D3 := 4 ;Not working D3 := 0.5 ;Not working switch (D3) { case (D3 < 1): MsgBox, Is smaller return case (D3 > 1): MsgBox, Is greater return case (D3 = 1): MsgBox, Is equal return Default: MsgBox, Not working return } Thx
by Loop
19 Jan 2022, 14:32
Forum: Ask for Help (v1)
Topic: WinWaitClose or Keywait Topic is solved
Replies: 4
Views: 228

WinWaitClose or Keywait Topic is solved

Hi,
is this possible?

Code: Select all

WinWaitClose, VLC media player OR KeyWait, Right, d
Msgbox, yes
Thx
by Loop
20 Nov 2021, 14:25
Forum: Ask for Help (v1)
Topic: Hotstring should only be triggered after Alt+Enter Topic is solved
Replies: 5
Views: 676

Re: Hotstring should only be triggered after Alt+Enter Topic is solved

mikeyww wrote: Good to hear. I think that if you type the hotkey and a space, the space will not appear, so you have to press another one. There could be ways to fix.
Yes true, but is not bad, I know about it.
by Loop
20 Nov 2021, 12:14
Forum: Ask for Help (v1)
Topic: Hotstring should only be triggered after Alt+Enter Topic is solved
Replies: 5
Views: 676

Hotstring should only be triggered after Alt+Enter Topic is solved

Hello, is there a possibility that AHK triggers a hotstring when i press Alt+Enter For Example: ::btw::by the way ::mail::jsmith@somedomain.com If I write btw and press Alt+Enter (Not one after the other), it should be replaced by the way Not something like this: ::btw:: KeyWait, Alt KeyWait, Enter ...
by Loop
18 Oct 2021, 11:18
Forum: Ask for Help (v1)
Topic: Try #Include
Replies: 2
Views: 304

Re: Try #Include

You are brilliant, you have always a solution ready!
by Loop
18 Oct 2021, 10:02
Forum: Ask for Help (v1)
Topic: Try #Include
Replies: 2
Views: 304

Try #Include

Hello, is this possible? Try #Include, GDIP_All.ahk Catch UrlDownloadToFile, https://github.com/Drugoy/Autohotkey-scripts-.ahk/blob/master/Libraries/Gdip_All.ahk, Gdip_All.ahk If !pToken := Gdip_Startup() { MsgBox, 48, gdiplus error!, Gdiplus failed to start. Please ensure you have gdiplus on your s...
by Loop
28 Aug 2021, 17:09
Forum: Ask for Help (v1)
Topic: RegEx for different spelling
Replies: 4
Views: 286

Re: RegEx for different spelling

Thanks guys, all the suggestions work very well
by Loop
27 Aug 2021, 17:02
Forum: Ask for Help (v1)
Topic: RegEx for different spelling
Replies: 4
Views: 286

RegEx for different spelling

Hello, I have a search word for example Auto Hot Key and a list in this list are the lines 2,3,4 a hit. I need a regex that recognizes the lines 2,3,4 as matchs I hope I have expressed myself clearly Search := "Auto Hot Key" List= ( Auto is Automatic This is AutoHotKey Auto is Hot and now Key AHK is...
by Loop
12 Jul 2021, 16:01
Forum: Ask for Help (v1)
Topic: Show Json Unicode in Gui Topic is solved
Replies: 4
Views: 367

Re: Show Json Unicode in Gui Topic is solved

Thanks, it worked!
by Loop
12 Jul 2021, 15:42
Forum: Ask for Help (v1)
Topic: Show Json Unicode in Gui Topic is solved
Replies: 4
Views: 367

Re: Show Json Unicode in Gui Topic is solved

Thank you, i already searched, found this: Gui, Add, Text,, % Chr(0x1F435)
But it is not what I am looking for.
by Loop
12 Jul 2021, 15:23
Forum: Ask for Help (v1)
Topic: Show Json Unicode in Gui Topic is solved
Replies: 4
Views: 367

Show Json Unicode in Gui Topic is solved

Hi,
I extract From a json file the following string "\ud83c\uddee\ud83c\uddf9".
How can I display it in Gui as a symbol / icon emoji?

Code: Select all

Gui, Font, S30 Arial
Gui, Add, Text,, \ud83c\uddee\ud83c\uddf9
Gui, Show
return
esc::ExitApp
Thx
by Loop
22 Jun 2021, 16:10
Forum: Ask for Help (v1)
Topic: Open multiple instances of File Explorer
Replies: 4
Views: 1102

Re: Open multiple instances of File Explorer

Code: Select all

run, % "explorer.exe  C:\Users\Jason\Desktop\"
Sleep, 10
run, % "explorer.exe C:\Users\Jason\Desktop\"
by Loop
16 Jun 2021, 15:21
Forum: Ask for Help (v1)
Topic: Changing Title Bar Color In Gui
Replies: 0
Views: 642

Changing Title Bar Color In Gui

Hello, is there any way to change the color of the title bar? Gui, 1: Font, S12 cBlack w400, Arial Gui, 1: Color, White Gui, 1:Add, ListView, r20 w800 +AltSubmit xm +Grid vInstaListView , Test1|Test2|Test3|Test4| Gui, 1:Add, Button,, &Pause Gui, 1:Show,, My Listview Return 1GuiClose: GuiClose: ExitA...
by Loop
02 Apr 2021, 16:45
Forum: Ask for Help (v1)
Topic: Empty the clipboard after contains file name Topic is solved
Replies: 14
Views: 827

Re: Empty the clipboard after contains file name Topic is solved

Hi,
@teadrinker
What does \V, have found nothing in the docu about this
by Loop
08 Feb 2021, 17:48
Forum: Ask for Help (v1)
Topic: Get all opened url from Chrome
Replies: 0
Views: 199

Get all opened url from Chrome

Hi,
There is the possibility to get the url from active tab with AHK.
https://www.autohotkey.com/boards/viewtopic.php?f=6&t=85383

But, is it possible to get all the url that are open in Chrome?

Thx

Go to advanced search