open a Document with invisible View?
-
Is it possible to associate a file type with a document, but to have no visible view, or even no view at all? I want the file type to be handled by my app, but not to open up a child window. I only want to process it in OnOpenDocument. thanks, Jake
-
Is it possible to associate a file type with a document, but to have no visible view, or even no view at all? I want the file type to be handled by my app, but not to open up a child window. I only want to process it in OnOpenDocument. thanks, Jake
-
Is it possible to associate a file type with a document, but to have no visible view, or even no view at all? I want the file type to be handled by my app, but not to open up a child window. I only want to process it in OnOpenDocument. thanks, Jake
My goal is similar to how Visual Studio opens Project and Workspace files: those file types are associated with VS, but they don't open up Views in the middle of the screen, they just fill in some information. I want to imitate this for opening Projects in my application.:~ thanks, Jake