G
Guest
I was trying to use some code that opens a file requester and lets the user
select a picture to populate a image control. The code I found uses functions
ahtAddFilterItem() but it won't compile. I get a Compile error: Sub or
Function not defined. Is there something I have to do 1st in order to use
these functions?
This is the actual function call ahtAddFilterItem(strFilter, "Compressed
Image Files (*.jpg, *.jff, *.gif, *.tiff )", "*.JPG;*.JFF,*.GIF,*.TIF")
Thanks
select a picture to populate a image control. The code I found uses functions
ahtAddFilterItem() but it won't compile. I get a Compile error: Sub or
Function not defined. Is there something I have to do 1st in order to use
these functions?
This is the actual function call ahtAddFilterItem(strFilter, "Compressed
Image Files (*.jpg, *.jff, *.gif, *.tiff )", "*.JPG;*.JFF,*.GIF,*.TIF")
Thanks