?? tphome.vb
字號(hào):
Public Class tpHome
Inherits tpBase
Public Sub New()
Me.web.Url = New Uri("http://community.csdn.net/HomePage/")
End Sub
Private Sub web_Navigating(ByVal sender As System.Object, ByVal e As System.Windows.Forms.WebBrowserNavigatingEventArgs) Handles web.Navigating
e.Cancel = True
End Sub
End Class
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -