请大神帮忙修改,红包酬谢!已解决
本帖最后由 lolrjes 于 2017-6-28 11:11 编辑在论坛抄了个大神的代码
做个内嵌IE窗口,
为什么有多余的白边?
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <IE.au3>
$IE = ObjCreate("Shell.Explorer.2")
$gui = GUICreate("随你信不信,反正我信了",600,910, -1)
GUICtrlCreateObj($IE,0,0,700,930)
GUISetState()
_IENavigate ($IE, "c:\test.html")
While 1
Local $msg = GUIGetMsg()
Select
Case $msg = $GUI_EVENT_CLOSE
Exit
EndSelect
Sleep(10)
WEnd
请大神帮忙。谢谢大神,红包酬谢! 网页的样式问题 回复 1# lolrjes
在你的页面中添加下面<head>中的内容
<html>
<head>
<style type="text/css">
body{margin:0;padding:0}
</style>
</head>
<body>
<a href="https://s.click.taobao.com/yB1JZhw" target="_blank"> <img src=".\566.jpg" width="590" height="900" />
</body>
</html>
给我打赏或红包的地址
http://www.jianyiit.com/soft/Reward.php?from=Blog
如果几块钱打红包就算了。谢谢!!!! 回复 3# 绿色风
谢谢了大侠,小小红包请不要介意! 回复 4# lolrjes
OK,收到了,请把问题的标题改为已解决,谢谢!!!! 感谢楼主分享,学习一下。 感谢楼主分享,学习一下。 感谢楼主分享,学习一下。 学习了{:face (125):} kan 不懂呀,什么用 HTML代码的问题。改为无边框就好了
页:
[1]