启嘟渡科技商贸有限公司
SEARCH

与我们合作

我们专注提供互联网一站式服务,助力企业品牌宣传多平台多途径导流量。
主营业务:网站建设、移动端微信小程序开发、营销推广、基础网络、品牌形象策划等

您也可通过下列途径与我们取得联系:

微 信: wxyunyingzhe

手 机: 15624122141

邮 箱:

VB做一个简单网页窗口

更新时间:2024-12-22 19:01:28

我已发

Private Sub Form_Load()

If Dir(App.Path & "\1.ini") = "" Then

Else

Open App.Path & "\1.ini" For Input As #1

Line Input #1, a

Line Input #1, b

Line Input #1, c

Form1.Width = a

Form1.Height = b

WebBrowser1.Navigate c

Close

End If

WebBrowser1.Width = Form1.Width

WebBrowser1.Height = Form1.Height

End Sub

Private Sub Form_Resize()

WebBrowser1.Width = Form1.Width

WebBrowser1.Height = Form1.Height

End Sub

Private Sub Form_Unload(Cancel As Integer)

Open App.Path & "\1.ini" For Output As #2

Print #2, Form1.Width

Print #2, Form1.Height

Print #2, WebBrowser1.LocationURL

Close

End Sub

多重随机标签

猜你喜欢文章

QQ客服 电话咨询