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 Visual Studio Extension

Creating a Visual Studio Extension

Scheduled Pinned Locked Moved Visual Studio
csharpvisual-studiohelpquestion
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.
  • M Offline
    M Offline
    ma_baker
    wrote on last edited by
    #1

    HI, Not sure if i'm posting in the correct area, but if not hopefully someone can redirect me. I'm trying to write a visual studio extension to among other things keep all our check in comments consistant. We have a 3rd part application that we keep all out work tasks in, which i can link to (and already have in the extension). I simply want to use that task name to set the comments in the pending changes window. I can get hold of the window, with

    Window window = _Application.Windows.Item("{2456BD12-ECF7-4988-A4A6-67D49173F564}");

    but cannot seem to access any of the controls on it. Other windows have and 'object', which allows access to all the controls, however on the pending changes window the object is null. Am i looking at this in the correct way? is this even possible? Any help would be greatly appreciated. Thanks

    Martin

    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