I have created a class that in the _doWork is populated, and i send it to the _ProgressChange d procedure, where I cand do whatever I want to the component on the form:
Code:
Public Class myObj
Public action As String
Public msg As String
Public pbAction As Integer
Public pbMsg As Integer
End Class
...
Private Sub btnGO_Click(ByVal sender As System.Object,
Leave a comment: