Addins - how to use data members of Connect class from a form invoked from it
21 May 2006 05:55:57 -0700
Hello,
I have an Addin project. Which has a Connect class.
At some point in Connect.OnConnection() a form is spawned to capture
some user input.
Before the form close, I would like to send that input back to one of
Connect's public strings,
eg, inside the form class's submit button handler,
Connect.str_ ...
|
SOS How do I use GetProjectTemplate() with custom templates?
21 May 2006 04:00:58 -0700
I get an error that the template files are not found.
I use these syntaxes for the GetProjectTemplate() call:
MyTemplatePath = soln.GetProjectTemplate("My own template.zip","");
MyTemplatePath = soln.GetProjectTemplate("My own template.zip","Visual
C#");
MyTemplatePath = soln.GetProjectTemplate("My own
t ...
|
GetConicalName error
Fri, 19 May 2006 06:49:03 -0700
Hi I am getting the following error, is there any way to find out which type
it cant find in the map as i have a lot of types but when i drill down into
the map through the debugger they all apear to be there i think. if this
should have been posted elsewhere please let me know cheers.
System.Collections. ...
|
GetProjectTemplate() doesn't work with my custom template.
18 May 2006 06:40:51 -0700
I am unable to use the Solution.GetProjectTemplate() method for my own
custom project template.
When I made the template, using the VS2005 "Export Template" command,
it was saved in the following directory:
C:\Documents and Settings\<username>\My Documents\Visual Studio
2005\Templates\ProjectTemplates
...
|
New language & project support
Tue, 16 May 2006 21:14:01 -0700
Hello!
I'm developing command line tools and want to integrate my tools in VS 2k5
IDE. I believed this kind of question be very common topic here, but I
couldn't find any related topics for newbie like me.
Is there any tutorials or examples on how to add new project type associated
with a new language ...
|
Finding a CommandBar Uniquely
Tue, 16 May 2006 18:10:10 -0700
Hi all,
I'm still struggling with the problem of trying to retrieve a specific
commandbar that is a Context menu. The problem specifically is that there
are SEVERAL command bars named "Context" and using:
CommandBars["Context"]
is not likely to return the correct one.
Is there a better way to uniq ...
|
Using VCCustomBuildRule
16 May 2006 16:40:49 -0700
Hi,
VS2005 includes the ability to define custom build rules. I've
successfully added one and defined various properties for it. Further,
I have an addin that looks at the files attached to the custom build
rule and I'd like to change some of the properties associated with the
files. I can't figure out how ...
|
|
|
Handle / Trap Visual C++ 6.0 editor events
Tue, 16 May 2006 05:45:01 -0700
Hi,
I am developing an add-in for VC++ 6.0 editor in VB6.0 language. I want
to handle events from the IDE such as user clicking on any menu or button in
the iDE e.g. User trying to print a file etc.
I can do this using Visual Studio 2003 IDE. Also, I have seen such
samples for Visual Basic 6. ...
|
how to get symbol information from another project?
Mon, 15 May 2006 22:17:02 -0700
I made a custom VS project for the laguage; and I need to get symbolic
informaton from C#/VB/etc projects, so intellisense in my project will be
able to complete type names from referenced projects. How can I get this
information? ...
|
Event Notifications
Fri, 12 May 2006 06:58:02 -0700
I wish to write an extenstion that records when a method or attribute is
added, removed or changed. Using a C++ project you can see that when the
header file is modified the method details update a short time after. Which
events do I need to be watching for so that I can log the changes
( I wish this to be ...
|