Forum Post: RE: Add variable to checkedlistbox

Status
Not open for further replies.
R

Rob Debbage

Guest
Hi, I'm assuming that when you say "add a variable", you meant that you want to add an item to the CheckedListBox. If so, you should be able to use the Add() method on the CheckedListBox's Item collection to do this. For example, checkedListBox1:Items:Add("test1"). "test1" will appear in the CheckedListBox. HTH, Rob

Continue reading...
 
Status
Not open for further replies.
Top