Visual Basic의 프로그래밍Programming in Visual Basic
이 섹션에서는 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
My.Computer
개체를 사용하여 애플리케이션이 실행되는 컴퓨터에 대한 정보에 액세스하는 방법과 컴퓨터를 제어하는 방법에 대한 설명서를 포함합니다.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.
애플리케이션의 정보 기록Logging Information from the Application
My.Application.Log
및 My.Log
개체를 사용하여 애플리케이션의 정보를 로깅하는 방법과 애플리케이션의 로깅 기능을 확장하는 방법에 대한 설명서를 포함합니다.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 User Data
My.User
개체를 사용하여 수행할 수 있는 작업에 대한 설명서를 포함합니다.Contains documentation on tasks that you can accomplish using the My.User
object.
애플리케이션 폼 액세스Accessing Application Forms
My.Forms
및 My.Application
개체를 사용하여 애플리케이션의 폼에 액세스하는 방법에 대한 설명서를 포함합니다.Contains documentation on accessing an application's forms by using the My.Forms
and My.Application
objects.
애플리케이션 웹 서비스 액세스Accessing Application Web Services
My.WebServices
개체를 사용하여 애플리케이션에서 참조하는 웹 서비스에 액세스하는 방법에 대한 설명서를 포함합니다.Contains documentation on how to access the Web services referenced by the application using the My.WebServices
object.
애플리케이션 설정 액세스(Visual Basic)Accessing Application Settings
My.Settings
개체를 사용하여 애플리케이션 설정에 액세스하는 방법에 대한 설명서를 포함합니다.Contains documentation on accessing an application's settings using the My.Settings
object.
드라이브, 디렉터리 및 파일 처리Processing Drives, Directories, and Files
My.Computer.FileSystem
개체를 사용하여 파일 시스템에 액세스하는 방법에 대한 설명서를 포함합니다.Contains documentation on how to access the file system using the My.Computer.FileSystem
object.