Hi ,
I developing an application that hooks the Open/Save dialog for getting the
selected file path. currently am able to hook the common dialog but it's not
working on office Open/Save dialog. On Searching i found that Office is using
separate Open/Save dialog. Can anyone help me to identify the Office
Open/Save dialog messags equivalent to common dialog's
CDN_INITDONE
CDN_FILEOK
CDM_GETFILEPATH
CDM_GETFOLDERIDLIST
CDM_GETFOLDERPATH
CDM_GETSPEC
CDM_HIDECONTROL
CDM_SETCONTROLTEXT
CDM_SETDEFEXT
thanks
Nitheesh
Shauna Kelly - 28 Jan 2008 04:55 GMT
Hi Nitheesh
See the following:
Intercepting events like Save and Print
http://www.word.mvps.org/FAQs/MacrosVBA/InterceptSavePrint.htm
Getting help with calling Word's built-in dialogs using VBA (and why
doing so can be much more useful than you'd think)
http://www.word.mvps.org/FAQs/MacrosVBA/WordDlgHelp.htm
Shauna
Shauna Kelly. Microsoft MVP.
http://www.shaunakelly.com/word
> Hi ,
>
[quoted text clipped - 20 lines]
>
> Nitheesh