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 Computer Resources (Visual Basic)
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.Updating an Application (Visual Basic)
Contains documentation on how to update ClickOnce applications using the My.Application.Deployment propertyLogging Information from the Application (Visual Basic)
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.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 User Data (Visual Basic)
Contains documentation on tasks that you can accomplish using the My.User object.Accessing Application Forms (Visual Basic)
Contains documentation on accessing an application's forms by using the My.Forms and My.Application objects.Accessing Application Web Services (Visual Basic)
Contains documentation on how to access the Web services referenced by the application using the My.WebServices object.Accessing Application Resources (Visual Basic)
Contains documentation on accessing an application's resources using the My.Resources object.Accessing Application Settings (Visual Basic)
Contains documentation on accessing an application's settings using the My.Settings object.Processing Drives, Directories, and Files (Visual Basic)
Contains documentation on how to access the file system using the My.Computer.FileSystem object.