"My" Objects of VB.NET
Author:
Bipin Joshi
The VB.NET Version 2.0 as well as C# version 2.0 contains many new enhancements to the core
language. One of the new cool feature added to VB.NET is "My" objects. My objects is a set of
objects that are implicitly available to your application which provide short cut to many tasks
otherwise seem tedious. For example, to know details about the computer on which the application
is running such as name, memory, clock and network you have My.Computer object. No need to look anywhere else. All the necessary information is available at a single place! In all there are seven My objects and this article is going to give you peek into some of them.
More Tutorials
|