| Thread | Last Post | Replies |
|
| Getting selected objects within a custom UITypeEditor | 31 Aug 2004 03:51 GMT | 2 |
I have a custom UI Type Editor that is invoked from the Properties grid embedded in Visual studio. The object that it displays the properties of, are shown in a custom file editor and add via TrackSelection.OnSelectChange(). When more then one object is selected, the
|
| Problem with DTE.Events in C++ | 31 Aug 2004 01:59 GMT | 1 |
Predrag Tomasevic posted a post earlier about this question and I have the same question but I want the answer in c++. Do anyone know how to connect so you can receive events from devstudio into your own add-in. Help would be very appreciated! :-)
|
| How to hide Add-in toolbar button texts | 27 Aug 2004 17:39 GMT | 2 |
I'm working on an Add-in that creates a CommandBar of the toolbar type and inserts a few buttons there. The problem I have is that the buttons are displayed with both icon and text. How do I hide the text part so that only the icons are displayed?
|
| How to read data connections in Server Explorer? | 27 Aug 2004 17:10 GMT | 3 |
I'm using VS.Net 2003. I was (am) hoping to write an add-in to generate c# code to call stored procedures. So naturally I want to have a drop down list of the data connections that are present in the Server Explorer, so that I can choose
|
| Dropdown bar: changing focus after OnItemChosen? | 27 Aug 2004 13:17 GMT | 2 |
I've implemented dropdown bar support for my language. The bar displays the right entiries, and I've hooked the OnItemChosen() method to move the caret in the text view to the right place when an item is clicked. However, after an item is chosen in the dropdown bar, the focus ...
|
| UICONTEXT_SolutionExists - error with VSIP Extras | 26 Aug 2004 23:40 GMT | 1 |
This section from a CTC file used to work just fine on an older ATL implementation of a VSPackage: VISIBILITY_SECTION // Command GUID when visible
|
| Custom Tool Code Behind File Incrementing | 26 Aug 2004 16:43 GMT | 2 |
I have built a custom tool that works great, but I'm trying to see if there is anything I can do about an annoying issue with the custom tool. If the somefile.xml (custom tool is tied to this file) file is checked in and I run the custom tool, then the code behind file for the ...
|
| Language Service using Babel | 26 Aug 2004 00:36 GMT | 1 |
I have implemented a language service using Babel but I want to add the Splash screen and the about box support too. I do not know how to implement the IVsInstalledproduct interface with babel? Is it already implemented?
|
| Passing unmanaged DTE interface to managed code | 26 Aug 2004 00:32 GMT | 3 |
I have some DTE-related work I need to do in my VSIP project that is going to be much easier to implement from managed code instead of unmanaged C++. How do I pass the DTE interface pointer from my unmanaged code into a managed assembly? I implemented a managed C++ dll that exports ...
|
| Package Load Key problem | 26 Aug 2004 00:29 GMT | 1 |
I’m having a problem with PLK register at VsPackage. My VsPackage was developed using Haskell language and it works with DLK at Exp and normal Visual Studio 2003 versions. I’m having problems because I don’t know how to create the resource string
|
| missing glyphs | 26 Aug 2004 00:16 GMT | 1 |
I reset my exp hive and now when I run my app I am missing the glyphs in the solution explorer window - what could be causing this? Ruth Struck
|
| Unable to find info on VS Performance Console | 26 Aug 2004 00:15 GMT | 1 |
While studying the MS Solutions Framework we came along a reference of VS Performance Console, but were unable to find it again. Would appreciate any directions or links.
|
| UICONTEXT_SolutionExists - can't find with VSIP Extras | 26 Aug 2004 00:05 GMT | 1 |
The section from a CTC file used to work just fine on an older ATL implementation of a VSPackage: VISIBILITY_SECTION // Command GUID when visible
|
| Forcing properties window to refresh when value changes | 23 Aug 2004 10:35 GMT | 2 |
I've found an approach to dynamically make items Read only in a property grid - by using a custom PropertyDescriptor. It appears to work, but with a slight problem that the property grid doesn't refresh itself when the property changes. By responding to the PropertyGrid ...
|
| custom app wizard question | 23 Aug 2004 05:13 GMT | 2 |
I have a custom app wizard I'm porting from vs6. One of the buttons in the vs6 wizard allows the user to select a directory using SHBrowseForFolder. How do I go about doing the same thing in a .NET custom app wizard? Thanks
|