| Thread | Last Post | Replies |
|
| Using the VSIP with open source software | 31 Jan 2005 18:24 GMT | 3 |
Can the VSIP be used to develop a package that is available as open source and also availabe commercially? -reggie
|
| can't load add-in | 31 Jan 2005 13:56 GMT | 1 |
I recently stumbled upon the winners from that add-in contest and was trying some out. Everything seem to be going fine until I moved the folders from which I had installed the add-ins.
|
| Global exception handler in Add-In, howto? | 31 Jan 2005 11:12 GMT | 1 |
How would I go about creating a global exception handler in an Add-In? I want to catch events throughout the addin, prevent them from bubbling out to VS, and perform my own notification. I tried handling the System.AppDomain.CurrentDomain.UnhandledException
|
| Writing plugins for VS .Net 2003 | 28 Jan 2005 19:59 GMT | 3 |
Im writing a plugin for .Net 2003. The plugin has to have a custom top level menu. FOr examp[le, the standard menu across the top of dev studio is "File Edit View ... Help"
|
| Easy question. How do I determine language of project? | 28 Jan 2005 19:26 GMT | 6 |
I'm sure I saw this somewhere, but I can't remember where. How do I know what language (VB, C#, J#, etc.) a Project is? Also, how do I know what type of project (Class Library, Console Aplication, Web Project) it is?
|
| Adding Toolbar to the IDE | 27 Jan 2005 14:11 GMT | 1 |
I want to add a global toolbar to the VS environment. How do i go about doing it? Any help in this area will be highly appriciated. regards,
|
| VSIP for 2002 | 27 Jan 2005 13:41 GMT | 1 |
I can't seem to find any info about VSIP for VS.Net 2002. is it available for free or is it still $10,000? -reggie
|
| VSIP 2003 downloads broken? | 26 Jan 2005 17:11 GMT | 1 |
I'm trying to download the VSIP 2003 SDK and VSIP 2003 extras. Every time I do so, all I get is a 0 length file. Is there a problem with the downloads page? Thanks
|
| CommandBarPopup, commandBarTypeToolBar button disappears | 26 Jan 2005 15:53 GMT | 4 |
i'm adding a commandbarpopup item to the Tools menu. everything works fine when add-in is installed and vs is first started. after vs is closed and started again. my menu item disappears completely. here's the code Microsoft.Office.Core.CommandBarPopup popup =
|
| How to properly register? | 26 Jan 2005 14:27 GMT | 4 |
I am currently creating an editor/language service in VC++ from scratch (ie no ATL, MFC, Managed code, or boilerplate). I'm finally starting to get the hang of it but am still having a couple of registration problems. VSIP documentation doesn't seem to useful for this. The main ...
|
| Expression Evaluator | 24 Jan 2005 08:11 GMT | 1 |
I'm creating a custom debug engine and my question is if it is possible to implement an expression evaluator directly in the debug engine. Any help will be appreciated. Thanks.
|
| Getting hold of subobjects in VS ToolWindows ? | 23 Jan 2005 10:00 GMT | 1 |
I'd like to get hold of the ListCtrl in a Watch toolwindow, so that I know which variables are on the "watch list". Is this possible ? TIA /Rob
|
| how to look up the item's progID | 22 Jan 2005 11:57 GMT | 3 |
i wanna add some item to the toolbox , like toolBoxItems.add("Name" , "mediaPlayer.MediaPlayer.1" , _ vsToolBoxItemFormat.vsToolBoxItemFormatGUID) but i can't find out where to look up the progID or CLSID of the item that I
|
| I need to move as many of my Visual Studio.NET 2003 settings ( C++ 7.1 ), | 22 Jan 2005 01:00 GMT | 3 |
from one PC to another, as I can... preferably the toolbar settings too. Please tell me the best way to do that.
|
| Reading RegistryKey Value from Wizard default.js | 20 Jan 2005 05:06 GMT | 1 |
I have a custom Wizard that is basically using a customized copy of the default.js from the standard CSharpDLLWiz. Everything works great except for the following problem. I'm adding references to my companies dlls to the project, but I current have to hard code where these dlls ...
|