Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

new in vb.net 2005 part 3

Status
Not open for further replies.

chrissie1

Programmer
Aug 12, 2002
4,517
0
0
BE
Doesn't this sound good, just read the commented lines, I already love the last one.
BTW these are the application events.

Code:
Namespace My

    ' 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.
    Partial Friend Class MyApplication

    End Class

End Namespace

Christiaan Baes
Belgium

I just like this --> [Wiggle] [Wiggle]
 
But now i think you cannot use "My" word for naming objects..is that true?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top