|
-
June 21st, 2000, 01:32 PM
#1
add items List
is there a way to add items to a listbox or listview control during run time instead of design time?
-
June 21st, 2000, 01:40 PM
#2
Re: add items List
use listbox.additem "One"
dim i as integer
for i=0 to 10
listbox.additem "one"
next i
you can remov listbox.removitem
-
June 21st, 2000, 01:44 PM
#3
Re: add items List
Sure,
use LISTBOXName.AddItem=......
The Item must be a STRING-Variable
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|