Search found 7 matches

by redgum
24 May 2024, 00:46
Forum: Ask for Help (v1)
Topic: Is AHK v1 available on winget?
Replies: 2
Views: 462

Re: Is AHK v1 available on winget?

I too would like to know how to install v1 via winget.

Code: Select all

winget install -e  --id=Lexicos.AutoHotkey
used to do it, but no more.
by redgum
22 Apr 2020, 00:41
Forum: Ask for Help (v1)
Topic: Detecting Microsoft Teams presence (Available, Busy etc.)
Replies: 5
Views: 2953

Re: Detecting Microsoft Teams presence (Available, Busy etc.)

Yes, no software restrictions. Been using AHK at work for years – couldn't get by without it :-)
by redgum
21 Apr 2020, 21:49
Forum: Ask for Help (v1)
Topic: Detecting Microsoft Teams presence (Available, Busy etc.)
Replies: 5
Views: 2953

Re: Detecting Microsoft Teams presence (Available, Busy etc.)

These were both great suggestions – thank you, BNOLI and malcev . The Graph API certainly seems like the smart way to go, and Microsoft added a beta Presence API in December. However, to view your own presence via the API requires permissions be granted by a sys admin(!). I doubt I could ever work t...
by redgum
20 Apr 2020, 23:59
Forum: Ask for Help (v1)
Topic: Detecting Microsoft Teams presence (Available, Busy etc.)
Replies: 5
Views: 2953

Detecting Microsoft Teams presence (Available, Busy etc.)

Hi, Any idea how to detect the Microsoft Teams presence (Available, Busy, Away etc.) of the current user? It's manually determinable by clicking the user's portrait icon in the top right corner of the Teams client. I've tried inspecting using Windows Spy, AccViewer and JEE_AccGetTextAll(), but not s...
by redgum
19 Apr 2020, 02:40
Forum: Scripts and Functions (v1)
Topic: Another Custom MsgBox for AHK_L v1
Replies: 8
Views: 2338

Re: Another Custom MsgBox for AHK_L v1

What happened to this? Is v0.3 available? Or v1.0? :-)
by redgum
07 Nov 2014, 01:59
Forum: Ask for Help (v1)
Topic: How to execute command contained in a variable?
Replies: 2
Views: 1362

Re: How to execute command contained in a variable?

Ugh, didn't realize it would be difficult to handle a generic command and argument set...

Thanks for the info.
by redgum
04 Nov 2014, 02:53
Forum: Ask for Help (v1)
Topic: How to execute command contained in a variable?
Replies: 2
Views: 1362

How to execute command contained in a variable?

How can I execute a command and its arguments that are contained in a variable? For example: MyCmd1 := "Send {PgDn}" MyCmd2 := "Initialize()" MyCmd3 := "Goto Label" MyCmd4 := "WinGetActiveStats, winTitle, winW, winH, winX, winY" I tried: %MyCmd1% But that threw an error, and I don't see an ExecuteCm...

Go to advanced search