Dim notification1 As Notification
notification1.Initialize
notification1.Icon = "icon" 'use the application icon file for the notification
notification1.Vibrate = True
notification1.SetInfo("sdfsdf", "fwefwef", "")
notification1.Sound = True
notification1.AutoCancel =True
notification1.Notify (1)
notification1.Initialize
notification1.Icon = "icon" 'use the application icon file for the notification
notification1.Vibrate = True
notification1.SetInfo("sdfsdf", "fwefwef", "")
notification1.Sound = True
notification1.AutoCancel =True
notification1.Notify (2)
notification1.Initialize
notification1.Icon = "icon" 'use the application icon file for the notification
notification1.Vibrate = True
notification1.SetInfo("sdfsdf", "fwefwef", "")
notification1.Sound = True
notification1.AutoCancel =True
notification1.Notify (3)