Welcome to WindowsClient.net | Sign in | Join
Home > Learn > Windows Forms FAQs
Here are some frequently asked questions about Windows Forms and their answers.
What is the replacement for VB6's SendKeys command?
Use the Send method from the SendKeys class found in the System.Windows.Forms namespace.
Contributed from George Shepherd's Windows Forms FAQ