Share via


Visual Basic 6.0 사용자를 위한 MsgBox 스타일 상수

업데이트: 2007년 11월

다음 표에서는 Visual Basic 6.0의 MsgBox Style 상수와 이에 해당하는 Visual Basic 2008 요소를 보여 줍니다.

참고:

이전 버전과의 호환성을 위해 Visual Basic 6.0의 MsgBox Style 상수는 Visual Basic 2008 코드에서 사용할 수 있습니다. 자세한 내용은 MsgBoxStyle 열거형을 참조하십시오.

Visual Basic 6.0

동일한 기능의 Visual Basic 2008 요소

vbOKOnly

MsgBoxStyle.OKOnly

vbOKCancel

MsgBoxStyle.OKCancel

vbAbortRetryIgnore

MsgBoxStyle.AbortRetryIgnore

vbYesNoCancel

MsgBoxStyle.YesNoCancel

vbYesNo

MsgBoxStyle.YesNo

vbRetryCancel

MsgBoxStyle.RetryCancel

vbCritical

MsgBoxStyle.Critical

vbQuestion

MsgBoxStyle.Question

vbExclamation

MsgBoxStyle.Exclamation

vbInformation

MsgBoxStyle.Information

vbDefaultButton1

MsgBoxStyle.DefaultButton1

vbDefaultButton2

MsgBoxStyle.DefaultButton2

vbDefaultButton3

MsgBoxStyle.DefaultButton3

vbDefaultButton4

해당 사항 없음

vbApplicationModal

MsgBoxStyle.ApplicationModal

vbSystemModal

MsgBoxStyle.SystemModal

vbMsgBoxHelpButton

MsgBoxStyle.MsgBoxHelp

vbMsgBoxRight

MsgBoxStyle.MsgBoxRight

vbMsgBoxRtlReading

MsgBoxStyle.MsgBoxRtlReading

vbMsgBoxSetForeground

MsgBoxStyle.MsgBoxSetForeground

참고 항목

참조

MsgBoxStyle 열거형

기타 리소스

Visual Basic 6.0 사용자를 위한 상수 대응 관계

Visual Basic의 상수 및 열거형