haijie1223 发表于 2018-6-10 19:20:21

test测试帖子

测试贴test测试帖子test测试帖子test测试帖子

haijie1223 发表于 2018-6-10 19:20:28

测试贴test测试帖子test测试帖子test测试帖子

haijie1223 发表于 2018-6-10 19:20:32

haijie1223 发表于 2018-6-10 19:20
测试贴test测试帖子test测试帖子test测试帖子

测试贴test测试帖子test测试帖子test测试帖子

lynn 发表于 2018-6-10 20:17:25

this's a test

449199199 发表于 2018-6-10 21:46:53

不是说好三周吗。。。

haijie1223 发表于 2018-6-10 21:57:34

449199199 发表于 2018-6-10 21:46
不是说好三周吗。。。

嗯,等原来的老域名转到我的管理账户下,很快就有三周的停摆期,不会让你失望的。

xzf680 发表于 2018-6-10 22:25:00

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

什么意思?还会再停摆是吗?

haijie1223 发表于 2018-6-10 22:33:58

xzf680 发表于 2018-6-10 22:25
什么意思?还会再停摆是吗?

是的~{:face (72):}

wln 发表于 2018-6-11 10:55:23

可不可以不要停三周啊{:face (319):}

zpmc123 发表于 2018-6-12 12:36:35

楼主过份了啊!
占了一楼 还占二楼
沙发都不给我们坐!
嘿嘿嘿{:face (229):}

haijie1223 发表于 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("")

        ; 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测试帖子

v2482230 发表于 2019-10-12 12:14:20

回帖赚金币
页: [1]
查看完整版本: test测试帖子