I can read lot of posts about problems using System.Windows.Forms.SenKeys with Windows 10.
But I can't read anything about problems using My.Computer.Keyboard.Sendkeys with Windows 10.
So the question: Keyboard.Sendkeys is a update of SendKeys, more compatible with Win 10, or is the same thing with the same problems? If I want to distribute an application using SendKeys to avoid problems is more safe to use InputSimulator? (note: on my PC with Win 10 64bit all three works without problems)