With ShellExecute I can open a M$Word-file, no problem.
Now I'm fiddling with sockets. I recieve a word-file (from another computer)
in a Memorystream. Is it possible with something like ShellExecute to open
M$Word with the file in the stream?
Now I'm saving the file in the TEMP-directory and open it. I think it can be
done without that overhead.