Quote Originally Posted by eliaspizarro View Post
inputbox or msgbox disapear sometimes. for example add this to the code

Sub errTest()
Dim Notification As New frmNotification(5000, "This is a test message " & variable, "This is a second text message to pass")
Notification.Show()
variable += 1
End Sub

Private Sub frmMain_Load(sender As Object, e As EventArgs) Handles MyBase.Load
errTest()
errTest()
errTest()

MsgBox("test")
End Sub

good job btw

regards,
What are you even talking about?