JR-Stegano Activex

Properties   Methods   Events   Example

WriteStatus(ByVal xWrite As Integer)

            this event is fired at write data with Add text, Add DATA a.s.o
            with each progress in % became.

            ico_einstellungen Return value:                        

xWrite

Progress in %

Example:

            Private Sub JRStegano1_WriteStatus(xWrite As Integer)

                        Command2.Caption = Str$(xWrite) + "%"

            End Sub