I am reading dwg files and extracting info from the title blocks. As there are almost 600 sheets in the set, I want to show the user my progress, but as I am using objectDBX, I can't use utility.prompt.
Msgbox requires the user to confirm, so it is out of the question for 600 sheets.
A locked form seems to be the best solution, but I can't figure out how to write a scrolling list of filenames to the form. I'm not sure what is the best control to use for the job, and the code to populate it dynamically from inside the read loop.
Of course, I could make do with a progress bar, but all the code I've seen uses an API call and some very complicated declarations.