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