Click to See Complete Forum and Search --> : Using SetWindowsHookEx on GetSaveFileName


joonas
September 19th, 2005, 06:05 PM
I want to intercept GetSaveFileName when the user click Ok and retrieve the filename of the file being saved. I figured I need to use SetWindowsHookEx but I can't work out what message is being sent...

Anyone who can help me?

kirants
September 19th, 2005, 07:14 PM
Is the file save dialog popped by your own application ?

joonas
September 20th, 2005, 01:27 AM
No of course not...then I wouldn't need a hook :)