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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 3086 - 3115 of 3878   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3086
Hi, When using C++ projects extensibility, given a VCProject, how can I get the EnvDTE.Project?. The VCProject.Project property seems to return itself, so it...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Dec 1, 2005
3:35 pm
3087
Hi, I have added support for Ada using VSIP 2003 and I have to extend the features further. I was wondering if it would be better to migrate to 2005 or stay...
Sangeeta Singh
singhsangeeta88
Online Now Send Email
Dec 1, 2005
4:09 pm
3088
Hi I have a file called myfile.aedb in my project. i have provided a tool window for editing this file. ie my own user interface. basically it is an xml file...
wilson george
willskgeorge
Offline Send Email
Dec 5, 2005
4:30 am
3089
Hi In my addin, i need to fetch all the locale information from windows. Is there any way out to do this? tx in advance wilson george...
wilson george
willskgeorge
Offline Send Email
Dec 5, 2005
5:53 am
3090
Do you mean time zones? I have some code somewhere that does that... ... From: vsnetaddin@yahoogroups.com [mailto:vsnetaddin@yahoogroups.com] On Behalf Of...
Dean Cleaver
dean_cleaver
Offline Send Email
Dec 5, 2005
12:51 pm
3091
the locales in the regional settings.. ... [mailto:vsnetaddin@yahoogroups.com] On ... windows. ... ~--> ... ~-> ... message...
wilson george
willskgeorge
Offline Send Email
Dec 6, 2005
4:10 am
3092
A button with flatStyle=System on a tabControl on shim stucks VS.Net when clicking on it. Clicks work fine when I set flatstyle=Standard or put the button ...
dennis_59542
Offline Send Email
Dec 7, 2005
6:31 pm
3093
Hi, I have added a support for Ada language in VS. Now I want to add a support for a new project type in VS, so that I can load and edit and compile those...
Sangeeta Singh
singhsangeeta88
Online Now Send Email
Dec 8, 2005
2:14 pm
3094
Hi, is there a way to read the HTML source code of an ASPX file via EnvDTE, similar to using the FileCodeModel for code files? Of course, I could open the file...
Phil Jollans
pjollans
Offline Send Email
Dec 10, 2005
5:54 pm
3095
Hi, is there an easy way to recognize an ASP.NET project? To my surprise, it does not seem possible to detect an ASP.NET project using the Project.Kind ...
Phil Jollans
pjollans
Offline Send Email
Dec 10, 2005
9:31 pm
3096
hi phil, its been long time that i workd on it but you can certianly go the project properties and get the local path information that contians " ...
coolvarun43
Offline Send Email
Dec 12, 2005
7:04 am
3097
Hi Phil, The Project.Object property should return a VSWebSite or similar for Web projects. Best regards, Carlos J. Quintero MZ-Tools: Productivity add-ins for...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Dec 12, 2005
9:14 am
3098
Hi again, See if my article helps: HOWTO: Getting IDesignerHost and IHTMLDocument of WebForms from a Visual Studio .NET add-in ...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Dec 12, 2005
9:16 am
3099
AFAIK, for that purpose you have to create a VSIP package (now VS 2005 SDK): http://msdn.microsoft.com/vstudio/extend/ ...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Dec 12, 2005
9:17 am
3100
Yes, the issue sounded familiar. I assume that you are using a Usercontrol, right? I reviewed my source code and found this: ' PATCH: in the following...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Dec 12, 2005
9:53 am
3101
Now I use Visual Studio .NET Code Generator in Visual Studio 2003. (http://www.raboof.com/Projects/VsCodeGeneratorShim/VsCodeGeneratorShim.aspx) Do you know...
drnoop
Offline Send Email
Dec 12, 2005
11:03 am
3102
Try this code. Some things like TimeZoneCollection you will have to replace with ArrayList or something else: ... [StructLayout(LayoutKind.Sequential,Pack=2)] ...
Dean Cleaver
dean_cleaver
Offline Send Email
Dec 13, 2005
10:34 am
3103
Hi Carlos, Hi Varun, In the Project.Properties collection there is a property "ProjectType" which takes the values -...
Phil Jollans
pjollans
Offline Send Email
Dec 13, 2005
10:22 pm
3104
... which takes the values ... http://tinyurl.com/96kph). Ah, yes, I forgot that. ... Ummhh, I guess that you are not using VS 2005. In VS 2005 ASP.NET...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Dec 14, 2005
9:18 am
3105
For anyone who needs to do this: we used the following small console program. Then paste the text in the produced .txt file into the AboutIconData element in...
frankhileman
Offline Send Email
Dec 14, 2005
3:00 pm
3106
Hi, I need to open a Window showing all the classes that implements an Interface I have defined before. Now I can do this but with the Solution property, so I...
Daniel Kacowicz
dkaco
Offline Send Email
Dec 14, 2005
3:01 pm
3107
I have 3 menus with events and I am getting really weird results on menu events. All menu events are firing on any single menu click. Here is the relevant...
lessmith92
Offline Send Email
Dec 14, 2005
3:05 pm
3108
Hi Daniel, I suppose that you are not using the code model: given a ProjectItem, use ProjectItem.FileCodeModel.CodeElements to get the code elements...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Dec 14, 2005
3:09 pm
3109
I've been there. See if it is this one that I reported: Bug Details: CommandBarButton.Click event fired for the same button on unrelated event handlers of...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Dec 14, 2005
3:22 pm
3110
I'm working on an addin that lists the C++ functions in a file for a code analysis project. I do not however want any of the functions declared within a macro ...
Bob Powell
bobpowell1
Offline Send Email
Dec 14, 2005
5:18 pm
3111
Hi Bob, The CodeElementFromPoint function is not reliable. You have to use a top-bottom approach navigating the code elements recursively until you find the...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Dec 14, 2005
5:22 pm
3112
Hi I have exported a project template using VS 2005. It has been automatically copied to my user profile location. I need to make it available for all the...
wilson george
willskgeorge
Offline Send Email
Dec 15, 2005
4:40 am
3113
AFAIK, apart from the VS location for builtin templates, VS 2005 searches in the folders specified in Tools, Options menu, Projects and Solutions node. So,...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Dec 15, 2005
9:08 am
3114
Hi, I'm looking at the "How to: Create Custom Tools Options Pages" section in the msdn on using a control library to provide an Options dialog. It mentions you...
Duncan Lees
blu3_d0g
Offline Send Email
Dec 15, 2005
5:13 pm
3115
You can add a block of xml like this <ToolsOptionsPage> <Category Name="My Category"> <SubCategory Name="My Subcategory - Visual C#"> ...
Craig Skibo
craigskibo_msft
Offline Send Email
Dec 15, 2005
11:26 pm
Messages 3086 - 3115 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