Welcome to MSDN Blogs Sign in | Join | Help

James @ MS

Personal adventures in the world of technology...
VS Shell Customization Points

Following up on my last post about VS Shell workarounds with the current VS SDK, I wanted to make a post about the customizations that you can do with the VS Shell. Most of these are done through the <projectname>.pkdef file that gets generated when you create a new VS Shell project.

The primary customization points of the Visual Studio Shell (isolated mode) are:

·         Splash Screen

·         Application Title

·         Application Icon

·         Menus and Commands

·         (Unregister packages)

·         Command Line Logo

·         Allow Add-ins

·         Default Project Location

·         Default Search Page

·         Default Web Browser Homepage

·         New Project Dialog Installed Templates Header

·         Default Debug Engine

·         Disable Output Window

·         Allow Dropped Files on Main Window

·         Solution file extension

·         User option file extension

Try opening up your project' .pkgdef file and it should be pretty intuitive how you customize these.

 thanks,
James

Posted: Saturday, August 04, 2007 3:03 PM by jameslau-MS
Filed under: , ,

Comments

Noticias externas said:

Following up on my last post about VS Shell workarounds with the current VS SDK, I wanted to make a post

# August 4, 2007 6:39 PM

Will said:

Hi,

Excellent work with the shell and this article.

I just want to know why I can't open a web page with the shell?

If I compile in debug VS gives me an error with a breakpoint, and in release mode, the shell just closes :P

Thanks

# August 6, 2007 6:00 PM
New Comments to this post are disabled
Page view tracker