Results 1 to 5 of 5

Thread: Need a solution for this

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2008
    Location
    Palm Desert, CA
    Posts
    91

    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
  •  



Click Here to Expand Forum to Full Width