lele9013 发表于 2008-9-3 23:27:27

请问 这种样式 如何做呢??无标题栏 带阴影

如图所示的 - -

renren 发表于 2008-9-8 09:04:23

无语中.....................:face (31):

pcbar 发表于 2008-9-8 10:05:50

#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>

#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 285, 80, -1, -1, $WS_POPUP,$WS_EX_DLGMODALFRAME)
$Label1 = GUICtrlCreateLabel("窗口演示,按ESC键退出...",75, 30, 200, 17)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
        $nMsg = GUIGetMsg()
        Switch $nMsg
                Case $GUI_EVENT_CLOSE
                        Exit

        EndSwitch
WEnd

bsplin 发表于 2008-9-8 11:22:46

果然够搞笑啊!

jybb001 发表于 2009-11-14 08:51:09

留个脚印---

awingu 发表于 2009-12-9 08:03:06

努力征集各种实用的代码中...

痒痒 发表于 2009-12-9 09:25:48

gui控制样式,太多了,好难记。。
页: [1]
查看完整版本: 请问 这种样式 如何做呢??无标题栏 带阴影