Is there a problem with sending keystrokes to a webpage through sendkeys? I have a couple of intranet applications that I was going to write a small vb 2003 app to "autologon"; if you will, with username and password. I didn't expect it to be too much of an issue but both apps seem to be receiving "sticky" keys. I was able to duplicate it on this website too...:
Process.Start("IExplore.exe", " System.Threading.Thread.Sleep(4000)
System.Windows.Forms.SendKeys.SendWait("isdcrand")
the login box fills with "isssssssssdccccccccc". I've not seen this before. Regular "non-web" apps recieve the keystrokes just fine. Any ideas?
Deon
Process.Start("IExplore.exe", " System.Threading.Thread.Sleep(4000)
System.Windows.Forms.SendKeys.SendWait("isdcrand")
the login box fills with "isssssssssdccccccccc". I've not seen this before. Regular "non-web" apps recieve the keystrokes just fine. Any ideas?
Deon