Can you post some sample code?
Bryan Phillips
MCSD, MCDBA, MCSE
Blog: http://bphillips76.spaces.live.com
> Show(), but I tried it with ShowDialog() as well, and recall having the
> same problem.
[quoted text clipped - 19 lines]
> > >
> > > Thanks
Zach - 31 Oct 2006 20:34 GMT
I ended up making an architectural change that had the side effect of
fixing the problem. I'm not sure if I'll be able to reproduce it
anymore, but I'll try later. The major thing I changed that I think
could have fixed it was that previously the UI code (including the code
that created and displayed the SaveFileDialog) lived inside a DLL,
which was being invoked from a host executable. I removed that aspect
entirely, and when everything lives inside a single executable it works
fine. I can try to reproduce it later with the original exe/dll model.
> Can you post some sample code?
>
[quoted text clipped - 25 lines]
> > > >
> > > > Thanks