Hi all, sometimes I came across so classes that have :

Code:
Public Sub New()
    ' Do something
End Sub
May i know is this same as the Class Initialize routine? Or when does it get fired?