|
-
Oct 30th, 2000, 02:22 PM
#1
Thread Starter
Fanatic Member
I have an application that at form load loops through a directory and lists all of the pdf files in that directory and places those names in a combo box. If I want to "refresh" that combo box as new files come into the directory what would be the proper coding?
-
Oct 30th, 2000, 02:35 PM
#2
Lively Member
use List1.Clear
and then call your original sub to load again
-
Oct 30th, 2000, 02:53 PM
#3
Thread Starter
Fanatic Member
Is there a way to automate when the sub gets called. In other words a certain amount of time?
-
Oct 30th, 2000, 07:54 PM
#4
PowerPoster
..
Just try throwing a timer in your program.
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
|