| Thread | Last Post | Replies |
|
| Possible to make an Addin to Make VS Code TabControl to show multiple tab rows? | 30 Sep 2007 08:18 GMT | 3 |
Is it possible to make an Addin to change VS Code TabControl to show multiple tab rows? I know the Tab control in the VS toolbox supports it... Thanks,
|
| Toolwindow to be Tabbed page | 24 Sep 2007 18:45 GMT | 2 |
I've created a toolbox window where I host a usercontrol. How to I set the toolbox window programmatically to be a Tabbed Page? Dim programmableObject As Object
|
| How to extend ASP.Net designer for my own WPF/XAML based language | 11 Sep 2007 21:04 GMT | 1 |
I want to be able to extend ASP.Net designer (VS 2005) for my own markup language, which is based on WPF/XAML? The design view is a mix of Richtext and UI controls (button, textbox, radio button etc) and the Cider designer doesn't seem to solve all the
|
| PLK Fails to load without much help | 07 Sep 2007 18:36 GMT | 1 |
I have walked through all the debugging I can think of (and read about on MSDN). There were a number of small problems with the PLK at first, but I am almost positive I have them all corrected now. [ComVisible(true)]
|
| How do you make an IVsCodeWindow read-only? | 07 Sep 2007 04:24 GMT | 4 |
I found a sample project called 'MPEdit' that demonstrates how to embed an IVsCodeWindow into a custom editor...but I need to make mine read-only. I want to display a read-only version of xml data using the code window. The implementation in the sample code window allows ...
|
| About how to user CodeClass2.AddFunctioin() and CodeClass2.AddProp | 01 Sep 2007 05:30 GMT | 1 |
I encounter two very strange problems during I wrote programme recently, they are all about the parameter of two Functions in CodeClass2. The first is that when I invoke the CodeClass2.AddFunction and I will firstly pass the Name of function to the method , the Name is a string, I ...
|
| Project.CodeModel.AddClass method question | 01 Sep 2007 05:22 GMT | 1 |
I'm able to add a class to the project with my addin, but I'm having trouble figuring out how to manipulate where it lands in the project structure. I would like to be able to right click on a folder in the project and have the class file created in that folder.
|