An up and down arrow for a button?

Posted by Lee Hallin on July 13, 2006

I'm writing a program that will have a TListBox of field names on the left, and a TListBox of previously selected field names on the right. In between these two boxes will be left and right arrows which, when clicked, will move a slected field name from one box to the other. Once names are on the right, I want to be able to move them up and down in the right hand box. Is there an easy way to put a up/down arrow on a button between the two boxes?

Related Articles and Replies