|
-
Jun 9th, 2019, 01:52 PM
#22
Re: [vb6]Common Dialog Class (Yet Another One)
@DerWise. I think I may have it but am not sure.
In your copy of the class, can you make the following changes, for testing only. We are going to take the sItems() array out of pvInitStructure and move it to the declarations section:
1. Add this at top of declarations section: Private sItems() As String
2. In pvInitStructure method...
a. remove sItems from the DIM statements
b. remove the line: Erase sItems()
Now try it.
Last edited by LaVolpe; Jun 9th, 2019 at 03:22 PM.
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
|