Qwert0000
Technical User
- Oct 24, 2003
- 30
Hi,
I finally got the common dialog control to work using the code at,
I just need a little help setting the flags and checking the directory that is returned.
I am using this to set a bound text box to a file name for linking a picture within my form.
I have my filter set as (ahtAddFilterItem(strFilter, "Pictures (*.BMP)", "*.BMP"
and have the inital directory set (CurrentProject.path & "\pics"
.
I am uncertaine about what flags to set, if any, the example showed hide read only
I would also like to check the return result to see if it was chosen from the inital directory so I can store it as file name only if it was.
Any help on this matter would be greatly appriciated.
I finally got the common dialog control to work using the code at,
I just need a little help setting the flags and checking the directory that is returned.
I am using this to set a bound text box to a file name for linking a picture within my form.
I have my filter set as (ahtAddFilterItem(strFilter, "Pictures (*.BMP)", "*.BMP"
and have the inital directory set (CurrentProject.path & "\pics"
I am uncertaine about what flags to set, if any, the example showed hide read only
I would also like to check the return result to see if it was chosen from the inital directory so I can store it as file name only if it was.
Any help on this matter would be greatly appriciated.