I have compiled the source in C# and added it as a usercontol into a VB project. I can drop the CustomListBox control on the form. My question: How do I add rows to the listbox, programaticly once the application has been loaded.
I've tried: CustomListBox1.Items.Add(Now.ToShortTimeString & vbCrLf & "Welcome back....")
Any help would be greatly appreciated...thank you!