Edit Combobox List Items Demo

Cool ways to do cool things.
Post Reply
ShirleyMSmith
Posts: 22
Joined: Tue Oct 11, 2005 5:23 am

Edit Combobox List Items Demo

Post by ShirleyMSmith »

This demo program shows one way to add, edit and delete items in a combobox list. It also allows moving list items up and down in the list. Plus it demonstrates loading the combobox list items into the combobox array from a data file.

This is a demo program, even though I think that almost all of the routines can be put directly into a larger program as they are.
If the routines are put into your program, watch for duplicate variable names that might be changed in these routines.
Attachments
EditNamesDialog.zip
Shows a way to edit array items in a combobox array
Allows adding, editing, deleting and moving list items
(3.43 KiB) Downloaded 570 times
Post Reply