Search found 7 matches

by b0bi
16 Sep 2022, 06:08
Forum: Ask for Help (v1)
Topic: Connect to bluetooth headset via shortcut Topic is solved
Replies: 33
Views: 11560

Re: Connect to bluetooth headset via shortcut Topic is solved

This sample works on my Windows 10 as of 16.09.22 in order to connect to an already paired device. deviceName := "Galaxy Buds2 Pro" DllCall("LoadLibrary", "str", "Bthprops.cpl", "ptr") VarSetCapacity(BLUETOOTH_DEVICE_SEARCH_PARAMS, 24+A_PtrSize*2, 0) NumPut(24+A_PtrSize*2, BLUETOOTH_DEVICE_SEARCH_PA...
by b0bi
21 Oct 2017, 03:54
Forum: Ask for Help (v1)
Topic: problem with multiple #If
Replies: 2
Views: 668

Re: problem with multiple #If

solved !!!


Code: Select all

#If on_top=1 and WinActive("ahk_class OneNote")

    a::
    MsgBox, Triggered
    return



#If
by b0bi
21 Oct 2017, 03:48
Forum: Ask for Help (v1)
Topic: problem with multiple #If
Replies: 2
Views: 668

problem with multiple #If

I'm trying to get this to work #IfWinActive ahk_class Notepad { #If on_top=1 ;on_top is a personal variable { a:: MsgBox, Triggered return } #If } #IfWinActive The problem is: It doesn't really check if active window is really Notepad... As soon as on_top=1 and I press "a", it triggers.... Any way t...
by b0bi
20 Mar 2017, 10:14
Forum: Scripts and Functions (v1)
Topic: .NET Framework Interop (CLR, C#, VB)
Replies: 201
Views: 116476

Re: .NET Framework Interop (CLR, C#, VB)

This seems very interesting, but the download link is dead :/
by b0bi
13 Feb 2017, 20:20
Forum: Ask for Help (v1)
Topic: Autohotkey, get value from a c++ or javascript class
Replies: 3
Views: 916

Re: Autohotkey, get value from a c++ or javascript class

With the method I have found, autohotkey only detect a "simple" mouse left click I don't know what method you're using but if its detected like a simple click, try this and check if the wParam is different when using eraser vs when using tip ... #singleinstance force gui TestGui:new gui TestGui:sho...
by b0bi
13 Feb 2017, 18:54
Forum: Ask for Help (v1)
Topic: Autohotkey, get value from a c++ or javascript class
Replies: 3
Views: 916

Autohotkey, get value from a c++ or javascript class

Hi ! I have a microsoft surface with a surface pen. This pen has 2 side : eraser and tip. I want authotkey to detect when I touch the eraser side when I am inside chrome browser. With the method I have found, autohotkey only detect a "simple" mouse left click (for the moment it doesn't support the s...
by b0bi
07 Apr 2016, 13:39
Forum: Scripts and Functions (v1)
Topic: Windows 10 Desktop manager
Replies: 31
Views: 32409

Re: Windows 10 Desktop manager

Using the script from https://github.com/pmb6tz/windows-desktop-switcher by pmb6tz , and the realization that there is a context menu for sending a window to a desktop, I was able to create the ultimate Windows 10 Desktop Manager that takes the features of your script and the reliability of his. Th...

Go to advanced search