Categories
How to programmatically press the open button in the input field 1s?
Good afternoon! How to programmatically press the open button in the input field 1s?
Answer the question
In order to leave comments, you need to log in
ThisForm.CurrentItem = ThisForm.Items.YourInputField; Shell = New COMObject("WScript.Shell"); Shell.SendKeys("{^+F4}");
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question