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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3142 - 3172 of 3878   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3142
Is it possible? Suppose I want to put some file in one of the folders of visual studio, during the installation, and before I do this, I need the consent of...
alexandr
alexrait1
Offline Send Email
Jan 2, 2006
9:16 am
3143
Is there a way to restart Visual Studio from the addIn? Something like applicationObject.restart();...
alexandr
alexrait1
Offline Send Email
Jan 2, 2006
9:17 am
3144
Hi Shamil, Add-ins for VS.NET and VB6 can use modal or non-modal forms. While modal forms are regular forms, non-modal forms are actually toolwindows created...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Jan 2, 2006
9:22 am
3145
AFAIK, no. There is DTE.Quit or DTE.ExecuteCommand("File.Exit") to exit VS, but not to restart it, at least directly. Why do you want to restart it? Best...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Jan 2, 2006
9:30 am
3146
Yes, it is possible although the method depends on the installer that you are using: MSI, InnoSetup, etc. InnoSetup is free and it allows you to create your...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Jan 2, 2006
9:34 am
3147
If you are using setup project in VS, you have two choices: 1. Use Custom Action which does all the work for you. You must however write all code yourself. See...
Peter Macej
absurdisti
Offline Send Email
Jan 2, 2006
10:30 am
3148
Thank your for your prompt reply, Carlos! OK, I will look through MSDN to get information about tool windows... <<< BTW, this forum is for .NET add-ins. ... ...
Shamil Salakhetdinov
shamil_salak...
Offline Send Email
Jan 2, 2006
5:13 pm
3149
... If others donīt care, me too. Or e-mail me directly. Best regards, Carlos J. Quintero MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Jan 3, 2006
8:56 am
3150
... Hi carlos, sorry for my beginner englisch ;-) i have the same problem with the method CommandBarComboBox.AddItem (..,..) i call this method with a correct...
tom_mue
Offline Send Email
Jan 3, 2006
8:56 am
3151
Hi, Apart from the 2 post of Craig Skibo in his weblog, I have no other information. The 2 new button types added to VS 2005 were of no use for me, so I have...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Jan 3, 2006
9:04 am
3152
Hi, I am updating a existing VS 2003 add-in to VS 2005 addin. But I am using the the dll "VSLangProj" for some automation. But unfortunately I couldn't comile...
rathish
contactrps
Offline Send Email
Jan 4, 2006
12:20 pm
3153
I didnt find an obvious method on the ENVDTE.Project or ENVDTE.ProjectItem classes to add a reference to a project. I did find an References object with an Add...
rimdev
Offline Send Email
Jan 4, 2006
6:59 pm
3154
I've read and attempted to use the most excelenet article you had written Carlos on getting the IDesignerHost object for ASP.NET pages. Apparently, something...
rimdev
Offline Send Email
Jan 4, 2006
7:05 pm
3155
Hi Bill, You need to add to your add-in a reference to VSLangProj.dll (which is NOT part of the SDK, just an specific extensibility assembly only intended for ...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Jan 5, 2006
8:40 am
3156
Hi I need to develop a wizard for both 2003 and 2005 versions of visual studio. The wizard creation was so cute in vs 2005 but when i came to vs 2003 i am...
wilson george
willskgeorge
Offline Send Email
Jan 5, 2006
11:41 am
3157
I have a PDF file that is created dynamically by an addin. This contains links such as: C:\Bobs%20Stuff\Visual%20Studio% ...
Bob Powell
bobpowell1
Offline Send Email
Jan 5, 2006
3:14 pm
3158
Hi Bill, I have reproduced the problem. It seems that in VS 2005 System.Runtime.InteropServices.Marshal.GetObjectForIUnknown(objIntPtr) does not return a...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Jan 5, 2006
3:49 pm
3159
Thanks so much Carlos. I will see what I can work out. Your answers are helpful and prompt as always! I've posted this question already on the MSDN forums and...
Bill F. Foust
rimdev
Offline Send Email
Jan 5, 2006
4:20 pm
3160
You can now download the samples for VS 2005 at http://www.microsoft.com/downloads/details.aspx?FamilyID=79c7e038-8768-4 e1e-87ae-5bbbe3886de8&displaylang=en....
Craig Skibo
craigskibo_msft
Offline Send Email
Jan 6, 2006
11:08 pm
3161
I am getting a strange effect on closing a window with the Window.Close() method. There is one visible window, which is the code window for a form...
Phil Jollans
pjollans
Offline Send Email
Jan 7, 2006
11:43 am
3162
Hi Phil, I have seen that effect but only with related windows (aspx/code behind or vb/.resx). If the files are unrelated that should not happen. I'd suggest...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Jan 9, 2006
9:46 am
3163
I would like my Add-in to be installed only for VS.NET 2002/2003. How do I perform check if any version VS.NET installed and if so, which version is it BEFORE...
dennis_59542
Offline Send Email
Jan 9, 2006
1:48 pm
3164
Hi, See below the functions for the InnoSetup script that I am using. I'm not sure what setup technology you are using but the idea is the same. Best regards, ...
Carlos J. Quintero
carlos_j_qui...
Offline Send Email
Jan 9, 2006
1:53 pm
3165
Hello There is a default setup project added to VS.NET Addin Solution. Follwo these steps to find a way Right Click on SetupProject And Select View and then...
Akbar Buneri
akbarbunere
Offline Send Email
Jan 9, 2006
2:07 pm
3166
Thank you carlos for this code, it will help me once I know where to put it. I am using MSI setup project, when I use custom actions i can only run my code...
dennis_59542
Offline Send Email
Jan 9, 2006
2:09 pm
3168
If you use a MSI setup project, you can use conditions (see the help about VS Setup Projects), which are evaluated before the setup runs, as posted in other...
Carlos J. Quintero
carlos_j_qui...
Offline Send Email
Jan 9, 2006
2:21 pm
3169
The VisualStudio.DTE.X registry entries are at the HKEY_CLASSES_ROOT hive, such as: HKEY_CLASSES_ROOT\VisualStudio.DTE.7 You can use the regedit.exe tool to...
Carlos J. Quintero
carlos_j_qui...
Offline Send Email
Jan 9, 2006
2:28 pm
3170
Ok, thanks it works for me , but . I would like to check for visual studio 7.0 OR 7.1. How can I do that?...
dennis_59542
Offline Send Email
Jan 9, 2006
2:55 pm
3171
The strings are: VS.NET 2002: VisualStudio.DTE.7 VS.NET 2003: VisualStudio.DTE.7.1 VS 2005: VisualStudio.DTE.8.0 Best regards, Carlos J. Quintero MZ-Tools:...
Carlos J. Quintero
carlos_j_qui...
Offline Send Email
Jan 9, 2006
3:16 pm
3172
Yes, but my check is OK for both 7 and 7.1 versions. I don't see how to make OR operations between 2 launch conditions...
dennis_59542
Offline Send Email
Jan 9, 2006
3:19 pm
Messages 3142 - 3172 of 3878   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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