261869247 发表于 2010-8-17 02:02:13

请教如何双击复制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

261869247 发表于 2010-8-17 02:02:36

找了论坛 没有类似的!

afan 发表于 2010-8-17 02:09:41

注册 WM_COMMAND 消息

261869247 发表于 2010-8-17 02:16:42

谢谢 我试试

pusofalse 发表于 2010-8-17 02:22:09

回复 6# 261869247


    请不要在主题贴下提问任何与本主题无关的问题,请另开新帖或者在原始贴中提问。

G,man。 发表于 2010-8-18 14:29:48

6楼?谁啊?我刚来。
页: [1]
查看完整版本: 请教如何双击复制GUI 界面内容