Posts by Nicholas • 21 points
2 posts
-
1
votes1
answer151
viewsA: Alternative to Sendkeys in VB.net Windows 10
I was able to solve the problem by placing a delay between a command and another. SendKeys.Send("%{TAB}") System.Threading.Thread.Sleep(200) SendKeys.Send("ŷ")
-
-1
votes1
answer151
viewsQ: Alternative to Sendkeys in VB.net Windows 10
Does anyone know any alternative way to use Sendkeys in Windows 10? I have a program that works perfectly on Windows 7 but doesn’t work on 10 because apparently Microsoft has disabled using Sendkeys…