Browse by Tags

  • Read-Only IDE Window

    Q : Is it possible to show users a VSTA IDE window but prevent them from editing the code? A : It may be possible to do this by calling IVsTextBuffer.SetStateFlags() with BUFFERSTATEFLAGS.BSF_USER_READONLY. If that doesn’t work, you could try creating...
    Filed under: , ,
Copyright Summit Software Company, 2008. All rights reserved.