V5.42 Cannot Emulate CTRL+V By Using C#

  • Автор темы Автор темы askmars
  • Дата начала Дата начала

askmars

Client
Регистрация
18.05.2017
Сообщения
35
Реакции
0
Баллы
6
Hello,

I have been using the following C# to emulate CTRL+V successfully for a while.
But, after I upgrade to version 5.42, the C# code is not working anymore.
I have downgraded to V5.41.1 and it is just working correctly.

C#:
Развернуть Свернуть Копировать
var descr = project.Variables["var1"].Value;
System.Windows.Forms.Clipboard.SetText(descr);
instance.ActiveTab.KeyEvent("v","press","ctrl");

Could you please check why it is not working and anything I need to update the make it work on V5.42?
Thank you a lot
 
Same issue here. Read that this is a bug in the current version and will be fixed in next version.
 
This should be solved in version 5.43 as far as I know
 

Кто просматривает тему: (Всего: 0, Пользователи: 0, Гости: 0)