hi !
i have a problem with the CSingleDocTemplate class..
in the InitInstance() function, after ProcessShellCommand(...) i do some more processing, but i want to hide the window created after i call ProcessShellCommand(...)
the problem is that i cannot hide the window (even if i hide it after i call ProcessShellCommand(...) it is still making a flash).i want to hide it, because i need to create it, but after i create i do some more processing that takes some time, and i don't want to see that nasty looking window in background...
i think that is something in PreCreateWindow, but i'm not sure what style to use, and if that is a solution.
thanx !