The ProgressMessage event is triggered when synchronization progress information changes.
Public Event ProgressMessage( ByVal msg As String ) Member of DbmlsyncCOM.Dbmlsync
msg The new progress string.
Use this event to receive the string normally displayed with the dbmlsync progress bar.
The following Visual Basic .NET example sets the value of a progress label when the ProgressMessage event is triggered.
Private Sub dbmlsync1_ProgressMessage( ByVal msg As String ) Handles dbmlsync1.ProgressMessage lblProgressMessage.Text = msg End Sub |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |