|
-
Apr 29th, 2006, 01:18 AM
#1
Thread Starter
Fanatic Member
clear a filelistbox
I have a filelistbox that displays files inside a specific folder when the user clicks on the command check.what I want is to clear the content of the filelistbox each time the user clicks on check
Private Sub cmdCheck_click()
File1.clear 'It didn't work
...'My code
File1.Path="C:\TempProject"
How can I clear a filelistbox?
thanks
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
|