Before v5.50 i use sendkey function with VkKeyScanEx_() inside and all are done
But now with UNICODE apparently VkKeyScanEx_() not have the same behavior
Code: Select all
vk$ = "5"
vk=VkKeyScanEx_(Asc(vk$),GetKeyboardLayout_(0))
keybd_event_(vk,0,0,0) "(" instead of "5"
"é" instead of "2"
I have see they are a Unicode version of VkKeyScanEx_ (VkKeyScanExW_) but PB not recognize it
https://msdn.microsoft.com/en-us/librar ... s.85).aspx
How can i do, for be retrieve the old behavior of my ASCII sendkeys
Have a good day


