gpt4 book ai didi

c# - 如何通过 C# 使用 AutoIT 库中的 WinSetState 函数

转载 作者:行者123 更新时间:2023-11-30 15:21:18 25 4
gpt4 key购买 nike

我想知道如何为此函数提供第三个参数,因为我找不到任何文档或者我看错了文档。

  string windowTitle = "None Of Your Business";

AutoItX3 auto = new AutoItX3(); // auto it object

auto.WinSetState(windowTitle, "", 1); //function I am trying to call

第三个参数是我在数字1中配音的地方,数据类型是整数但是使用AutoIt Scite IDE时的文档是这样说的:

Parameters title The title/hWnd/class of the window to change the state. See Title special definition. text The text of the window to change the state. See Text special definition. flag The "show" flag of the executed program:

  • @SW_HIDE = Hide window
    @SW_SHOW = Shows a previously hidden window
    @SW_MINIMIZE = Minimize window
    @SW_MAXIMIZE = Maximize window
    @SW_RESTORE = Undoes a window minimization or maximization
    @SW_DISABLE = Disables the window
    @SW_ENABLE = Enables the window Return Value Success: 1. Failure: 0 if the window is not found.

引用: https://www.autoitscript.com/autoit3/docs/functions/WinSetState.htm

我正在尝试使用 @SW_MAXIMIZE 选项,我该如何提供它?

非常感谢。

最佳答案

我发现您只需要引用如下创建的 autoit 对象:

auto.WinSetState(gameTitle, "", auto.SW_MAXIMIZE);

关于c# - 如何通过 C# 使用 AutoIT 库中的 WinSetState 函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37846947/

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