| Thread | Last Post | Replies |
|
| Targeting .NET 2.0 with VS2008 | 28 Dec 2007 14:36 GMT | 2 |
I have a customer that is questioning the .net 2.0 code being generated by VS2008. So I am looking for information on what VS2008 actually does when the target is changed. I would assume it would call the compilers from the appropriate version of
|
| Retrieve a list of types used inside a function | 24 Dec 2007 14:07 GMT | 3 |
I have a CodeFunction instance. i need to inspect the function and retrieve the list of all types used inside the function code. for example class x
|
| XAML window inside a VS Package | 18 Dec 2007 21:54 GMT | 1 |
I am thinking of using a custom XAML window (3.0) as a designer inside my EditorPane of the VS Package. Basically I want to be able to use a custom WPF control (mycontorl.xaml) as my designer on top of the EditorPane.
|
| Add-in: Programmatically change icon in solution explorer | 14 Dec 2007 13:26 GMT | 6 |
I am trying to write an add-in for Subversion in Visual Studio, that keeps track of which files are being worked on by project members. I want to add icons to the files in the Solution Explorer, to flag whether they are being worked on or not, but I can't find out how..
|
| from linux-code to Visual Studio project | 12 Dec 2007 18:13 GMT | 13 |
I got a code that has been run through with linux-system but I need to use Windows machine with Visual Studio 2005 (Professional x64). I know hardly anything about Visual Studio so that I would need some help to make a Visual Studio project to run the code through. It is written ...
|
| WPF MonthCalendar and DateTimePicker | 11 Dec 2007 10:01 GMT | 1 |
After reading this thread (http://tinyurl.com/3c6358) that I know WPF doesn't provide MonthCalendar control and DateTimePicker control, but I can use the Kevin's Bag-O-Tricks open source DateTimePicker control. After checking some books and websites, I found another way to use ...
|
| Error List | 10 Dec 2007 07:38 GMT | 7 |
Does someone know how to add items to the Error List in VS 2005? Would someone have a code sample on how to add items to the Task List of VS2005 as well? Fabrice
|
| Control.VisibleChanged event not fired when tool window is closed | 06 Dec 2007 12:44 GMT | 2 |
I have C# add-in for VS2005. From this add-in I create tool window (see code in my previous post). I try to handle `Control.VisibleChanged' event: // MyAddInCtrl.cs
|
| Add-in vs VSIP package | 05 Dec 2007 23:33 GMT | 2 |
I'm new to writing add-ins and plug-ins in general. Currently I'm trying to develop a small app that can be docked inside VS2005, written in C# .NET2.0. First of all, what is the difference between the regular Visual Studio
|
| Attach to process... automatically | 05 Dec 2007 15:29 GMT | 5 |
Hi, is there any automatic way (e.g. F5) with VS2005 that I can launch a debugging session, followed by an Attach to a certain process (after a delay of say, 10 seconds) ? So I am trying to Attach to a process which runs as a result of the
|
| Editing DTE2.Solution.SolutionBuild.StartupProjects | 04 Dec 2007 08:45 GMT | 3 |
I am trying to edit the SolutionBuild2.StartupProjects property, which is [get, set], and is defined to be Object [] (even though, according to the doc and my findings, is actually an array of strings). I can see the current values, but I have not been able to modify it.
|