I am working on a Visual Studio Extension which requires that a file be opened in a read-only/not editable document window. I am using ItemOperations.OpenFile method but it only creates a document window that allows the user to edit the file. I am
wondering if there is other methods/ways by which users can only view the file but not edit it.
↧