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 3520 - 3549 of 3878   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3520
I was just looking at this same problem. It's easily reproducable. But the symptoms can vary depending on how thoroughly you test so it's easily missed. There...
wiseowlconsulting
wiseowlconsu...
Offline Send Email
Apr 2, 2006
1:44 am
3521
Hi Padma, Since you have the source code of the add-in, you can do either of the following to find the offending code: 1) Add an exception handler in your...
Carlos J. Quintero
carlos_j_qui...
Offline Send Email
Apr 3, 2006
7:33 pm
3522
Hi All, How to handle subject on runtime for both - VS2003/2005? Is that possible at all? In VS2005 the .Name property exists but it seems to be empty. In...
Shamil Salakhetdinov
shamil_salak...
Offline Send Email
Apr 4, 2006
12:36 pm
3523
Hi, If you have an instance of your control, you can cast it to IComponent and you can use objIComponent.Site.Name (not tested). Best regards, Carlos J....
Carlos J. Quintero
carlos_j_qui...
Offline Send Email
Apr 4, 2006
1:29 pm
3524
Thank you, Carlos, But it didn't work - casting menu item to component at runtime doesn't result in loading/activating an instance of Site in this component. ...
Shamil Salakhetdinov
shamil_salak...
Offline Send Email
Apr 4, 2006
10:18 pm
3525
Hi, I am creating an Addin for Outlook. I want to save Email as htm file. Is there any direct method? How can I do it? Thanks Anil Kumar Gupta [Non-text...
Anil Kumar Gupta
anil_gupta29
Offline Send Email
Apr 5, 2006
6:15 am
3526
I would like to get the value of the VSMYDOCUMENTS environment variable from within my COM Add-In. However, calling...
Daniel Christensen
daniel_l_chr...
Online Now Send Email
Apr 5, 2006
5:40 pm
3527
I think that there was a service in the MZ-Tools 2005 SDK to to that. Best regards, Carlos J. Quintero MZ-Tools: Productivity add-ins for Visual Studio. You...
Carlos J. Quintero
carlos_j_qui...
Offline Send Email
Apr 5, 2006
8:50 pm
3528
Hi, I am creting an addin. but for some mail it is throwing the exception(Error: argument do not match parameters for function). The exception is coming only ...
Anil Kumar Gupta
anil_gupta29
Offline Send Email
Apr 11, 2006
7:46 am
3529
Hi, I'm new to this group, good to find a group interested in add-ins. I'm am creating an add-in similiar to the Solution Explorer and I want to use the same...
rongramann
Offline Send Email
Apr 11, 2006
2:23 pm
3530
Hi Ron, Welcome to the group. About your question, they are inside some satellite DLLs since each package must provide the icons of its file types. In VS 2005...
carlosq@...
carlos_j_qui...
Offline Send Email
Apr 11, 2006
2:41 pm
3531
Thanks Carlos, Is there a list of all possible file types native to VS? If there is I suppose I could collection all of the known ones and add them as ...
rongramann
Offline Send Email
Apr 11, 2006
2:46 pm
3532
I want to be able to drag an expression from one of the Watch windows into an edit control in my add-in's tool window. The drop format for the watch expression...
Daniel Christensen
daniel_l_chr...
Online Now Send Email
Apr 11, 2006
5:20 pm
3533
Well, I think that I've just found the answer to my own question. The stream appears to just contain a string which is the expression text. ... From: Daniel...
Daniel Christensen
daniel_l_chr...
Online Now Send Email
Apr 11, 2006
5:28 pm
3534
Hello, I am looking for tutorials/articles on how to allow creating a specific project type for your programming language in VS .NET 2003. Thanks,...
ahodroj86
Offline Send Email
Apr 17, 2006
7:15 am
3535
You need to download the VSIP SDK (VS.NET 2003) or VS 2005 SDK and see the samples inside it, if any. Best regards, Carlos J. Quintero MZ-Tools: Productivity...
Carlos J. Quintero
carlos_j_qui...
Offline Send Email
Apr 17, 2006
7:22 am
3536
You can check out my Visual IL sample at http://workspaces.gotdotnet.com/visualil (it is a little out of date, I have a number of bug fixes to upload, but have...
Craig Skibo
craigskibo_msft
Offline Send Email
Apr 18, 2006
9:29 pm
3537
I'm trying to learn how to use the babel language serivce to create syntax highlighting for a a certain language. I started playing with ...
ahodroj86
Offline Send Email
Apr 19, 2006
6:27 am
3538
Hi, I created an addin for Word / Excel / PowerPoint. It is loading perfectly but when I changed the name space it is not loading even though I changes the...
Anil Kumar Gupta
anil_gupta29
Offline Send Email
Apr 20, 2006
8:57 am
3539
If should work if you done all the steps: - Change the namespace and attributes - Recompile - Change the registry entries used by the host (Word, Excel, etc.)...
Carlos J. Quintero
carlos_j_qui...
Offline Send Email
Apr 20, 2006
9:24 am
3540
Hi, I am creating an addin. After installing it in some other machine it is not loading. After debuggin it once it starts loading. I have tried it in two ...
Anil Kumar Gupta
anil_gupta29
Offline Send Email
Apr 21, 2006
10:08 am
3541
I tried to debug it. It is not reaching upto its OnConnection method. Is there any way to debug it. Thanks Anil Kumar Gupta _____ From:...
Anil Kumar Gupta
anil_gupta29
Offline Send Email
Apr 21, 2006
11:05 am
3542
There is no problem in registry. It is installing properly. Is there any other check that is required. Thanks Anil Kumar Gupta _____ From:...
Anil Kumar Gupta
anil_gupta29
Offline Send Email
Apr 21, 2006
12:37 pm
3543
Hi, I have an addin which is not loading in client machine even though it is working fine in development machine. 1. I have tried with entries in HKLM and...
Anil Kumar Gupta
anil_gupta29
Offline Send Email
Apr 21, 2006
2:25 pm
3544
Hi, 1) Try if the add-in is disabled in the Outlook About window, Disabled Items button 2) Use RegMon (registry monitor) from www.sysinternals.com to spy...
Carlos J. Quintero
carlos_j_qui...
Offline Send Email
Apr 21, 2006
7:43 pm
3545
Hi, The addin is not disabled. and in RegMon there is no entry corresponding to my addin. Is it some deployment issue. I saw in net that it can be fix with the...
Anil Kumar Gupta
anil_gupta29
Offline Send Email
Apr 24, 2006
8:39 am
3546
Can anybody please tell me the required entries for an addin deployment. currently it have entries only in HKLM\Software\Microsoft\Office\Excel\. Is there any...
Anil Kumar Gupta
anil_gupta29
Offline Send Email
Apr 24, 2006
11:54 am
3547
I got one link. The path of this link is http://msdn2.microsoft.com/en-us/library/ms269007.aspx <http://msdn2.microsoft.com/en-us/library/ms269007.aspx> . It...
Anil Kumar Gupta
anil_gupta29
Offline Send Email
Apr 24, 2006
12:05 pm
3548
Hi Anil, Few people here, if any, is doing add-in development for Office. Most, if not all, of us are doing add-in development for VS.NET, which is the title...
Carlos J. Quintero
carlos_j_qui...
Offline Send Email
Apr 24, 2006
12:05 pm
3549
Hi Everyone, I have a problem with persisting tool window layout. When making a tool window a 'tabbed document', the layout of the other tool windows is not...
kingjim3211
Offline Send Email
Apr 25, 2006
1:27 am
Messages 3520 - 3549 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