ghudson
Registered User.
- Local time
- Today, 18:29
- Joined
- Jun 8, 2002
- Messages
- 6,194
Ditto. The ShellExecute method I have in my browsing sample is a good example of the code only being written once [as any good programmer will know how to do]. You can easily make a listing for the user to choose from by storing the file info to be opened in a table and the user selects their choice from a combo box. All of that and more is demonstrated in my browsing sample.