Link to home
Start Free TrialLog in
Avatar of tlaks
tlaks

asked on

Looking for dll, and usage

My app accesses a file.  I would like the user to be able to modify the file, by either typing it into a textbox, or pushing a "Browse..." button.  The button should call the dll that many Microsoft applications use to allow you specify which file to open.

What is the name of this dll, what parms do I provide it and what does it return?  (I have no manuals for this info.)
Avatar of psmith789
psmith789

Is this a text file? You may be able to use the common file dialog to get the name and then a Shell command to open it in Notepad (or your specific text editor).

Don't have manuals...do you have the help files? Also, what version of VB?
Avatar of tlaks

ASKER

This is version VB 6.0
The help files are slow massive and confusing, but I checked there first and could not find help that would walk me through my dll.
I probably am looking for the common file dialog.  The program will read and process the file.  All I need is the dll, syntax, and what it returns.
ASKER CERTIFIED SOLUTION
Avatar of psmith789
psmith789

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of tlaks

ASKER

Yes.  This is to the mark what I needed.