Programming in Visual Basic
This section discusses programming tasks that you may want to learn more about as you create your Visual Basic application.
In This Section
Accessing a Running Application in Visual Basic
Contains documentation on how to control the application's run-time behavior and get run-time information about the application.Accessing Application Forms
Contains documentation on accessing an application's forms by using the My.Forms and My.Application objects.Accessing Application Resources
Contains documentation on accessing an application's resources using the My.Resouces object.Accessing Application Settings
Contains documentation on accessing an application's settings using the My.Settings object.Accessing Application Web Services
Contains documentation on how to access the Web services referenced by the application using the My.WebServices object.Accessing Computer Resources
Contains documentation on how to use the My.Computer object to access information about the computer on which an application runs and how to control the computer.Accessing User Data
Contains documentation on tasks that you can accomplish using the My.User object.Logging Information from the Application
Contains documentation on how to log information from your application using the My.Application.Log and My.Log objects, and how to extend the application's logging capabilities.Processing Drives, Directories, and Files
Contains documentation on how to access the file system using the My.Computer.FileSystem object.Updating an Application
Contains documentation on how to update ClickOnce applications using the My.Application.Deployment property