| Thread | Last Post | Replies |
|
| Resizing a tool window | 13 Dec 2004 21:05 GMT | 2 |
I'm want to write a Visual Studio.NET AddIn which displays a tool window. I've successfully created the tool window which host a user control. My problem is, when I resize the tool window the user control is not resized. I've overriden OnResize for the user control and have tried ...
|
| ExecuteCommand commands | 13 Dec 2004 10:41 GMT | 1 |
Where can i find a full list of commands that applicationObject.ExecuteCommand(cmd, par); accepts?
|
| Catching build-in commands events | 13 Dec 2004 09:21 GMT | 8 |
I'm sure this is a very basic thing but I couldn't find any info about that - figures it's less common to write an add-in than other things :) What I want to do is to create an add-in using c# which would save the current state of code pieces collapsing (ie. if a code is hidden or ...
|
| plz HELP | 10 Dec 2004 17:59 GMT | 3 |
hellou Im trying to outline all methods from all classes from all namespaces from all projects in solution everything works fine - all this method iteration but
|
| Add-In register in another machine... | 10 Dec 2004 15:07 GMT | 5 |
First, sorry by english is very rusty In a team we are developed a Add-In. In the first machine, the Add-In works fine, and we can debbug it. But in the second machine, we cant do work because the Add-In dont appear in
|
| Extending the DocData | 10 Dec 2004 10:12 GMT | 4 |
I an so confused and lost its not even funny - maybe someone here can help me. I have created a new VSPackage with a custom editor. The thing I am trying to do is to have my editor connect to a web service, extract data from the webservice (which will be C# code), edit the code ...
|
| BUG? TabOrder | 10 Dec 2004 09:19 GMT | 1 |
Hellou again MS VIPs ;) When i create CustomOptions Page for VS but without using a host app (u havent answered me yet if its good or bad idea) TabOrder seems to be ignored. The order of getting focus by the controls on the page is determined by
|
| BUG? EnvDTE.ProjectItemsEvents | 10 Dec 2004 09:15 GMT | 1 |
Hellou I'm trying to catch EnvDTE.ProjectItemsEvents. so i use: 1)
|
| Enumerating all the classes in the solution (C#) | 10 Dec 2004 09:00 GMT | 1 |
I am writing a Visual Studio.NET add in. As a start I would like to enumerate all the classes in the solution that consists of C# projects. So I am writing: Solution sln = dte.Solution;
|
| how to count documents code lines? | 10 Dec 2004 08:58 GMT | 1 |
hellou it's me again ;-) i want to count number of lines in all solution textdocs (*.cs) (how to check if doc is a Code file?) ...
|
| Questions, so many questions... | 10 Dec 2004 05:17 GMT | 5 |
I noticed that there are few replies to questions posed here. Any idea where to go to actually find answers on these matters ? TIA /Rob
|
| How to add directory to project from template? | 09 Dec 2004 21:29 GMT | 1 |
I have created a C# project template that adds files like: New.bmp Myimage.jpg I want them to appear in a folder under the project as
|
| New Project Item | 09 Dec 2004 17:35 GMT | 9 |
I have a VB.Net AddIn that I'm developing. I have a bunch of custom project items being listed on the Local Project Items list. When the user right-clicks on the project in the solution explorer, a custom menu item appears on the context menu and it expands into another custom ...
|
| Getting to the debugger/expression evaluator in VSIP package | 08 Dec 2004 22:09 GMT | 1 |
Hi folks. I'm a little stuck on some VSIP stuff. The documentation seems very one sided - it explains how to implement a lot of stuff (language services, editors, debug engines, expression evaluators and so on), but joining the dots is really rather tricky.
|
| Change Code Window Caption | 08 Dec 2004 16:48 GMT | 4 |
The Caption for the Code Window seems to be read only for any window that is NOT a toolwindow. Is there any way to PAINT or otherwise set the caption for a code window? A few employees here don't like the fact that we have the same name for our
|