add to list once created

Last post 01-07-2008 23:06 by Anonymous. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • 01-07-2008 23:06

    add to list once created

    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!
Page 1 of 1 (1 items)