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.

Messages

  Messages Help
Advanced
Messages 2366 - 2395 of 3874   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2366
hi group, i need to make a shortcut for my addin,i need to make this shortcut programatically..any suggestions?? Regards Varun...
hrc_varun
Offline Send Email
Mar 1, 2005
9:13 am
2367
Hi, Yes, there are few samples and few people using C++ as programming language, and supporting C++ projects as targets. I use VB.NET mainly and I can "speak"...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Mar 1, 2005
9:22 am
2368
1) How is that your add-in needs a shortcut if add-ins are not standalone exes? 2) Which setup program are you using? Or do you mean keyboard shortcut for some...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Mar 1, 2005
9:26 am
2369
Hi Vlad, ... Not at all - we certainly are (both our add-ins are written in native C++). Had your question had been about (say) the project system or...
Anna-Jayne Metcalfe
justanna69
Offline Send Email
Mar 1, 2005
9:31 am
2370
i m using the .net setup project,that is created once i make a extensibility project..yes, i need to make a keyboard shortcut for executing the plugin that...
hrc_varun
Offline Send Email
Mar 1, 2005
9:35 am
2371
The use Command.Bindings. Take care of exceptions because if I remember correctly, if the keyboard profile is built-in, it will fail (the user needs to make a...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Mar 1, 2005
9:43 am
2372
thanks carlos,it helped me to solve my problem.. Regards Varun...
hrc_varun
Offline Send Email
Mar 1, 2005
1:46 pm
2373
Here is the code: Public Sub RegisterAssembly(ByVal sAssemblyFullFileName As String, ByVal bRegister As Boolean) Dim objRegistrationServices As...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Mar 1, 2005
1:57 pm
2374
... Library ... for 2 , can give a real example . Maybe i like to add a System.Windows.Forms.button thx~~ ... button ... footer...
ijm320
Offline Send Email
Mar 2, 2005
2:19 pm
2375
I have not tested it, but I think that you must create a Windows Control Library: Open VS.NET, click New, Project... and select Windows Control Library...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Mar 2, 2005
2:24 pm
2376
Hi, I wrote a function to replace the buggy CodeElementFromPoint. My function iterates top-down the FileCodeModel asking the CodeElements if the point is...
danielmenezescardoso
danielmeneze...
Offline Send Email
Mar 3, 2005
8:00 pm
2377
I think I've found a(nother) bug... When, inside the LineChanged event, I try to enumerate through the CodeElements in the FileCodeModel, Visual Studio...
danielmenezescardoso
danielmeneze...
Offline Send Email
Mar 4, 2005
1:11 am
2378
Hi i am trying to create a simple VsPackage(with tool window) using VS2005 . VsPackage is created succesfully ,but when i try to build package it gives me...
dotnetseeker
Offline Send Email
Mar 4, 2005
6:19 am
2379
... This approach is not recommended. The code in your LineChanged event should be ultra-fast, and navegating the code model is not that fast. For large files...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Mar 4, 2005
9:34 am
2380
... If you take that approach donīt forget to post the parser in the Files \ Utilities section of this forum :-) And you could start with parsing variables...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Mar 4, 2005
9:38 am
2381
Thank you for replying. I really wish I could do that (not access the CodeModel in the LineChanged event) but I could not find an alternate solution to my ...
danielmenezescardoso
danielmeneze...
Offline Send Email
Mar 4, 2005
12:42 pm
2382
... anymore and ... Files \ ... I surely will. ... is not ... methods ... model. Have you found a workaround for the getEnumerator bug or know how I can solve...
danielmenezescardoso
danielmeneze...
Offline Send Email
Mar 4, 2005
12:53 pm
2383
... My god! ;-) ... property. Not sure if it is a bug since you are trying to access the code model while it is being modified and maybe it is not updated yet....
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Mar 4, 2005
12:56 pm
2384
... methods ... model. Have you found a workaround for the getEnumerator bug or know how I can solve this problem? Regarding my other post, have you had to ...
danielmenezescardoso
danielmeneze...
Offline Send Email
Mar 4, 2005
12:57 pm
2385
... There is a free VB.NET parser on some place of the Web, if you are interested. ... As I told, I am not using the LineChanged event. ... EndPoint property? ...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Mar 4, 2005
1:18 pm
2386
... Ehehe :) ... GetEndPoint ... model while ... you ... perform your ... 1 second ... ignore ... Thanks! Very smart suggestion. I'll try it. [hope it works...
danielmenezescardoso
danielmeneze...
Offline Send Email
Mar 4, 2005
1:22 pm
2387
I am always getting this alert when I am iteratig through the projects in a solution. It occurs when this is executed: cpp_projects->Item(num,...
franzaklein
Offline Send Email
Mar 4, 2005
6:20 pm
2388
Greetings! Due to an unbelievably annoying bug in Visual Studio .Net, I frequently have to close all of my open windows, shut down VS.Net, reopen VS.Net, and...
interrobang
Online Now Send Email
Mar 4, 2005
9:56 pm
2389
Hi, You can open documents in any view using ProjectItem.Open(viewKind), which returns a Windows which in turn you make visible with Window.Visible=True. There...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Mar 7, 2005
9:45 am
2390
Maybe is a variation of: BUG: For Each causes exception in DTE.SelectedItems if solution node selected in Visual Studio .NET ...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Mar 7, 2005
9:48 am
2391
Hi all How is everybody on this fine day? ;) I got a quick question. I want to add a menu option on the Solution Explorer Tree in VS 2005 with VSIP (when the...
jubileevz
Offline Send Email
Mar 7, 2005
10:00 am
2392
Carlos, Thank you very much for your reply. It looks like it should give me what I need, but I'm still having problems. In order to use ProjectItem.Open, I...
interrobang
Online Now Send Email
Mar 7, 2005
3:25 pm
2393
1) You can use directly ProjectItem.ContainingProject, canīt you? But this is not actually your problem: 2) Projects have a Name, a FullName and a UniqueName....
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Mar 7, 2005
3:52 pm
2394
Hi, Through my VSAddin dll, I would like to Step1: store all the break points Step2: Delete all break points Step3: .. Step4: .. Step5: Re-Apply all break...
Giri Reddy
busygiri
Offline Send Email
Mar 7, 2005
4:35 pm
2395
The Debugger class has a BreakPoints collection with a Add method, and each BreakPoint has a Delete method and a Enabled property, etc. Best regards, Carlos J....
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Mar 7, 2005
4:40 pm
Messages 2366 - 2395 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