I would like to create a VS Package based add-in that launches the C++ dialog editor for a particular dialog resource in the .rc file for a project using the DTE interface or any other method that would work.
I've looked and looked, but can find no clue in the "documentation" for Visual Studio packages or the DTE interface. I know how to create a VS package. I just don't know how to launch the C++ dialog editor using C# code in my
package.
Thanks in advance for any answers you may provide.
Charles S. Cotton