文件名称:codefans.net
- 所属分类:
- Internet/网络编程
- 资源属性:
- 上传时间:
- 2012-11-26
- 文件大小:
- 5kb
- 下载次数:
- 0次
- 提 供 者:
- 李**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
用VB制作的一个简单的网页浏览器Private Sub Form_Load()
Label2.Left = 0
Label2.Top = Toolbar1.Height
Combo1.Top = Toolbar1.Height
Label2.Caption = "地址: "
Label2.Height = 315
Combo1.Left = Label1.Width
Combo1.Width = Form1.Width - Label2.Width
WebBrowser1.Width = Form1.ScaleWidth
WebBrowser1.Top = Combo1.Top + 500
WebBrowser1.Height = Form1.ScaleHeight - Combo1.Height - StatusBar1.Height - 200
WebBrowser1.Left = 0
Download by http://www.codefans.net
StatusBar1.Panels(1).Width = Form1.Width / 2
StatusBar1.Panels(2).Width = Form1.Width / 4
StatusBar1.Panels(3).Width = Form1.Width / 4
StatusBar1.Panels(2).Text = "我的电脑"
StatusBar1.Panels(3).Text = Str$(Time)
On Error Resume Next
Me.Show
内详-VB produced a simple web browser
Label2.Left = 0
Label2.Top = Toolbar1.Height
Combo1.Top = Toolbar1.Height
Label2.Caption = "地址: "
Label2.Height = 315
Combo1.Left = Label1.Width
Combo1.Width = Form1.Width - Label2.Width
WebBrowser1.Width = Form1.ScaleWidth
WebBrowser1.Top = Combo1.Top + 500
WebBrowser1.Height = Form1.ScaleHeight - Combo1.Height - StatusBar1.Height - 200
WebBrowser1.Left = 0
Download by http://www.codefans.net
StatusBar1.Panels(1).Width = Form1.Width / 2
StatusBar1.Panels(2).Width = Form1.Width / 4
StatusBar1.Panels(3).Width = Form1.Width / 4
StatusBar1.Panels(2).Text = "我的电脑"
StatusBar1.Panels(3).Text = Str$(Time)
On Error Resume Next
Me.Show
内详-VB produced a simple web browser
(系统自动生成,下载前可以参看下载内容)
下载文件列表
(没有文件,原文件不完全或已损坏或有密码)