I want to set a value in the text box in the ACCESS form.

Asked 2 years ago, Updated 2 years ago, 39 views

We would like to set the value in the text box in the ACCESS form using uiautomation of c# and .Net.
If it was an out-of-form text box in ACCESS, I could have setValuePattern from CONTL.type.Edit, but
InvaidOperationException will occur for the form.
Is there any solution?Thank you for your cooperation.

c# .net

2022-09-30 19:20

1 Answers

This question has been found difficult to implement in the comments, so I'm closing the question.

Comments Affected:

The Office product form would have been implemented independently without the use of standard Windows controls.Therefore, it may be difficult to control from UIAutomation, which is designed to target applications created with Windows standard controls or .NET frameworks -- Kunihiro Narita January 23, 2017, 0:45


2022-09-30 19:20

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.