| | | Junior Member
       
Group: Forum Members Last Login: 2/11/2009 7:04:38 AM Posts: 14, Visits: 9 |
| It has to do with the same old story I've posted weeks ago..... and I'm so angry about VB. Net (1.1) ....
Someone solve me this one, please:
----------------------------------------
Public Class Thinger
Private arrThings As ArrayList
Public Sub New()
Me.arrThings = New ArrayList()
End Sub
Public Sub AddThing(String thingId)
Dim x As New Thing(thingId)
Me.arrThings.Add(x)
End Sub
Public Function GetThings() As Thing()
Return CType(Me.arrThings.ToArray(?#@!?), Thing())
End Function
End Class
Web design services
 
Website Designing Company |
| | | | Junior Member
       
Group: Forum Members Last Login: 2/11/2009 7:04:38 AM Posts: 14, Visits: 9 |
| | |
|
|