Thank you for your patience with this question. The question is, I want to separate the display on screen of different things, toast messages or sounds.
Now if I create a timer properly by declaring it in the sub globals, then initialize it properly in the subglobals, can I then use it in a sub routine, where within that routine are several events, like this for example?
MyT.ToastMessageShow2("First message.", 4, 40, 40, "", Colors.Red, Colors.Black, 14, False ,False)
mytimer_tick
MyT.ToastMessageShow2("Second message later.", 4, 40, 40, "", Colors.Red, Colors.Black, 28, False ,False)
Now if I create a timer properly by declaring it in the sub globals, then initialize it properly in the subglobals, can I then use it in a sub routine, where within that routine are several events, like this for example?
MyT.ToastMessageShow2("First message.", 4, 40, 40, "", Colors.Red, Colors.Black, 14, False ,False)
mytimer_tick
MyT.ToastMessageShow2("Second message later.", 4, 40, 40, "", Colors.Red, Colors.Black, 28, False ,False)