Hi
I have a VBA code in my Excel project to grab data from a related program. This is done by calling AttachThreadInput to attach input so I can SendKeys.
No problem within Windows 10, everything works.
But under Windows 11 this is not working anymore. The AttachThreadInput gives errno 5 (ERROR_ACCESS_DENIED). I have looked at several settings (windows securiy and anti-virus) and run Excel under Administrator, but nothing helps.
Somebody any idea where to look?
With kind regards
Gerald