ItemOp.NewFile option for a vb winform
Tue, 16 Mar 2010 07:26:01 -0700
i am trying to create an add in that adds a winform type file to the current
solution/project
ItemOp.NewFile("General\Text File", "Some name", _
Constants.vsViewKindTextView)
how do i add a new form to the current vb project? ...
|
Active content warning in visual studio's embedded web browser.
Mon, 15 Mar 2010 09:56:02 -0700
Hi
We are in the process of adapting our performance tools to visual studio, by
wrapping it with a vspackage. The tool presents performance related problems
in the user's code. The report is prepared as a set of HTML / java script
files on the user's computer, somewhere in the solution directory.
We are ...
|
change platform programmatically in VS2010
Mon, 15 Mar 2010 00:31:01 -0700
in VS2010 we use our own platform, for which we have added files under
\Program Files\MsBuild etc. Works fine.
But when I upgrade a VS2008 (or earlier) project, I want to change the
platform in each project from "Win32" to our own. How can I do this?
Thanks, Jan
...
|
IVsProjectUpgradeViaFactory.UpgradeProject crashes VS2010
Mon, 15 Mar 2010 00:29:01 -0700
when I call IVsProjectUpgradeViaFactory.UpgradeProject in VS2010 for a
project that was crated with VS2005, it crashes VS. The same code for a
project that was created with VS2008 works fine. Any suggestions on what can
cause this?
Thanks, Jan ...
|
Visual Studio Page Scope dropdowns for Addin?
Wed, 10 Mar 2010 17:24:31 GMT
Not sure if this is possible. But on visual studio, on cpp/c# pages, you can
get the scope/class lists in on each page...drop down controls are added.
Can these be enabled/disabled or added/removed to other files easily with an
addin? For example, if I had a txt file, I can detect its a .txt file in the
addi ...
|
VS2003 C++ Get type of variable at cursor position
Tue, 02 Mar 2010 13:48:47 -0600
Is it possible to get the type of variable (short, long, int, etc.) at
the cursor position using the VS code model? Example code? ...
|
Problem with VsTextBufferCoordinator
Sun, 28 Feb 2010 15:04:34 +0100
Hello,
I have written my own language service and would like to use a
VsTextBufferCoordinator as my file format contains blocks of C# (C# as
contained language). When I look at the IronPython sample in the VS SDK 2008
(which is written in c++, I'm developing in C#), they do it quite similar:
//create sec ...
|
|
|
Help writing an EE Add-in
Sat, 27 Feb 2010 21:17:02 -0700
I'm trying to write an Expression Evaluator Add-In for Visual Studio 2008. We
have a custom data type (that is a wrapper around a Qt QString). The data type
is using pimpl (not something I personally like), and so its data members are
hidden. I need to write an EE Add-In so that I can display the contents of
t ...
|
How to get the position of opened documents in visual studio 2008
Fri, 26 Feb 2010 16:44:05 -0800 (PST)
Hello, I am writing a VS add-in to save the list of opened files (when
its finished I am going to publish it in CodePlex).
The idea is to save different "sessions", each of them can have a
different list of opened documents, something similar to the firefox
SessionManager addon (https://addons.mozilla.org/en-US/ ...
|
Conversion to 2010
Fri, 5 Feb 2010 13:33:01 -0800
Is it possible to convert (from VC 9 to VC 10) multiple VC++ solutions
silently, without manipulations with Conversion Wizard, in Visual Studio
automation project? Are there specific APIs in DTE to make conversion?
Thanks!
-Boris ...
|