Win 8, SendMessage does not work.

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
samardac
Posts: 212
Joined: 30 Nov 2014, 13:36

Win 8, SendMessage does not work.

Post by samardac » 03 Aug 2015, 03:14

Hi,
Just used this code to send message to one application to make it perform some task:

Code: Select all

SendMessage, 41251,0,0,,ahk_class WindowsForms10.Window.8.app.0.2bf8098_r9_ad1
It works fine on Windows 7, 64 bit.
But I moved to Windows 8, 64 bit and it stoped to work.

User avatar
jNizM
Posts: 3183
Joined: 30 Sep 2013, 01:33
Contact:

Re: Win 8, SendMessage does not work.

Post by jNizM » 05 Aug 2015, 08:40

Maybe the class_name is a different one than before.
Had the same problem after patch my SQL Server.
(_r9_ has changed for me)
[AHK] v2.0.5 | [WIN] 11 Pro (Version 22H2) | [GitHub] Profile

Post Reply

Return to “Ask for Help (v1)”