找回密码
 加入
搜索
查看: 1327|回复: 0

[系统综合] 为什么_IECreateEmbedded 后,input 框无法显示闪烁的鼠标

[复制链接]
发表于 2014-1-3 14:48:13 | 显示全部楼层 |阅读模式
_IECreateEmbedded 后,input 无法显示闪烁的光标,这是为什么 ?如下图




代码如下:
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Include <Date.au3>
#include <IE.au3>



$oIE = _IECreateEmbedded()
$Form2 = GUICreate("", 1341, 728, @DesktopWidth/2 -1341/2 ,@DesktopHeight/2 - 728/2)
$Input1 = GUICtrlCreateInput("", 1096, 140, 217, 40)
GUISetState(@SW_SHOW)
GUICtrlCreateObj($oIE, 0, 0, 1055, 728)
_IENavigate($oIE,"about:blank")
While 1

        $nMsg = GUIGetMsg()
        Switch $nMsg
                Case $GUI_EVENT_CLOSE
                        Exit
        EndSwitch
WEnd

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?加入

×
您需要登录后才可以回帖 登录 | 加入

本版积分规则

QQ|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度

GMT+8, 2024-5-20 09:57 , Processed in 0.077708 second(s), 25 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表