View Single Post
  #5 (permalink)  
Old 01-11-2009, 11:51 PM
Blesson Blesson is offline
VB.NET Forum Newbie
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Jan 2009
Age: 23
Posts: 18
Reputation: 17
Blesson is on a distinguished programming path ahead
Default

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.
Reply With Quote