Search the web
Sign In
New User? Sign Up
vsnetaddin · Visual Studio.NET Add-ins
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 2072 - 2101 of 3874   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2072
Hi As you probably all know, to support Visual Studio.NET 2002, an Add-In has to be compiled with Version 2002. The Add-In can, however, be used in Version...
Phil Jollans
pjollans
Offline Send Email
Oct 1, 2004
8:16 am
2073
No, there are still users using VS.NET 2002, some of them missed the 29 USD MS offer to upgrade. I personally hate when a vendor drops support for a product...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Oct 1, 2004
8:28 am
2074
When I first was creating my plugin I encountered a problem getting the Xtreme Simplicity Shim control to compile under 2003 in Release mode. I didn't...
Adam Cooper
daddyam68
Offline Send Email
Oct 1, 2004
3:21 pm
2075
Is there a way, using a macro, addin or built-in command, to convert a VC6 workspace(*.dsw) with projects into a VC2003 solution, *WITHOUT* any blocking UI?...
Arild Fines
arild_fines
Online Now Send Email
Oct 3, 2004
11:55 pm
2076
The signature is void GetProperties( ref object PropertiesObject ); Can anyone tell me how I would add a single property? The reg explore sample uses...
Clinton57
Offline Send Email
Oct 4, 2004
11:46 pm
2077
Hi, I need to trace the includes of a VCCodeModel. My question is now: how do I acces the VCCodeModel of a VCCodeInclude object? Do I have to search for the...
c_christmann
Offline Send Email
Oct 5, 2004
8:14 am
2078
Hi Carlos, I just used your code to add programatically a few controls to the toolbox, but I need now to add ActiveX controls form an ocx file. How Do I do...
mauro9ag
Offline Send Email
Oct 5, 2004
11:56 pm
2079
To add an ActiveX control, you need to supply the vsToolBoxItemFormatGUID data type and the Data argument is the CLSID GUID of the ActiveX control or the...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Oct 6, 2004
8:38 am
2080
On the codeproject web site there is a macro for colapsing Solution Explorer. http://codeproject.com/macro/collapseall.asp Sub CollapseAll() ' Get the the...
Kevin McFarlane
kaa_mcfarlane
Offline Send Email
Oct 9, 2004
9:22 pm
2081
It works only for C# and VC++ projects not for VB projects. see my blog at http://uvnpsaradhi.blogspot.com/2004/09/automating-class-view-of-visual.html ...
SARADHI
uvnpsaradhi
Offline Send Email
Oct 10, 2004
8:35 am
2082
Hi, my Add-In adds resources to a project, using the filename MultiLang.ResX or MultiLang.<culture>.ResX. To read the resources, it adds a class (from a...
Phil Jollans
pjollans
Offline Send Email
Oct 12, 2004
8:15 pm
2083
Hi, my Add-In scans through the source code of a project. It is important that I ignore the code contained in the region generated by the forms designer. When...
Phil Jollans
pjollans
Offline Send Email
Oct 12, 2004
8:40 pm
2084
Hi Phil, I don't know a clever solution to get the regions directly. But my idea would be: why is it for you importand to ignore the forms designer generated...
Constantin Christmann
c_christmann
Offline Send Email
Oct 13, 2004
8:15 am
2085
Hi Phil, ... Microsoft changed this? If you create a VS.NET 2003 C# usercontrol, you get that region. Not sure about 2002 or VB.NET. ... AFAIK, there is no...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Oct 13, 2004
8:20 am
2086
How do you I change the dat type of a member in the class programatically inside my AddIn? For Ex, I declared Private m_TotalRevenue As Integer and now I want...
SARADHI
uvnpsaradhi
Offline Send Email
Oct 13, 2004
8:33 am
2087
Phil, My guess is that there is no way to determine the name of the region generated by the designer. I don't think the IDE cares what that region is called....
Tim Wold
woldtim
Offline Send Email
Oct 13, 2004
12:46 pm
2088
In theory the code model offers support to do that, but since the code model is not fully implemented (read-only in some cases), you should use the code model...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Oct 13, 2004
1:00 pm
2089
Is there any example available in the Net to do this? On Wed, 13 Oct 2004 14:55:40 +0200, Quintero Vivar, Carlos Javier ... -- =================== With...
SARADHI
uvnpsaradhi
Offline Send Email
Oct 13, 2004
1:13 pm
2090
hi, Is any body knows about known issues of Automation model in VS.Net 2003. If yes plz let me know. thx...
sandipkshinde2002
sandipkshind...
Offline Send Email
Oct 13, 2004
2:08 pm
2091
Hi, Take a look at the Files section, Knowledge Base folder of this forum. Regards, Carlos J. Quintero (Visual Developer - .NET MVP) The MZ-Tools all-in-one...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Oct 13, 2004
2:10 pm
2092
hi carlos thx for giving information it will help me going ahead to Automation Model thx regards, sandip ... forum. ... Footer******************* ... sus...
sandipkshinde2002
sandipkshind...
Offline Send Email
Oct 13, 2004
3:04 pm
2093
There are several examples of add-ins in the Files section of this forum. Some of them should be related to the code model. Once you have the CodeElement, say,...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Oct 13, 2004
3:04 pm
2094
I hope this subject is interesting enough Carlos ;-) I've done a beautiful VS2003 addin to help when developing smart device applications (online in a very...
romut06
Offline Send Email
Oct 14, 2004
3:16 pm
2095
If this fails try to contact with the people of web logs directly. I know they are now busy to get a good Beta 2, so likely they will want to know about bugs...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Oct 14, 2004
3:22 pm
2096
There were some problems using managed controls for Tools Options pages. Some of these bugs have since been fixed, some have not. We know about it and will...
Craig Skibo
craigs_ms
Offline Send Email
Oct 18, 2004
12:46 am
2097
Is there any relation between EnvDTE.CodeClass and CodeDom.CodeTypeDeclaration class. What I want is I want to add a property to my existing class and I am ...
SARADHI
uvnpsaradhi
Offline Send Email
Oct 19, 2004
7:25 am
2098
Hi all, I want to use two dimesional; array as a session variable..can any body tell me how to do that...
teena_malhotra_28_83
teena_malhot...
Offline Send Email
Oct 19, 2004
11:01 am
2099
Is your question related to VS.NET add-ins (the purpose of this forum) ? Regards, Carlos J. Quintero (Visual Developer - .NET MVP) The MZ-Tools all-in-one...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Oct 19, 2004
11:09 am
2100
As the registry is not the prefered way for VS2005 anoymore, I would like to know what are the guidelines to persist addin option values ? Thanks....
romut06
Offline Send Email
Oct 19, 2004
11:48 pm
2101
... At last! It's about time! ... values ? Assuming that the target OS will be Windows 2000, Windows XP or higher, for per-user settings you should use a (XML...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Oct 20, 2004
8:23 am
Messages 2072 - 2101 of 3874   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help