请教如何双击复制GUI 界面内容
#include <GUIConstantsEx.au3>#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form2 = GUICreate("窗体1", 213, 111, 302, 218)
$Label1 = GUICtrlCreateLabel("双击鼠标复制我", 48, 40, 88, 17)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd
找了论坛 没有类似的! 注册 WM_COMMAND 消息 谢谢 我试试 回复 6# 261869247
请不要在主题贴下提问任何与本主题无关的问题,请另开新帖或者在原始贴中提问。 6楼?谁啊?我刚来。
页:
[1]