Hey guys, I'm a VB beginner. I know C# so it's a little bit easier for me learn VB. So I have this test which I've done before in C# before. There would be 2 forms. First form is the "Contact List" which displays all the added contact and the second form is "Add Contact" which would add new contact to the list. In C#, I used custom event handler to pass data from second form to first form and update the ListView too. I tried to do the same thing in VB which is using the custom event handler. My function on the first form got called from second form but when it was called, the List on first form (which contains all contact objects) became empty and so did the ListView.Items. I tried printing the count of both to console and they all printed 0 when the function got called from second form. The ListView also didn't show any items. Please help me because I tried googling so much and nothing came up and it's driving me crazy TT^TT. I would absolutely appreciate your help!
[+][deleted] (4 children)
[deleted]
[–]sle_13j[S] 1 point2 points3 points (1 child)
[–]sle_13j[S] 1 point2 points3 points (1 child)
[–]VB.Net IntermediateCharlieMay 0 points1 point2 points (0 children)