- Регистрация
- 21.08.2013
- Сообщения
- 249
- Благодарностей
- 12
- Баллы
- 18
I am trying to use:
and I'm getting this error:
The type or namespace name 'Keys' does not exist in the namespace 'System.Windows.Forms' (are you missing an assembly reference?)
What reference should I add to get this working?
This happens in codecreator but I'm pretty sure it's the same in projectmaker
Код:
string result = Emulator.SendKey(instance.ActiveTab.Handle,System.Windows.Forms.Keys.Enter, KeyboardEvent.Down);
The type or namespace name 'Keys' does not exist in the namespace 'System.Windows.Forms' (are you missing an assembly reference?)
What reference should I add to get this working?
This happens in codecreator but I'm pretty sure it's the same in projectmaker