📄 form1.frm
字号:
VERSION 5.00
Object = "{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}#1.1#0"; "ieframe.dll"
Begin VB.Form Form1
BackColor = &H000080FF&
Caption = "Form1"
ClientHeight = 6345
ClientLeft = 60
ClientTop = 450
ClientWidth = 7365
ClipControls = 0 'False
Icon = "Form1.frx":0000
LinkTopic = "Form1"
ScaleHeight = 6345
ScaleWidth = 7365
StartUpPosition = 3 '窗口缺省
Begin VB.CheckBox Check1
Caption = "窗口前置"
Height = 375
Left = 0
TabIndex = 0
Top = 0
Width = 1215
End
Begin SHDocVwCtl.WebBrowser WebBrowser1
Height = 6255
Left = 0
TabIndex = 1
TabStop = 0 'False
Top = 360
Width = 7785
ExtentX = 13732
ExtentY = 11033
ViewMode = 0
Offline = 0
Silent = 0
RegisterAsBrowser= 0
RegisterAsDropTarget= 1
AutoArrange = 0 'False
NoClientEdge = 0 'False
AlignLeft = 0 'False
NoWebView = 0 'False
HideFileNames = 0 'False
SingleClick = 0 'False
SingleSelection = 0 'False
NoFolders = 0 'False
Transparent = 0 'False
ViewID = "{0057D0E0-3573-11CF-AE69-08002B2E1262}"
Location = "http://www.soso.com/"
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Dim rtn
Private Sub Check1_Click()
If Check1.Value = 1 Then
rtn = SetWindowPos(Me.hwnd, -1, 0, 0, 0, 0, 3)
Else
rtn = SetWindowPos(Me.hwnd, -2, 0, 0, 0, 0, 3)
End If
'Print Check1.Value
End Sub
Private Sub Form_Load()
Form1.Caption = "本港直播1.0"
WebBrowser1.Navigate "http://219.133.37.234/live/Live.aspx"
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -