gpt4 book ai didi

wpf - AutoIt 与 wpf

转载 作者:行者123 更新时间:2023-12-02 19:18:33 25 4
gpt4 key购买 nike

我的 wpf 应用程序有以下示例代码。我需要用字符串填写表单的文本字段。

    Run('AutoItWpfTesting.exe')
WinWaitActive("Window1", "")

$hHwnd = WinGetHandle("Window1")
MsgBox(0, "Message", $hHwnd)

$returnVal1=ControlGetHandle ( "$hHwnd", "", "[NAME:txtVersion]")

$returnVal2=ControlSend($hHwnd,"","[NAME:txtVersion]","blahblah")

MsgBox(0, "Message", $returnVal2)

它为 $returnVal2 返回 0,为 $returnValue1 返回空字符串。不过,这对于我的示例 winform 应用程序来说效果很好。

任何关于此行为的线索......以及任何可用于获取精确文本框以自动填充 wpfa 应用程序数据的调整。

最佳答案

WPF 应用程序不使用 Windows 控件和控件句柄。您可以使用 Spy++ 看到这一点。 WPF Alternatives for Spy++

如果您想自动化 WPF 应用程序 you will need another tool或使用the UI Automation API build 一个。

关于wpf - AutoIt 与 wpf,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7834369/

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