- Регистрация
- 21.08.2013
- Сообщения
- 249
- Реакции
- 12
- Баллы
- 18
I'm getting:
When trying this:
I have also used:
using System.Windows.Forms;
using System.Windows;
And added WindowsFormsIntegration.dll into my References.
The type or namespace name "keys" does not exist in the the namespace 'System.Windows.Forms' (are you missing an assembly reference?)
When trying this:
Код:
result = Emulator.SendKey(CT.Instance.ActiveTab.Handle, System.Windows.Forms.Keys.Enter, KeyboardEvent.Down);
I have also used:
using System.Windows.Forms;
using System.Windows;
And added WindowsFormsIntegration.dll into my References.