nickthedivil 0 Newbie Poster

Hi i am trying to popuate a checked list box with the following code. It works but how do i get the checked list box to keep the entred details or the next time i use the program. like they were put in the items collections properties? any help would be great. thanks Nick.

Dim promt1 As String 'veriable

        promt1 = "Please enter New Customer Name"
        strcustomer = InputBox(promt1)
        CheckedListBox2.Items.Add(strcustomer)
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.