gpt4 book ai didi

c# - 使用C#代码模拟文本框填充和按钮按下

转载 作者:可可西里 更新时间:2023-11-01 13:27:09 27 4
gpt4 key购买 nike

我正在开发一个自动执行任务的 C# 程序。例如,我的程序打开一个外部应用程序(特别是 mstsc.exe)并使用该应用程序。我想编写用特定值填充文本框并按下特定按钮的代码。在 C# 4 代码中实现此类操作的正确且最优雅的方法是什么?

最佳答案

如果您的特殊目标是mstsc.exe,请使用its parameters :

mstsc.exe [<Connection File>] [/v:<Server>[:<Port>]] [/admin] [/f] [/w:<Width> /h:<Height>] [/public] [/span]

mstsc.exe /edit <Connection File>

mstsc.exe /migrate

其他 Windows Input Simulator (C# SendInput Wrapper - Simulate Keyboard and Mouse)CodePlex 上针对您的问题的可靠开源库。

关于c# - 使用C#代码模拟文本框填充和按钮按下,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11517034/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com