Hi,
New CToastMessageShow v.1.01 library
- allows you to control the number of messages displayed,
when you click the "Button1" button several times.
Example usage:
New CToastMessageShow v.1.01 library
- allows you to control the number of messages displayed,
when you click the "Button1" button several times.
Dim msg As CToastMessageShow
msg.Initialize
Example usage:
Sub Button1_Click
msg.CToastMessageShow("Toast Message Show", False)
End Sub