| Thread | Last Post | Replies |
|
| Creating a VSS addin which provides a context menu | 28 Sep 2006 09:57 GMT | 3 |
Guys, Do you if it's possible to develop an add in which provides a context menu in Visual Source Safe 6.0d so you can apply certain commands within the GUI which are custom
|
| more than one bitmap in resources in BITMAP section | 28 Sep 2006 07:14 GMT | 2 |
I have a simple question: can I have more than one bitmap resource in the BITMAPS_BEGIN/BITMAPS_END section of a ctc ? that is something like that: BITMAPS_BEGIN
|
| List of keyboard bindings | 27 Sep 2006 18:55 GMT | 3 |
Is there a way to get a list of all the keyboard bindings in VisStudio 2005? For example, Ctrl-K,Ctrl-X ==> Insert Snippet. Tools->Import and Export settings didn't seem to do it. Thanks.
|
| Question about VSpackage | 26 Sep 2006 09:27 GMT | 1 |
I am a newbie on VS extensibility. My goal is to integrate two more Tool Window in the View menu. These tool window have to interact with the VC++ project. So these are the question:
|
| DDEX - Data Connections | 25 Sep 2006 17:35 GMT | 9 |
I have written a Data Provider by extending DDEX and registered it with the VS.NET. However when I close the connection, the red cross mark does not appear on the item (in the server explorer tree control). This works with the SQL Server Provider. What do I need to do to show this ...
|
| Adding a new item to a built-in context menu | 22 Sep 2006 20:35 GMT | 2 |
I want to add a new item to the Solution Explorer context menu immediately before the "Properties" item. I think I have most of the details now worked out but how do I locate the "Properties" index in the menu given that my Add-In will be running in different languages. I assume ...
|
| Add-in to create and manager a server connection | 22 Sep 2006 17:50 GMT | 3 |
I want to have an add-in that opens the server explorer (the easy part). But then I want to be able to establish a connection and tell it to open a stored procedure from a specific database on that connection. The reason is I want to take advantage of SQL Server debugging that is ...
|
| CUSTOM WORKSHEET FUNCTIONS | 22 Sep 2006 14:44 GMT | 2 |
In reference to shared Add-ins that may created with Visual Studio .NET DM Unseen wrote (2005/6/7): "Excel 2002 and later can have (custom) worksheet functions" ¿Does any body tan tell me how?
|
| Visual Studio 2005 | 21 Sep 2006 20:45 GMT | 4 |
Sorry if this has been asked many times before but here goes. How can I configure Visual Studio 2005 (Professional Edition) to compile my source using different toolchains? For example gcc for win32, cross gcc for Linux etc.
|
| Determine when Visual Studio finished initial loading | 20 Sep 2006 17:36 GMT | 7 |
I am starting a new instance of Visual Studio from my own executable. I have my own editor in Visual Studio and the file type is associated with Windows. I would like to have Visual Studio open a file with my registered extension, which would start my editor. This seems to ...
|
| Why is the addition of a control in form designer restricted? | 20 Sep 2006 06:52 GMT | 4 |
When you set a Windows Form's Localizable property to true and set the Language property to something other than "(Default)", you can define a localized version of the form. The designer supports WYSIWYG control sizing and placement, and changing of control text related ...
|
| How to customize font color in solution explorer of VS.Net 2005? | 20 Sep 2006 02:51 GMT | 2 |
I've browsed many add-in samples and reference. There's no one to change the text color of the tree view of SE. My goal is to set files to different colors by some conditions. The VSS only changes the icons, so how about the font?
|
| how to localize a ctc file with VS 2005 | 19 Sep 2006 10:17 GMT | 7 |
I have developed a VS2005 Package that includes a ctc file. This file defines a new menu and some commands. I now need to localize this ctc fil, but I have not found any straightforward solutions. While browsing the web, I have found this post on
|
| Adding Combobox (C#) | 19 Sep 2006 08:21 GMT | 1 |
Any samples on adding combobox in a C# package?
 Signature Oleg Tkachenko [XML MVP, MCPD] http://blog.tkachenko.com | http://www.XmlLab.Net | http://www.XLinq.Net
|
| ITrackSelection.OnSelectChange from a custom root designer does not seem to work | 15 Sep 2006 06:31 GMT | 6 |
I'm having trouble using the ITrackSelection interface/service. From within my custom RootDesigner, I'd like to substitute the set of components being designed with a different set of objects that I'd like to appear in the 'Properties Window'. My understanding is that all I ...
|