Word Save dialog

JasonC

New member
Joined
May 29, 2003
Messages
2
Hi,

Is there a way to find out if Microsoft Word has a save,open,print, etc... dialog box that is waiting for a response?


Thanks for any leads,
Jason
 
Originally posted by dynamic_sysop
i think word calls the common dialog for open / save like you can with any app , the save it will have an api for an event like user logging off / system shut down

Ill look into the common dialog, but Im not understanding your suggestion at all (not to sound dumb).

Ive just switched to .NET (looks like your code was C# ?) after not doing any real coding in VB or C++ for a few years now. Im using VB.NET to build my main application, but wouldnt mind using something else for something like this. That is kinda what .NET is for correct?....being able to use all those languages in one application. So would I be able to write a dll that would check for my Word problem, only it wouldnt be a dll anymore just embeded in the .NET solution?

Thanks much for the response though, but if you could give any more detail that would be great....

Thanks,
Jason
 
Back
Top