|
ComTL Events
MsgArrived Event
Description
This event fires when a new message is received
Definition
Public Event MsgArrived()
Example
The following code displays message box with received data at MsgArrived Event fires
Private Sub ComTL_MsgArrived() MsgBox ComTL1.ReadData End Sub
|