Quantcast
Channel: Ambilykk's Blog » EnvDTE
Browsing all 3 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Find the Current UserControl’s Assembly Name?

We have a requirement to find the current user control’s project name at design time.  We used the EnvDTE to find the project name as DTE dte = this.GetService(typeof(EnvDTE.DTE)) as EnvDTE.DTE;...

View Article


Image may be NSFW.
Clik here to view.

EnvDTE Current Directory

Most of the time, we may be adding few extenders to our windows application to deal with various requirements. One of our requirement is to get the current directory path to the extender and display...

View Article


Image may be NSFW.
Clik here to view.

Absolute Path from Relative Path

We have an extended property to get the path of the config file. User can enter either the absolute path of the config file or a relative path. Relative path can be just the file name indicating in the...

View Article
Browsing all 3 articles
Browse latest View live