In my app, in my OnOpenDocument handler, i fire off a new process to run WinZip
and wait for it to finish executing. After it is done i continue with OnOpenDocument as normal. However, after the WinZip has finished executing it takes a couple of seconds for my document to show up in the window, even though
my document pretty much loads automatically. Is there any way to "refresh" the window so it shows the document right away?