lolrjes 发表于 2017-6-24 18:50:40

请大神帮忙修改,红包酬谢!已解决

本帖最后由 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


请大神帮忙。谢谢大神,红包酬谢!

绿色风 发表于 2017-6-24 21:15:50

网页的样式问题

绿色风 发表于 2017-6-24 21:25:11

回复 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
如果几块钱打红包就算了。谢谢!!!!

lolrjes 发表于 2017-6-24 23:51:15

回复 3# 绿色风


    谢谢了大侠,小小红包请不要介意!

绿色风 发表于 2017-6-25 21:59:54

回复 4# lolrjes


    OK,收到了,请把问题的标题改为已解决,谢谢!!!!

herowu1987 发表于 2017-6-27 16:01:46

感谢楼主分享,学习一下。

herowu1987 发表于 2017-6-27 16:03:17

感谢楼主分享,学习一下。

herowu1987 发表于 2017-6-27 16:03:21

感谢楼主分享,学习一下。

lin6051 发表于 2017-6-28 11:03:20

学习了{:face (125):}

yt405043510 发表于 2017-6-29 17:36:49

kan 不懂呀,什么用

xx44t10 发表于 2017-7-1 16:09:13

HTML代码的问题。改为无边框就好了
页: [1]
查看完整版本: 请大神帮忙修改,红包酬谢!已解决