RE: Visual Basic 6 or Visual Basic .NET?
Well...
Member function:
Public Sub SetCheck1Caption(NewCap As String)
Check1.Caption = NewCap
End Sub
And then use something like this
uc1Blah.SetCheck1Caption uc2Blah.GetLabel1Caption()
This post was edited on 08-25-2004 at 05:48 PM by Mnjul.
|