| Thread | Last Post | Replies |
|
| what is correct size of icon for button | 13 Apr 2004 16:53 GMT | 1 |
I have a addin that create bat on the IDE. The bar includes several buttons. I made some icon for those buttons, the icons were displayed well.
|
| Problem Editing Trigger in VS.NET 2003 | 13 Apr 2004 07:29 GMT | 2 |
Is anyone having this problem. I have VS.NET setup with server explorer connected to a remote SQL Server. If I attempt to edit a trigger on a table the edit is properly saved but then it is immediately followed by the following error.
|
| Properties Window will not appear | 12 Apr 2004 22:51 GMT | 2 |
I have the form/control properties window docked and set so it shrinks away when not used. After I have run my windows program in the IDE the Properties window will not appear though it is showing on the right edge of the
|
| Missing Files In Solution | 12 Apr 2004 22:19 GMT | 1 |
There are 2 developers in my shop. We share the same source code. If he checks in his solution and all subordinate projects and files with the exception of one directory containing a few class files, and I retreive this solution and open it up in VS.NET 2003, I end up with that ...
|
| Visual J++ | 12 Apr 2004 22:17 GMT | 6 |
Although my primary interests are with C# + .NET, I am taking a Java class to get some perspective on the alternative camp. I need to find a tool/IDE to use during this class. A couple of my associates tell me that their favorite IDE for Java is Visual J++ 6.0, in spite of its ...
|
| Adding commnad to context menu | 12 Apr 2004 17:43 GMT | 1 |
I would like to add my own command (through Add-In) to the context menu which pops up when I right click in the code editor whilst debugging. I.e. where 'Add Watch' and 'QuickWatch...' commands are. Is this possible?
|
| MSM Merge Module configurable options not visible | 12 Apr 2004 14:55 GMT | 5 |
I have created an MSM to be consumed in VS.NET (and other MSI tools), and I wish to allow end users to configure it. Using Orca, I populated the ModuleConfiguration and ModuleSubstitution tables per the MSI documentation, and the resulting MSM can be configured with ...
|
| Adding existing downloaded solution into VS.NET | 12 Apr 2004 14:45 GMT | 1 |
I've downloaded an example from MSDN that has all the files used to biuld the solution and compile with VS.NET. How do I add this as a new project into VS.NET to make mods and re-compile. Thanks, Tony ---
|
| Debugging with & without the Automation model | 10 Apr 2004 23:56 GMT | 2 |
I am trying to use the Debugger object in the VS automation model to analyse some data in a generic way. Unfortunatelly i have discovered that the Debugger method GetExpression() can be very slow if you want to analyse a lot of data. I considered the Windows API function
|
| Removing a named command | 10 Apr 2004 20:59 GMT | 1 |
how can I remove a named command in my addin on disconnection? Every time I start VS.NET with my addin already run once I get an exception. This slows down and I think it's not the way it's supposed to be.
|
| Command window | 09 Apr 2004 14:16 GMT | 2 |
I recently noticed that there is now a > character on the left side of my Command Window while debugging my Smart Device project. This didn't used to be there. Also, I don't get pop-up completion when I put the "." after an object name anymore. Also, anything besides print (?) ...
|
| How to display a text in IDE with an Add-in | 08 Apr 2004 20:20 GMT | 1 |
I would like write an add-in which open a document and display a text. I don't understand how can i add an empty document in VS.ide
|
| VS.NET | 08 Apr 2004 20:13 GMT | 1 |
I have a VS.NET solution which consists of 4 projects. In that, one project runs and generates code for other project. I made a batch file for this to call this from outside (Command). Now My question, whenever I open my solution, is there any way to execute that batch
|
| Which class in EnvDTE is connected with #region ? | 08 Apr 2004 19:44 GMT | 7 |
I would like to write plugin which deals with reginos but I can not find any class that represents region in EnvDTE namespace. -- Gawel
|
| problem using Regex in a C# addin | 07 Apr 2004 09:49 GMT | 3 |
i'm trying to comment out a statement in an addin using Regex with the following code. in addition to the comment characters, i'm adding a special character so that the statements can be restored at a later time. in a stand-alone program the replacement works without problem.
|