精易论坛

标题: 窗口嵌入 [打印本页]

作者: ytm易小白    时间: 2025-3-30 20:15
标题: 窗口嵌入
启动窗口嵌入到外部程序(VX)后为什么启动窗口的按钮都不行了,假如嵌入后我要按按钮3后就把剪辑版提前复制好的东西粘贴到输入框

5.e

957.82 KB, 下载次数: 5, 下载积分: 精币 -1 枚


作者: 是可可吖    时间: 2025-3-30 20:15
反过来,把x嵌入到你的程序里

补充内容 (2025-3-30 20:29):
或者你置父以后,把你的程序置顶
作者: AIabc    时间: 2025-3-30 20:58
Dim hw As Long
Dim fla As Boolean

If fla = False Then
    hw = FindWindow(vbNullString, "Program Manager")
    SetParent hw, Me.hwnd
    fla = True
Else
    SetParent hw, GetDesktopWindow
    fla = False
End If




欢迎光临 精易论坛 (https://125.confly.eu.org/) Powered by Discuz! X3.4