|
-
May 14th, 2006, 03:18 PM
#1
Thread Starter
Addicted Member
listbox only 5lines
Hi,
can somebody show me how to add 5 lines to a listbox..if thiers anymore..it replaces the first line so all the rest get moved down.
line = line + 1
if line = < 5 then
frmtest.list1.additem , , "hello"
else
frmtest.list1.additem , , "i wanna start from the top"
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
|