I amd trying to code the following.
System.Windows.Forms.SendKeys.Send(Keys.Enter)
I get a message that SendKeys is not a member of 'Forms'
I am developing a mobile application and according to the documentation it should exist for the compact framework.
I'm a newbie, what am I doing wrong?
System.Windows.Forms.SendKeys.Send(Keys.Enter)
I get a message that SendKeys is not a member of 'Forms'
I am developing a mobile application and according to the documentation it should exist for the compact framework.
I'm a newbie, what am I doing wrong?