sorry John I have not seen the link to the code. Howeve after you said looked again and found it. but i cannot the below code.
Public Sub New(ByVal Text As String)
' Sets the file stream
MyBase.New()
strText = Text
End Sub
1. I have no idea what this code does
2. Why is it used
Thanks.
I mean i dont know the concept of using public sub new.
|