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.

Messages

  Messages Help
Advanced
Messages 1672 - 1703 of 3875   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1672
Hi, I defined my own templates for WebForms into a folder. I created a toolbar with some icons. One of them opens the "Project.AddWebForm". Now I want to...
sam2004de
Offline Send Email
Mar 2, 2004
4:15 pm
1675
I am using VC++.NET to compile some C code. It compiles and runs great. But when I try to add web reference to the project, I get compile error: c:\Program...
zhuoming
Offline Send Email
Mar 3, 2004
6:47 pm
1676
This is an update with regard to the problem of high memory usage when opening and closing designer windows and switching languages. (See files in Knowledge...
pjollans
Offline Send Email
Mar 3, 2004
9:28 pm
1677
Hi all, I know how to use general extensibility (i.e. non-VSIP one) in order to add methods/functions to existing classes. What I'm wondering if there is a way...
usysware
Offline Send Email
Mar 7, 2004
9:23 pm
1678
No, I have not seen that problem. Can you reproduce the problem with a minimal addin (<15 lines of code) that you can post? Regards, Carlos J. Quintero (Visual...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Mar 8, 2004
9:55 am
1679
Since even procedure variables are not covered by the code model I think that the only way is to get the desired EditPoint , for example with ...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Mar 8, 2004
10:04 am
1680
hi all, i do my first steps creating a .NET add-in using C++ and can not find how to hide the button text, when the control is added to the toolbar. When i try...
pat_kleinknecht
Offline Send Email
Mar 8, 2004
4:42 pm
1681
I think that by default VS.NET is smart enough to know that when adding a CommandBarControl to a toolbar it must not show the text, only when you add it to a...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Mar 8, 2004
5:03 pm
1682
Without using the VSIP obj library, is there a way to automate the opening and closing of the project nodes in the solution explorer?...
John
rainerclimbing
Offline Send Email
Mar 8, 2004
7:39 pm
1683
... Sure. Get a hold of an UIHierarchyItem for the node in question and set the Expanded property. You can get a UIHierarchy object from the .Object property...
Arild Fines
arild_fines
Online Now Send Email
Mar 8, 2004
7:54 pm
1684
Hi, You can use Code Model that interact with Editor via TextPoint object to programmatically add code to your methods/funtions. Here is a macro that inserts...
Huizhong Long
huizhonglong
Offline Send Email
Mar 8, 2004
9:45 pm
1685
Arild is right, but we aware of Q00011 "UIHierarchyItems.Expanded=False does not change icon of folders" (see the Knowledge Base of the Files section of this...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Mar 9, 2004
9:18 am
1686
I developed a plugin and I would like to create the setup file. I wanted to know if the plugin, after installed with the setup file, is already registered in...
lukaptr
Offline Send Email
Mar 10, 2004
9:44 am
1687
Hi, There are 2 things that must be registered: - COM registration: you must mark the addin dll for COM registration in the setup properties. - Addin...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Mar 10, 2004
10:47 am
1688
Hi all, this is my first post. I am glad to be here, this group is a very helpful resource! I've stumbled over the problem how to remove a command bar once the...
klizza2004
Offline Send Email
Mar 11, 2004
12:27 am
1689
... You need to add the assembly containing the installer class to the .MSI project. Then go to View->Custom actions(still on the MSI project) and add that...
Arild Fines
arild_fines
Online Now Send Email
Mar 11, 2004
12:57 am
1690
... Great, that worked perfectly. Thanks! Alex -- Alexander Klimetschek <klimetschek@...>...
klimetschek@...
klizza2004
Offline Send Email
Mar 11, 2004
2:13 am
1691
I am trying to create my own toolbar and menu items inside my VS.NET AddIn as follows: This is the code in OnConnection() function of my Add-In ...
SARADHI
uvnpsaradhi
Offline Send Email
Mar 11, 2004
10:37 am
1692
What do you mean by INstaller Class here? ... Craig ... as ... Uninstall ... tries ... but ... in ... bar ... of ... my ... You ... your ... some ... I...
SARADHI
uvnpsaradhi
Offline Send Email
Mar 11, 2004
3:50 pm
1693
Has anyone been successful in using a Manifest file with an Add-in to get XP-style look and feel for controls on a C# (with shim) created form in the add-in? ...
swallace
Offline Send Email
Mar 12, 2004
12:13 am
1694
I want to open a web page window in VS from my Addin and direct it to a certain website. Does anyone have a snippet of code that does that? Thanks...
swallace
Offline Send Email
Mar 12, 2004
12:13 am
1695
Though required, I suspect that a manifest file is not enough. Try calling SetWindowTheme for your window: typedef HRESULT (STDAPICALLTYPE *pfnSetWindowTheme)...
Oz Solomon
wndtabs
Offline Send Email
Mar 12, 2004
12:21 am
1696
... Yes - manifest files are for .exes. You'd need to make a devenv.exe.manifest and stick it in the VS.NET folder. This might have some unwanted effects ...
Arild Fines
arild_fines
Online Now Send Email
Mar 12, 2004
5:59 am
1697
... This is what I do: // the Start Page window is a web browser Window browserWindow = context.DTE.Windows.Item( Constants.vsWindowKindWebBrowser ); ...
Arild Fines
arild_fines
Online Now Send Email
Mar 12, 2004
6:36 am
1698
Hi, is there a way to get the directory of the current C# Project to be used for by an addin. When I do the Directory.getCurrentDirectory (), it sends back a...
divid2678
Offline Send Email
Mar 14, 2004
6:41 pm
1699
Hi all, I get it on VS.NET 2004 and it's inconsistent at best. I was able to reproduce it more often when I had all three of my add-ins running and debugging a...
usysware
Offline Send Email
Mar 15, 2004
4:16 am
1700
Sorry, meant to say VS.NET 2003....
usysware
Offline Send Email
Mar 15, 2004
6:34 am
1701
Check the Project.Properties collection. One or more properties return the path or full name. Regards, Carlos J. Quintero (Visual Developer - .NET MVP) _____ ...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Mar 15, 2004
8:10 am
1702
Hi, I often observe the same exception while debugging my add-in. All that the debugger shows is that it happens in the thread with very high priority. This...
dsha1980
Offline Send Email
Mar 15, 2004
9:08 am
1703
In the OnStartupComplete I register on the "SolutionEvents.Opened" event. When I am opening an existing solution that does not contain any projects, the...
rleijtens
Offline Send Email
Mar 15, 2004
12:21 pm
Messages 1672 - 1703 of 3875   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