ShellExecuteEx

  • Thread starter Thread starter mmobile
  • Start date Start date
M

mmobile

I PInvoked the ShellExecuteEx to start Excel Mobile with a file name like
"test.pxl". Is there anyway I can programmatically call Excel Mobile to
save and exit so that it will release it's handle to the "test.pxl" file?
 
"Save and Exit" probably not. You could send a WM_CLOSE to the main window
and it should, I think, ask the user if he wants to save...

Paul T.
 
Back
Top