| Thread | Last Post | Replies |
|
| "Parameter is incorrect" error | 08 Dec 2004 16:11 GMT | 3 |
I get this error in the EditorFactory.CreateEditorInstance() method and this line is the cause: ppunkDocView = Marshal.GetIUnknownForObject(newEditor); At first it first great, what's wrong now that it doesn't work anymore.
|
| Save customized toolbar settings | 08 Dec 2004 03:48 GMT | 5 |
I usually customize my toolbar to match my specific needs when working in visual studio. Whenever I upgrade VS, Incredibuild, TestTrack or some other Add-in, my toolbar is reset to default - sometimes I even get a warning about, but
|
| VSLangProj - Add Form Error | 07 Dec 2004 21:13 GMT | 1 |
I believe I seemed to have corrupted the install for my vs.net and was wondering how to fix without going through the long process of re-installing the .Net IDE. When I add a new form to any type of VB project, I get an Unspecified error
|
| Template Arguments | 07 Dec 2004 21:12 GMT | 1 |
I have a custom wizard for VB.Net applications, libraries, and web controls which generate full solutions that have just about everything except for the logic and schema code setup. Basically, it saves us 1 to 2 days of work (work days) of usual project / folder and virtual ...
|
| Generating resources.cs file | 04 Dec 2004 03:47 GMT | 8 |
In the 'MyProject' managed package framework sample in VSIP SDK 2005 Beta 1, there is a file named resources.cs that according to the comment at the top of the file was generated from Resources.txt using ResXFromTextFileGenerator. I don't see a Resources.txt file (maybe this was ...
|
| Working with the VS 2005 Class Designer | 02 Dec 2004 04:59 GMT | 1 |
I wonder how I can show 1 to n associations in the class designer ? I try'd this, but I don't get what I want: public List<MyClass> MyClassList {
|
| Adding Buttons to Properties Window | 01 Dec 2004 10:00 GMT | 4 |
I am developing a "form" editor like FigEdit and I would like to add 2 more buttons to the Property Windows like VC Events, Messages and Overrides. Any help will be appreciated. Thank you
|
| class view - selection change event | 01 Dec 2004 09:57 GMT | 2 |
I am writing an Add-in in C#. Class view: Is it possible to get a selection change event when I click on a class or variable in the class view (no context menu)? Something similar to the AfterSelect event in the Treeview?
|
| VSIP question: what's the context within the editor? | 01 Dec 2004 06:21 GMT | 1 |
I have few commands and menus that are added to the main edit menu (bookmarks and advanced). I'm trying to set context for those commands and menus in the .ctc file in VISIBILITY_SECTION to UICONTEXT_CodeWindow hoping that command will only be applicable when
|
| VSIP question: what's the context within the editor? | 01 Dec 2004 06:20 GMT | 1 |
I have few commands and menus that are added to the main edit menu (bookmarks and advanced). I'm trying to set context for those commands and menus in the .ctc file in VISIBILITY_SECTION to UICONTEXT_CodeWindow hoping that command will only be applicable when user right clicks on ...
|