Re: Convert btye[] to pdf

Peter Ritchie <[email protected]>
Newsgroups gmane.comp.windows.devel.dotnet.advanced
Message-ID <LISTSERV%[email protected]>
I'm aware of nothing like that.  Application isolation shouldn't allow something like that.

Executing explorer.exe would have the same problem if the PDF reader crashed.  i.e. If the reader crashed explorer.exe would it still crash your application?

Using Process.Start *does* have a latency (i.e. it could block for a noticable amount of time while it figures out that the file is a PDF file, what is associated with it, how to execute it and finally execut it) that could affect the responsiveness of your application; in which case you can spawn a new thread and call Process.Start from that thread.

-- Peter

On Wed, 21 Jan 2009 17:55:07 +0100, Davy J <[email protected]> wrote:

>I thought that if you didn't specifically shell explorer.exe that the
>shelled program would rest attached to your process and if it crashed then
>your application would go as well?
>
>I'll do some testing tomorrow.
>
>Dave,

===================================
View archives and manage your subscription(s) at http://peach.ease.lsoft.com/archives
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.