hola, buenas.
una consulta, necesito mandar SUPR en send hotkey pero no me lo toma, no necesito DEL,
necesito supr.
ayuda!
Select SpecialKey from the drop-down if Send Hotkey shortcut activity.
no aparece supr, esa es mi duda
Hi @mively
Use Invoke Code (VB.NET) - Try this,
System.Windows.Forms.SendKeys.Send(“{DEL}”)
Or
O, en Type Into, usa “[k(del)]” y activa SendWindowMessages, pero desactiva SimulateType.
Happy Automation
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.