when u click a link IE prompts with a dialog asking u if u want to open the file or save it. I suppose thats a function of a dll but which dll and which function do i have to use?
thnks
Printable View
when u click a link IE prompts with a dialog asking u if u want to open the file or save it. I suppose thats a function of a dll but which dll and which function do i have to use?
thnks
I'm not sure if this is what you want, but try looking up
GetSaveFileNamePreview
GetSaveFileName
It might point you in the right direction.
http://www.allapi.net/
HTH