| Thread | Last Post | Replies |
|
| Trouble with CTC files | 30 Jun 2004 16:50 GMT | 3 |
I am trying to customize my package's context menus from the defaults provided by VSIP. It seems that no matter what I do, when I call ShowContextMenu for my custom menus it always returns E_FAIL. I have included a very simple example below in hopes someone can point out what I'm
|
| Extensibility at conferences? | 30 Jun 2004 16:26 GMT | 1 |
Will any of the upcoming conferences feature tracks, sessions or other content focused on VSIP and the extensibility tools? I might be able to get my boss to let me go if there are. Thanks
|
| Addin and CommandBars | 29 Jun 2004 21:14 GMT | 2 |
Is it possible to do the following: 1 - get more than one command bar to show up for an Addin? I get one button to work, but I'm unable to get a second button to display. 2 - Assign a shortcut key to a bar. I think Set_accName and Set accValue
|
| Problem filtering task list on custom category | 29 Jun 2004 18:19 GMT | 2 |
I'm trying to automate the filtering of the task list for a custom task category named "Conflict". I created the conflict task items as follows: private const string ConflictTaskItemCategory = "Conflict"; taskList.TaskItems.Add(ConflictTaskItemCategory, " ",
|
| Programmatically refresh Code Model? | 29 Jun 2004 01:52 GMT | 4 |
If I modify the source code and retrieve information from code model immediately, it seems sometimes didn't reflect the changes. If I wait for a short time before using the code model, it works properly. Is there any ways to update the code model before using it?
|
| IVsCompletionSet Help please | 28 Jun 2004 16:12 GMT | 2 |
how to set the width of the completion window. I can make it appear and it is functionnaly correct but, the completion window always has the same width, and it is way to short to display my set of displayNames. I have tried with several name length.
|
| Addin: Access ASPX Page ProjectItem as Web.UI.Page object | 25 Jun 2004 03:06 GMT | 5 |
I'd like to access an ASPX page ProjectItem as a System.Web.UI.Page object from within an Add-in project. Could anyone please, please shed any light on this subject? Thanks,
|
| Querying Service from a Custom Wizard | 23 Jun 2004 09:29 GMT | 3 |
I am implementing a custom Wizard thorugh the IDTWizard interface. Within the code of my wizard, I need to use a service provided by my VSIP package. I have not yet been able to figure out how to do this. The only reference
|
| Problems opening files with automation in the text editor | 22 Jun 2004 18:25 GMT | 3 |
We are trying to open an XML file called "documentation.udcdoc" using the DTE model. In Visual Studio we have also associated the ".udcdoc" file extension to a custom tool (.exe). When we try to open the text editor using the following code, it opens our
|
| Custom editor | 21 Jun 2004 20:27 GMT | 1 |
I've created a custom editor for a special data type that is used in several of my applications. I can use that editor when I incorporate the editor class into my project and tag the properties that are supposed to use it, but I was wondering if there was a way to make my editor ...
|