ElwoodB Posted September 2, 2022 Posted September 2, 2022 (edited) Hi, With the same code, if I compile for x86, my double-click works. If I compile in x64, it does nothing. I use GUIRegisterMsg($WM_NOTIFY, "MyFunction") What can cause this? I just found this bug report: https://www.autoitscript.com/trac/autoit/ticket/1432 I don't see how it can apply to my code. Still trying... Edited September 5, 2022 by ElwoodB PhilippeAmiga user
ElwoodB Posted September 8, 2022 Author Posted September 8, 2022 TommyDDR on the French forum gave me the answer (link). The good line is, ie. using the global $tagNMHDR variable: Local $tNMHDR = DllStructCreate($tagNMHDR, $lParam) PhilippeAmiga user
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now