|
-
Oct 20th, 2016, 11:16 AM
#1
Re: Animated Window Effects with "Toast" popup demo
 Originally Posted by eliaspizarro
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|