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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 1553 - 1583 of 3878   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1553
Excellent. Thanks a ton. Pete ... in ... were ... I ... from ... Javier" ... the ... and...
Pete Davis
pdavis68
Offline Send Email
Jan 1, 2004
6:00 pm
1554
Is it possible to write an add-in that manipulates the Watch window while Visual Studio is in break mode? I havent found any doc in MSDN on which object to...
John
rainerclimbing
Offline Send Email
Jan 2, 2004
4:52 pm
1555
Does anybody know how to enumerate the controls on a Web form? My present understanding is that the IDesignerHost is not available and that the designer for...
pjollans
Offline Send Email
Jan 2, 2004
9:47 pm
1556
What is it, exactly, that you want to do with the watch window? It's a VS.NET window, meaning you can get to it and treat it as a window, but beyond that, I...
Pete Davis
pdavis68
Offline Send Email
Jan 3, 2004
2:40 pm
1557
What i wanted to do was use the watch window as a small time unit testing add-in tool. To add expressions to the watch window and evaluate the returned...
John
rainerclimbing
Offline Send Email
Jan 4, 2004
6:02 am
1558
Hi, I still looking for solution of this problem. This problem is the only obstacle to the completion of my addin project. Its been over a month that I had...
diagnose77
Offline Send Email
Jan 5, 2004
12:58 am
1559
Hi, I donīt know the answer to this (never heard of IFilterProperties) and it seems that nobody else will know here. Since you are stuck with this problem for...
carlos_j_quintero
carlos_j_qui...
Offline Send Email
Jan 7, 2004
2:43 pm
1560
Hi Carlos, Thank you for your response and advise. Unfortunately I am not a MSDN subscriber as it is too expensive for me to subscribe. I had this same problem...
diagnose77
Offline Send Email
Jan 7, 2004
10:08 pm
1561
IFilterProperties is visible in my VS2003 Intellisense and is in the Visual Studio help. What isn't working for you? Charlie Poole cpoole@... ...
Charlie Poole
cpoole98370
Offline Send Email
Jan 8, 2004
1:16 am
1562
Hi Charlie, Thank for your response. Yes, IFilterProperties is inside EnvDTE and has a single method IsPropertyHidden, and it appears in the MSDN help library...
diagnose77
Offline Send Email
Jan 8, 2004
5:50 am
1563
I'm using the Debugger.GetExpression() function to execute a function from the project that VS is currently debugging. I've figured out how to recursivly...
John
rainerclimbing
Offline Send Email
Jan 9, 2004
3:53 pm
1564
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the vsnetaddin group. File : /VS.NET...
vsnetaddin@yahoogroup...
Send Email
Jan 12, 2004
5:08 pm
1565
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the vsnetaddin group. File : /VS.NET...
vsnetaddin@yahoogroup...
Send Email
Jan 13, 2004
10:36 am
1566
I'm a VS.Net add-in rookie and I've been playing with some sample code. I have an add-in project that I constructed with sample code and it appears to work...
douglasbcrowley
Offline Send Email
Jan 15, 2004
1:55 am
1567
If you are sure that you are in debug mode, with the pdb file correct and so on, try re-registering the addin (as ActiveX component and as addin) Carlos J....
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Jan 15, 2004
8:37 am
1568
I fully agree with Carlos. What I can add is that it happened to me that the 2nd instance of VS.NET was not loading the same physical file that the one in the...
timores2
Offline Send Email
Jan 15, 2004
11:27 am
1569
I have the name of a stored procedure, its database, server name, and all necessary login information. Is it possible to pass this to the IDE and bring up the...
varchar20
Offline Send Email
Jan 15, 2004
10:21 pm
1570
Can anyone tell me how can I check if the visual studio .net window is active or not? Does a 'onFocus' function exist? I didn't find anything. Thanks....
lukaptr
Offline Send Email
Jan 19, 2004
10:05 am
1571
- To know the active window inside the IDE you can use DTE.ActiveWindow - To know if the IDE is the active application, I think that you can get ...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Jan 19, 2004
11:06 am
1572
Hi all, I'm writing a VS.NET 2003 add-in in C#, which adds task items via TaskItems.Add(). I'd like to show a custom bitmap on the IDE gutter (ala breakpoint...
usysware
Offline Send Email
Jan 20, 2004
8:06 am
1573
Yes, it is doable although I do not remember the way right now, surely passing a IPictureDisp COM object (using OleCreatePictureIndirect API function) to the...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Jan 20, 2004
8:32 am
1574
Hello, We noticed StatusBar.SetXYWidthHeight displays height, then width on the status bar (H x W). This is incorrect, yes? We are now compensating in the...
frankhileman
Offline Send Email
Jan 21, 2004
4:39 am
1575
... Well, ahem, actually, there IS an designer, but not publically documented... Hints: use the following declaration: using System.Runtime.InteropServices; ...
dontboreme47
Offline Send Email
Jan 22, 2004
2:09 pm
1576
Thanks. When I have a little time, I will try that out. Phil ... From: dontboreme47 To: vsnetaddin@yahoogroups.com Sent: 22 January 2004 14:45 Subject:...
Phil Jollans
pjollans
Offline Send Email
Jan 22, 2004
5:48 pm
1577
Does anyone here know how the VS.NET Form Designer generates the code for forms? I've been looking everywhere for information on this. I want to auto-generate...
Pete Davis
pdavis68
Offline Send Email
Jan 22, 2004
6:13 pm
1578
The best way is to find this out is to download the source of SharpDevelop from www.icsharpcode.net as they have implemented the ISite interface together with...
Erick Sgarbi
evscbox
Offline Send Email
Jan 23, 2004
12:37 am
1579
I am trying to catch the position of the cursor in the EditorWindow. I tried to use EditPoint but seems that it's useful just to set the position but not to...
lukaptr
Offline Send Email
Jan 23, 2004
6:14 pm
1580
... Sub ActivePointExample() ' Before running this example, open a text document. Dim objSel As TextSelection = DTE.ActiveDocument.Selection Dim objActive As...
hhisoftware
Offline Send Email
Jan 24, 2004
4:29 pm
1581
... code ... Pete, I have addressed this in my book, Writing Add-ins for Visual Studio .NET, published by Apress and available at Amazon.com, but there is a...
hhisoftware
Offline Send Email
Jan 24, 2004
4:33 pm
1583
Is there a way to create a command alias programmatically? I'm currently doing DTE.ExecuteCommand( "Tools.Alias", "svn Ankh.RunSvn" ); but this fails with an...
Arild Fines
arild_fines
Online Now Send Email
Jan 26, 2004
4:17 pm
Messages 1553 - 1583 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