Hello!
I try windows Program (e.g. Excel, Word...) close:
...
SendMessage hTargetWindow, %WM_CLOSE OR %WM_NCDESTROY, 0, 0
...
and get: "Save changes to ...?" <Yes/No/Cancel>
How can AUTOsave to... + CLOSE? without program
message "Save changes to ...?" <Yes/No/Cancel> ???
I like the change (doc, xls,...) save.
(
Thanks
Alexander
I try windows Program (e.g. Excel, Word...) close:
...
SendMessage hTargetWindow, %WM_CLOSE OR %WM_NCDESTROY, 0, 0
...
and get: "Save changes to ...?" <Yes/No/Cancel>
How can AUTOsave to... + CLOSE? without program
message "Save changes to ...?" <Yes/No/Cancel> ???
I like the change (doc, xls,...) save.

Thanks
Alexander
Comment