비베닷넷에서 메세지 박스를 띄울 때 타이머를 붙여서 확인 메세지를 클릭하지 않고 메세지 박스를 자동으로 닫는 클래스입니다. 전체 코드. 탭이 먹히지 않아서 보기가 그런데 비쥬얼 스튜디오에서 복사하고 그냥 그대로 붙여넣기 하면 됩니다. Public Class AutoClosingMessageBox Private _timeoutTimer As System.Threading.Timer Private _caption As String Private Sub New(ByVal text As String, ByVal caption As String, ByVal timeout As Integer) _caption = caption _timeoutTimer = New System.Threading.Timer(Addres..