请问 这种样式 如何做呢??无标题栏 带阴影
如图所示的 - - 无语中.....................:face (31): #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 果然够搞笑啊! 留个脚印--- 努力征集各种实用的代码中... gui控制样式,太多了,好难记。。
页:
[1]