I'm not sure what I'm doing wrong, but I can't get this to work in VB.NET.
This is what I typed under an event:

System.Windows.Forms.SendKeys({DOWN})

I received 2 build errors:

'SendKeys' is a type in 'Forms' and cannot be used as an expression.

Expression expected.


Is there something else I have to do? Possibly declare what namespace is being used? (I tried but had no luck, it seems like you wouldn't need one because it's already known).

Thanks to everyone! New software takes time to figure out.

=0