Populating listbox from list oc objects in the dll | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Populating listbox from list oc objects in the dll

How can i populate a listbox from a list of objects in the dll, i can't seem to get it to work. there will be two code parts linked, one for the dll, the other is the selection form with the listbox

13th Apr 2018, 11:08 AM
Roguesquid
Roguesquid - avatar
6 Answers
0
Nice code. Can you tell me some more. Please do specify you question ? What is it you need help with ? Can you add a customer to your list ? Can you write the file ? Can you read the file ? What method should the form call to get the list of customers or should it link to the list ?
13th Apr 2018, 8:32 PM
sneeze
sneeze - avatar
0
the file can't seem to be read, though it might just be in the wrong folder. it's not writing to file, and I'm not sure whether the list is added to, have used breakpoints, and list seems to be empty after adding customer.
13th Apr 2018, 8:35 PM
Roguesquid
Roguesquid - avatar
0
i may have a solution in 3 days to the listbox problem, but not to the file reader. this would be a rewrite of how the class is created, as well as a method that returns the user once created in the form itself
13th Apr 2018, 8:36 PM
Roguesquid
Roguesquid - avatar
0
Take one step at the time, make small steps Check each step. Start filling the stylist list with hard-coded data to exclude reading the file. Use the list to fill the listbox. Save the list, check whether is in the expected location and holds the expected data You are doing a lot of steps, I have not named all.
13th Apr 2018, 8:42 PM
sneeze
sneeze - avatar
0
cheers
13th Apr 2018, 8:48 PM
Roguesquid
Roguesquid - avatar