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 1877 - 1908 of 3878   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1877
There is an AddIn on CodeProject (http://www.codeproject.com/dotnet/VersioningControlledBuild.asp) that I really like but can't install on my primary dev...
david
flipdoubt1
Offline Send Email
Jun 2, 2004
8:28 pm
1878
Hi, inside my C++ Add-in i want to get the active project with: CComPtr<EnvDTE::Projects> ppProjects; VARIANT Variant; ...
pat_kleinknecht
Offline Send Email
Jun 3, 2004
11:49 am
1879
Few days ago one of the Chinese users of my add-in ran into the same problem. On my English version I prefix all binding keys with "Global::". Unfortunately,...
usysware
Offline Send Email
Jun 4, 2004
12:46 am
1880
Hello, can anybody tell me how to accesss the text of a document and how to make a selection, I was looking for stuff like shown below but didn't find anything...
frankskare
Offline Send Email
Jun 7, 2004
5:39 pm
1881
Hello, the links in the files section are broke, I'm using firefox, does anybody else having this problem? Frank...
frankskare
Offline Send Email
Jun 7, 2004
5:41 pm
1882
Hi Frank, You can use Text Editor Object Model to achieve the goal. Here is a macro code snippet you can try: Sub TextSelectionFindPattern() Dim td As...
Huizhong Long
huizhonglong
Offline Send Email
Jun 7, 2004
6:11 pm
1883
... There are these two, at least: http://www.amazon.com/exec/obidos/tg/detail/-/0735618747/qid=1086634874/sr=8 ...
Arild Fines
arild_fines
Online Now Send Email
Jun 7, 2004
7:02 pm
1884
How to get output assembly path for .NET compact framework project in VS using DTE ? I've searched all the project properties, but I could not find any ...
Ɓukasz Wielek
wielowielo
Offline Send Email
Jun 8, 2004
11:38 am
1885
I'm going to integrate with MSVS .Net. I'm essentially goign to be executing from a command prompt, and I'm using the following code: msdev [solution] [file]...
dersh53
Offline Send Email
Jun 8, 2004
2:54 pm
1886
I have been having this problem for a while. I have realized that for files that are over 120 KB's, the MDE is very slow. This was not the issue with VS 6.0,...
rpatel91480
Offline Send Email
Jun 8, 2004
5:48 pm
1887
thanks, selecting is clear now but is there a way to get the text of the entire document without using SelectAll/selection.Text ... ...
frankskare
Offline Send Email
Jun 8, 2004
6:07 pm
1888
Hello, I would suggest that you check whether you have a visible view that automatically refresh when the code editor changes (for example the Dynamic Help and...
cyril_mathey
Offline Send Email
Jun 9, 2004
8:48 pm
1889
... Assuming it is a normal source code file, it looks like it could need a little redesign to split the file into smaller ones. You don't find anything in...
klimetschek@...
klizza2004
Offline Send Email
Jun 10, 2004
7:25 pm
1890
You can try proj.Properties.Item("OutputPath").Value.ToString() to get the value where proj is an instance of Project. I haven't tried this myself but a...
amitweb@...
amitig
Offline Send Email
Jun 12, 2004
2:13 pm
1891
You can use EditPoint to get the text of the entire doc. Try below macro: Sub getText() Dim td As TextDocument = DTE.ActiveDocument.Object Dim ep As EditPoint...
Huizhong Long
huizhonglong
Offline Send Email
Jun 14, 2004
6:36 pm
1892
The OutputPath is a property of hte Configuration object and not the project and thus to access that you need to get to the Configuration object. The following...
Chetan Chudasama
cdchudasama
Offline Send Email
Jun 14, 2004
6:49 pm
1894
Hi, Here I am here with some more questions regarding the communication with VS.NET IDE in my C# AddIn. 1) I am diverting some of my output of AddIn to...
Upadrasta V N. Pardh...
uvnpsaradhi
Offline Send Email
Jun 15, 2004
11:12 am
1895
HI All, I am trying to attach my process to the .NET Debugger to debug my process. and I am using the folliwng code. if (...
Upadrasta V N. Pardh...
uvnpsaradhi
Offline Send Email
Jun 15, 2004
1:13 pm
1896
Hello, I was trying to add a submenu to Tools menu with two items on it. I created an Addin with the wizard and then modified the Onconnection metthod to add a...
Mahesh and Family
singhsangeeta88
Online Now Send Email
Jun 15, 2004
6:25 pm
1897
... I do something like this to add a new submenu: CommandBar parentBar = dte.CommandBars[ "Tools" ]; bar = (CommandBar)context.DTE.Commands.AddCommandBar(...
Arild Fines
arild_fines
Online Now Send Email
Jun 15, 2004
6:42 pm
1898
... I believe you also need to call Activate() on the outputWindow object, before activating the pane. At least, that's what Ankh does, and it works. The...
Arild Fines
arild_fines
Online Now Send Email
Jun 15, 2004
7:02 pm
1899
Thanks a ton !!!! I was able to accomplish what I was trying to do. -- Sangeeta ... it. I ... Onconnection ... but ... could ... parentBar, ... other...
Sangeeta Singh
singhsangeeta88
Online Now Send Email
Jun 15, 2004
8:15 pm
1900
I am still waiting for my other 2 questions. -SARADHI ... From: Arild Fines [mailto:arild.fines@...] Sent: Wednesday, June 16, 2004 12:33 AM To:...
Upadrasta V N. Pardh...
uvnpsaradhi
Offline Send Email
Jun 17, 2004
8:04 am
1902
Is there a way to programmatically show the Add New Project dialog or the New Project dialog with Add to Solution box ckecked by default? Basically, I need to...
Robert Leahey
robertkleahey
Offline Send Email
Jun 18, 2004
4:00 pm
1903
How do I do subject? the CodeModel is read-only in VB right? Thanks Christoffer Skjoldborg...
christoffer_skjoldborg
christoffer_...
Offline Send Email
Jun 20, 2004
7:24 pm
1904
... The Project.ProjectItems.Add* methods can be used to add new files, while ProjectItem.Remove can be used to remove existing ones. -- Arild AnkhSVN:...
Arild Fines
arild_fines
Online Now Send Email
Jun 20, 2004
7:59 pm
1905
Thanks! ... while...
christoffer_skjoldborg
christoffer_...
Offline Send Email
Jun 20, 2004
10:56 pm
1906
I think you can use DTE.ExecuteCommand("File.AddNewProject"). While the New Project dialog shows the "Add to Solution" and "Close solution" radio buttons, the...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Jun 21, 2004
1:55 pm
1907
Carlos, Unfortunately, DTE.ExecuteCommand("File.AddNewProject") does not allow to set a default selection to a desired project type in the Add New Project...
Robert Leahey
robertkleahey
Offline Send Email
Jun 24, 2004
11:27 pm
1908
Hello Robert, This is just a guess, but maybe you can invoke the wizard explicitly with DTE.LaunchWizard, and pass the appropriate context parameters. The...
cyril_mathey
Offline Send Email
Jun 25, 2004
10:55 am
Messages 1877 - 1908 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