Is there any method where I could save file in another application? I want to save a file as a text file in event viewer (an application in Windows NT) from my program.. How can I do this?
Thanks for any help given! :)
Printable View
Is there any method where I could save file in another application? I want to save a file as a text file in event viewer (an application in Windows NT) from my program.. How can I do this?
Thanks for any help given! :)
You'd have to send the appropiate keys to active it's save function, for example, Alt, Down, Down, Enter, (filename), Enter
Thanks a bunch for your suggestion! I'll try at once!
Or found out the way they store it and store it the same way.
In Example. if it stores the text in the registry you could add also to the registry.