
Updated with ReceivedData event and add a demo for receiving data while the app is on the systemtray.
Start DemoReceive and DemoSend, place the Receive app on the systemtray and send a message with the Send app.
This class module will help you to put your app on the systemtray on the right way.
Events supported:
- BalloonClick()
- BalloonClose()
- BalloonHide()
- BalloonShow()
- BalloonTimeOut()
- Click (Button As Integer)
- DblClick (Button As Integer)
- Mouse Down (Button As Integer)
- Mouse Move ()
- Mouse Up (Button As Integer)
- ReceivedData(Data As String)
Read the txt file for more info.