I am using VB6 on a Windows 7 (64bit) PC and want to modify a program written in Windows XP. The original program used CommonDialog and worked exactly how I wanted it.
But CommonDialog does not work on my new pc.
What I need to do is:
1. show all files and subdirectories in a default directory
2. select multiple files and write them to a list
3. or navigate to a subdirectory and then select files
4. or navigate to another directory anywhere on my pc and then select files.
This was a breeze using CommonDialog but I cannot get it to work and despite extensive searching, have not been able to find a viable alternative.
Can anyone help please or point me to where I could get clear information?
Yhanks
But CommonDialog does not work on my new pc.
What I need to do is:
1. show all files and subdirectories in a default directory
2. select multiple files and write them to a list
3. or navigate to a subdirectory and then select files
4. or navigate to another directory anywhere on my pc and then select files.
This was a breeze using CommonDialog but I cannot get it to work and despite extensive searching, have not been able to find a viable alternative.
Can anyone help please or point me to where I could get clear information?
Yhanks