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...
Show off your group to the world. Share a photo of your group with us.

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 1821 - 1850 of 3878   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1821
Hi Phil, I think I said it would take weeks or months, as I move one article per week or so, and so far I had moved... 3. I am also affected by this problem....
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
May 3, 2004
10:40 am
1822
Hi, I'm developing an vs.net add-in, which, I need to implement a custom intellisense (or auto completion list). I've only found out that I must use COM...
Recep Ulgen
recep_ulgen
Offline Send Email
May 3, 2004
2:29 pm
1823
Hi Recep, You have a lot of resources in the Files section of this forum. Read a lot about addins before starting yours. About providing intellisense, your...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
May 3, 2004
2:34 pm
1824
Thanks for your quick answer, Actually, what I am asking is the way to integrate my own intellisense results to the vs.net auto completion listbox, not to ...
Recep Ulgen
recep_ulgen
Offline Send Email
May 3, 2004
2:43 pm
1825
I don't think that you can do that with a regular addin, I think that you must go down to VSIP level: http://www.vsipdev.com/downloads/...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
May 3, 2004
2:51 pm
1826
I have not heard anything back, I will follow up and see if they found anything. Craig ... From: Quintero Vivar, Carlos Javier [mailto:CarlosQ@...] ...
Craig Skibo
craigs_ms
Offline Send Email
May 3, 2004
2:54 pm
1827
... Wasn't Visual Assist originally a pure addin? -- Arild AnkhSVN: http://ankhsvn.tigris.org Blog: http://ankhsvn.com/blog IRC: irc://irc.freenode.net/ankhsvn...
Arild Fines
arild_fines
Offline Send Email
May 3, 2004
3:02 pm
1828
Maybe, I am not very aware of that addin, but for what I have read now it uses separate lists: http://www.wholetomato.com/products/features/suggestion.html ...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
May 3, 2004
3:10 pm
1829
Thanks for your answers, I'm going to look at the VSIP way. - Recep ... now it ... its ... Another problem ... LineChanged ... Win32 hacks or ... that you ... ...
Recep Ulgen
recep_ulgen
Offline Send Email
May 3, 2004
3:29 pm
1830
Visual Assist has it's own Intellisense (that's the whole point - it is better than the built in one). It does not integrate into the IDE's Intellisense. ...
Oz Solomon
wndtabs
Offline Send Email
May 3, 2004
3:29 pm
1831
I want to know how to solve my problem(if it possible at all!) Here the problem: I want to write an addin fo VS.NET, it must be able to access ...
diaus1984
Offline Send Email
May 4, 2004
12:12 am
1832
... Thanks for help. Another question (I hope this is the last). How to attach out of process to DTE in quiet mode? The quiet mode I mean a mode that forces VS...
Ɓukasz Wielek
wielowielo
Offline Send Email
May 4, 2004
2:16 pm
1833
Is there any way to determine the state of a tool window? I want to be able to determine (and set) if a tool window is pinned. WindowState just tells me if it...
Paul Sturgill
phstur
Offline Send Email
May 4, 2004
2:28 pm
1834
... .IsFloating or .Linkable, perhaps? -- Arild AnkhSVN: http://ankhsvn.tigris.org Blog: http://ankhsvn.com/blog IRC: irc://irc.freenode.net/ankhsvn "We've got...
Arild Fines
arild_fines
Offline Send Email
May 4, 2004
2:56 pm
1835
Visual Studio will show UI in only a few situations when you are using automation (all other UI being displayed is considered a bug and I would like to hear...
Craig Skibo
craigs_ms
Offline Send Email
May 4, 2004
2:59 pm
1836
I just get "Unspecified Error" when I try to set IsFloating or Linkable. ... From: Arild Fines [mailto:arild.fines@...] Sent: Tuesday, May 04, 2004...
Paul Sturgill
phstur
Offline Send Email
May 4, 2004
3:07 pm
1837
... Is the Window on autohide? That will trigger that, IIRC. In my code, I'm doing this: // we need to make sure its not hidden and that it is dockable bool...
Arild Fines
arild_fines
Offline Send Email
May 4, 2004
3:24 pm
1838
The window is not autohide. I ran your code and I get the same "Unspecified Error" when I get to any of the assignment statements. Not sure if I mentioned...
Paul Sturgill
phstur
Offline Send Email
May 4, 2004
5:20 pm
1839
I am writing Add-ins in C++. I modify C++ source code for each function in the active document iterating via VCFileCodeModel's Functions collection, and using ...
vladfein
Offline Send Email
May 5, 2004
12:43 am
1840
Hello, I am writing a VS Package using both VSIP Extras and Automation, and sometimes I need to retrieve a EnvDTE.Project from a IVsHierachy. To do this, I...
cyril_mathey
Offline Send Email
May 6, 2004
2:51 pm
1841
You probably want to use a combination of VSIP and Automation to do this. If you call the UniqueName property on EnvDTE.Project, this gives you a string value...
Craig Skibo
craigs_ms
Offline Send Email
May 6, 2004
4:06 pm
1842
Thanks a lot Craig, this works great. -- Cyril ... gives ... for ... IVsSolution ... passing ... can be ... and ... no ... message ... ...
cyril_mathey
Offline Send Email
May 6, 2004
10:05 pm
1843
Hi all, I once posted this problem here, but didn't receive any replies, so I'm trying again. The problem is that my add-in cannot retrieve late-bound...
dsha1980
Offline Send Email
May 8, 2004
9:06 am
1844
... Not sure if it helps, but you might benefit from the same advice I was given when I had similar problems: ...
Arild Fines
arild_fines
Offline Send Email
May 8, 2004
12:27 pm
1845
Hi all, I created a new project template (using vsdir, vsz files), and i would like to integrate the project Properties. For example: disable the 'Output Type'...
calabi_g
Offline Send Email
May 9, 2004
11:57 am
1846
Arild, thanks for the idea & the link, I'll try it. ... was given...
dsha1980
Offline Send Email
May 10, 2004
2:12 pm
1847
Hi, As we know the compile event will not launch pre_build event. But I need this event to do some pre-processing (not compile preprocess) when the user do...
dong_chinese
Offline Send Email
May 11, 2004
12:00 am
1848
Hi, in my add-in I'm trying to set shortcuts programmatically using Command.Bindings property (as it seems the only way for add-in to change the keyboard...
dsha1980
Offline Send Email
May 11, 2004
12:04 pm
1849
In my code, I add some values to the Project.Globals object and later on I need to remove them. I haven't seen any way to do this via the Globals object. You...
jessielu
Offline Send Email
May 11, 2004
10:02 pm
1850
Hey Everyone, I have a treeview control that I use to display the projects of a solution and all of their namespaces and classes, similar (almost exactly) to...
elektrofetish
Offline Send Email
May 12, 2004
11:43 am
Messages 1821 - 1850 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