|
-
Oct 29th, 2008, 09:19 PM
#1
Thread Starter
Lively Member
Need a solution for this
Hello, I am adding a new object to a list of objects like this.
Locations.Add(New Location)
How can I add the new object while its structure is filled out.
Here is the class
Public Class Location
Public ID As Integer
Public LName As String
Public LDesc As String
End Class
How can I have a Location filled out and added to a list instead of just creting a blank object.
Last edited by kbrizs; Oct 29th, 2008 at 09:43 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|