©2009 Microsoft Corporation. All rights reserved.
Visual Basic Application Development
Development with My

Visual Basic provides new features for rapid application development that improve productivity and ease of use while delivering power. One of these features, called My, provides access to information and default object instances that are related to the application and its run-time environment. This information is organized in a format that is discoverable through IntelliSense and logically delineated according to use.

Top-level members of My are exposed as objects. Each object behaves similarly to a namespace or a class with Shared members, and it exposes a set of related members.

This table shows the top-level My objects and their relationship to each other.

Object Model for My
Performing Tasks with My.Application, My.Computer, and My.User [ http://msdn.microsoft.com/en-us/library/ms233845.aspx ]

Describes the three central My objects, My.Application, My.Computer, and My.User, which provide access to information and functionality

Default Object Instances Provided by My.Forms and My.WebServices [ http://msdn.microsoft.com/en-us/library/ms233839.aspx ]

Describes the My.Forms and My.WebServices objects, which provide access to forms, data sources, and XML Web services used by your application.

Rapid Application Development with My.Resources and My.Settings [ http://msdn.microsoft.com/en-us/library/ms233807.aspx ]

Describes the My.Resources and My.Settings objects, which provide access to an application's resources and settings.

Overview of the Visual Basic Application Model [ http://msdn.microsoft.com/en-us/library/w3xx6ewx.aspx ]

Describes the Visual Basic Application Startup/Shutdown model.

How My Depends on Project Type [ http://msdn.microsoft.com/en-us/library/ms172698.aspx ]

Gives details on which My features are available in different project types.

Concepts

How My Depends on Project Type [ http://msdn.microsoft.com/en-us/library/ms172698.aspx ]

Reference

My.Application Object [ http://msdn.microsoft.com/en-us/library/0f99dse4.aspx ]
My.Computer Object [ http://msdn.microsoft.com/en-us/library/11bxex12.aspx ]
My.User Object [ http://msdn.microsoft.com/en-us/library/a3da82hw.aspx ]
My.Forms Object [ http://msdn.microsoft.com/en-us/library/87y2hdsf.aspx ]
My.WebServices Object [ http://msdn.microsoft.com/en-us/library/7hdc2z0h.aspx ]
Tags: 
 
Community Content