applicationevents.vb

来自「一个界面很好的iRadio收音机 一个界面很好的iRadio收音机」· VB 代码 · 共 15 行

VB
15
字号
Option Explicit On
Option Strict On

Namespace My

    '''<summary> The following events are availble for MyApplication:
    ''' 
    ''' Startup: Raised when the application starts, before the startup form is created.
    ''' Shutdown: Raised after all application forms are closed.  This event is not raised if the application terminates abnormally.
    ''' UnhandledException: Raised if the application encounters an unhandled exception.
    ''' StartupNextInstance: Raised when launching a single-instance application and the application is already active. 
    ''' NetworkAvailabilityChanged: Raised when the network connection is connected or disconnected.
    '''</summary>>
    ''' 
    ''' <copyright>Copyright 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?