Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Studio
  4. Creating a document window in Visual Studio

Creating a document window in Visual Studio

Scheduled Pinned Locked Moved Visual Studio
csharpvisual-studiohelptutorialquestion
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    BigBenDk
    wrote on last edited by
    #1

    Hi I'm trying to create a custom document in a Visual Studio Add-in. What i want to do is load a usercontrol, and show it as a normal document. Just like if you were editing a C# file. The content of the document, is not loaded from the project/solution, but using a webservice. The most obvious approach was creating a class, that inherits the IDocument interface, and implement the signatures. There after add it to the document collection. This is where it breaks - I can't add an IDocument object, only a guid. Any thoughts on how to accomplish this? All help is welcome! :omg:

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups