problems in VSTA integration
Mon, 5 Mar 2007 00:31:30 -0800
our application is integrated with VBA. and VBA runs correctly.
I am trying to integrate VSTA to our VBA enabled application.
I did most of tasks in VSTA integration manual and basic features runs.
but when trying to invoke some method ( call our object model method) in
proxy, error occurs.
======== ...
|
VS2005 Macro issue with clipboard.
Sat, 3 Mar 2007 19:08:03 -0800
I have a couple macros that I have been using for some time with Visual
Studio 2005. Both do pretty close to the same thing; when I select some
private fields in a class, they both copy the selection to the clipboard,
write code to work with that selection, and then store the code in the
clipboard for pas ...
|
Modify host application menus from office add-in
Fri, 02 Mar 2007 15:41:16 -0800
Hi all,
Sorry for the manual cross-post, but it seems like I probably should
have asked the question here in the first place.
Thanks!
BrianH wrote:
> Hi,
>
> I'm using C# in VS 2005 Pro.
>
> Just recently started add-in development and am having generally good
> luck so far. Ran into some ...
|
Detecting per-file compilation results
Fri, 2 Mar 2007 09:34:40 -0500
Hello all,
I am interested in detecting the compilation results for each file of each
project for a given solution. I'm more interested in whether there were any
warnings issued while compiling each file, and, if any, a list of the
warnings corresponding to the compilation of that file. It sounds like
...
|
Simple Gridview Question...
Wed, 28 Feb 2007 10:13:30 -0800
Hello,
I am using Visual Web Developer (Visual Basic) to build webforms.
I have a webform with a Gridview control on it. The Gridview's datasource is
a SQL Server 2005 database. I have enabled the "Select" button on the
Gridview.
I have created an event that kicks off when a user clicks the "Select"
...
|
"automatic breakpoints" in Visual Studio 2005
Wed, 28 Feb 2007 14:39:27 +0100
Hello,
I m looking for a feature that could really help everyone debugging code.
I often have to use the "Attach to Process..." function from Visual Studio
2005 Prof. to debugg my code called by several programs. This programs use
my dlls.
When I want to debug my code I have to set breakpoints where the
...
|
Getting to C++ Project Properties
Mon, 26 Feb 2007 15:27:44 -0500
Hello all,
I've been trying all day to get programmatically to the "Treat Warnings as
Errors" entry for a VC++ Project. You can get to it via de UI by
right-clicking on a VC++ project on the solution explorer and then selecting
Properties. In the Properties dialog box, click on the left pane on
Conf ...
|
|
|
How can I get my Tools Options page to show up?
Sun, 25 Feb 2007 06:18:05 -0800
I've created an Add-In and I want to add an options page for it. I've tried
it and all I get is a blank page. Does anyone know what I'm missing or how I
could debug the problem?
I've added the following to my .AddIn file
<ToolsOptionsPage>
<Category Name="Tab Color">
<SubCategory Name="Gene ...
|
VC2005 : How to get the output filename
Fri, 23 Feb 2007 13:46:13 -0800
Hi,
I'm trying to retrieve the output filename of my active project in the
active configuration.
I have tried many stuff and I'm quite desesperate.
On MSDN I have found the following sample. But, VCProject, VCLinkerTool,
etc...are unknow even if I import Microsoft.VisualStudio.VCProjectEngine as
desc ...
|
Compiling projects from your app?
Tue, 20 Feb 2007 16:35:05 -0800
Hi,
what is the BEST way to compile projects (C++ and C#) from your app (in C#)?
I keep getting random exceptions like this:
EnvDTE: call was rejected by callee (HR: 80010001) RPC_E_CALL_REJECTED.
Any ideas?
--
Thanks in advance,
Juan Dent, M.Sc. ...
|