Instalacion Chip Consolas Wii Playstation 2 - Xbox360 - Playstation 3 - Ps2 Ps3
Mon, 28 Jan 2008 18:53:34 +0100
...
|
Visual Studio 2008 macros and unhandled exception in explorer.exe
Thu, 24 Jan 2008 10:45:17 -0600
I have started using a macro in Visual Studio 2008 that works fine in Visual Studio 2005.
In VS2008, the macro works but sometimes causes the Visual Studio Just-In-Time Debugger to appear
with "An unhandled win32 exception occurred in explorer.exe[3460]."
The debugger indicates:
Unhandled exception at 0x0 ...
|
CodeElement2 RenameSymbol not updating the reference
Tue, 22 Jan 2008 00:54:27 -0800 (PST)
Hi
I have a huge code base in C++ in which I need to rename classes/
functions/structs in a namespace to adhere to a coding standard. My
project built using Visual studio 2005. I wrote a Visual studio Addin
to do that change usind the VS codel model. I was able to rename the
classes/functions inside a name ...
|
Accessing app.config
Mon, 21 Jan 2008 03:52:02 -0800
Hello.
I'm using VS2005 SP1 I am trying to implement custom code generation tool
for .settings file that can replace standart one. I have found one example of
IVsSingleFileGenerator implementation, but I need not only generate C# code
but also change app.config file to add appropriate sections. I can not find ...
|
Forever
Sun, 20 Jan 2008 12:50:44 -0800
...
|
HowTo commit changes made in IDesignerHost
Fri, 18 Jan 2008 11:08:01 +0100
Hello,
I have to write some changes to controls on a System.Windows.Forms at design
time.
Therefore I created an VS Addin that works on a Form in design mode. The
AddIn retrieves an IDesignerHost instance from
Connect.ApplicationObject.ActiveWindow.Object as IDesignerHost.
I can work on the IDesignerHo ...
|
How could I change the wizard ico in 2005? I have created my own dll in both C# and C++
Tue, 15 Jan 2008 20:49:21 +0800
Hello guys:
I really need your help here.
I want to change the icon in the wizard.
And I have added the resource in the C# project like:
<data name="Icon2" type="System.Resources.ResXFileRef,
System.Windows.Forms">
<value>..\Resources\Icon2.ico;System.Drawing.Icon, System.Drawing ...
|
|
|
How do I get project compile settings from IVsHierarchy?
Tue, 15 Jan 2008 11:38:15 +0800
Hi,
I'm quite new to Visual Studio extensibility development. I'm working on a
VSPackage project in C#. What I wanted to do is to traverse the structure of
solution and look for projects to be compiled as DLL, and apply my own
settings.
I've been able to understand the SolutionHierarchyTraversal sample i ...
|
VS-used MsoButton-Image DLL
Mon, 14 Jan 2008 13:37:07 GMT
Hi @all,
I would create a new overview of Images, wich you can use as MSOButton-Image
with the method EnvDTE80.Commands2.AdNamedCommand2. I don´t know in wich DLL
Visual Studio find the Images . Can anybody help me? What is the name of the
DLL that contains MsoButton pictures?
Many thanks for all answers
...
|
setup question
Sun, 13 Jan 2008 11:49:01 -0800
Questions about creating an .net â??executableâ?? 2005 that will not remained
installed once a user enters some data into the application. I also want this
applcation to not require any previous software installed on a users
workstation.
I basically want to setup an application for new users when they are ...
|