找回密码
 加入
搜索
查看: 2856|回复: 13

test测试帖子

[复制链接]
发表于 2018-6-10 19:20:21 | 显示全部楼层 |阅读模式
测试贴test测试帖子test测试帖子test测试帖子
 楼主| 发表于 2018-6-10 19:20:28 | 显示全部楼层
测试贴test测试帖子test测试帖子test测试帖子
 楼主| 发表于 2018-6-10 19:20:32 | 显示全部楼层
haijie1223 发表于 2018-6-10 19:20
测试贴test测试帖子test测试帖子test测试帖子

测试贴test测试帖子test测试帖子test测试帖子
发表于 2018-6-10 20:17:25 | 显示全部楼层
this's a test
发表于 2018-6-10 21:46:53 | 显示全部楼层
不是说好三周吗。。。

点评

计划赶不上变化,提前调试好论坛是件好事!  发表于 2018-6-10 21:54
 楼主| 发表于 2018-6-10 21:57:34 | 显示全部楼层
449199199 发表于 2018-6-10 21:46
不是说好三周吗。。。

嗯,等原来的老域名转到我的管理账户下,很快就有三周的停摆期,不会让你失望的。
发表于 2018-6-10 22:25:00 | 显示全部楼层
haijie1223 发表于 2018-6-10 21:57
嗯,等原来的老域名转到我的管理账户下,很快就有三周的停摆期,不会让你失望的。

什么意思?还会再停摆是吗?
 楼主| 发表于 2018-6-10 22:33:58 | 显示全部楼层
xzf680 发表于 2018-6-10 22:25
什么意思?还会再停摆是吗?

是的~
发表于 2018-6-11 10:55:23 | 显示全部楼层
可不可以不要停三周啊
发表于 2018-6-12 12:36:35 | 显示全部楼层
楼主过份了啊!
占了一楼 还占二楼
沙发都不给我们坐!
嘿嘿嘿
 楼主| 发表于 2018-6-19 22:27:11 | 显示全部楼层
#include <Constants.au3>#include <WinAPI.au3>
#include <WindowsConstants.au3>

Example()

Func Example()
        ; Assign a Local variable the handle of the NotePad window
        Local $hWnd = WinGetHandle("[CLASS:Notepad]")

        ; If the window does not exists, display a message and return False.
        If @error Then
                MsgBox($MB_SYSTEMMODAL, "", "Notepad window not found.")
                Return False
        EndIf

        ; Assign a Local variable the style of the Notepad window.
        Local $iStyle = _WinAPI_GetWindowLong($hWnd, $GWL_STYLE)

        ; Remove from the window style the MAXIMIZEBOX, MINIMIZEBOX and SIZEBOX styles.
        $iStyle = BitXOR($iStyle, $WS_MAXIMIZEBOX, $WS_MINIMIZEBOX, $WS_SIZEBOX)

        ; Set the style of the window.
        _WinAPI_SetWindowLong($hWnd, $GWL_STYLE, $iStyle)

        ; Apply the style
        _WinAPI_SetWindowPos($hWnd, $HWND_TOP, 0, 0, 0, 0, BitOR($SWP_FRAMECHANGED, $SWP_NOMOVE, $SWP_NOSIZE))
EndFunc   ;==>Example

发表于 2018-9-21 01:30:15 | 显示全部楼层

测试贴test测试帖子test测试帖子test测试帖子
发表于 2019-10-12 12:14:20 | 显示全部楼层
回帖赚金币
您需要登录后才可以回帖 登录 | 加入

本版积分规则

QQ|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度

GMT+8, 2024-4-20 22:11 , Processed in 0.084202 second(s), 23 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表