What is the SendKeys equivalent function in VB.NET?
Thanx :p
Printable View
What is the SendKeys equivalent function in VB.NET?
Thanx :p
SendKeys.Send(yourkeyhere)
Does it require any import statement, I'm getting syntax error :-(
I don't think so . It lies here : System.Windows.Forms.SendKeys.Quote:
Originally posted by sbasak
Does it require any import statement, I'm getting syntax error :-(
Check your code , it might be the problem .