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 3010 - 3039 of 3878   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3010
Hi Is there any way to check whether the application is in closing state or not? Tx in advance Wilson...
wilson george
willskgeorge
Offline Send Email
Nov 1, 2005
12:40 pm
3011
Just try out applicationObject.Events.*.. You have everything what you want? Just add this piece of code and do the rest. This piece is for selectionevents ...
wilson george
willskgeorge
Offline Send Email
Nov 1, 2005
12:41 pm
3012
Thanks for your help It's working now ! Remi F [Non-text portions of this message have been removed]...
fluminis
mir92fr
Offline Send Email
Nov 1, 2005
3:35 pm
3013
Have you tried IDTExtensibility2.OnBeginShutdown ? Best regards, Carlos J. Quintero MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA You...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Nov 2, 2005
9:29 am
3014
Hi, Has anyone seen an InvalidComObjectException "COM object that has been separated from its underlying RCW cannot be used"? It happens sometimes (not always)...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Nov 3, 2005
10:44 am
3015
And how about this one? Exception Message: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. Exception...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Nov 3, 2005
11:05 am
3016
I have narrowed the problem and I have logged a bug: (Watch the URL wrap) http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx? ...
carlos_j_quintero
carlos_j_qui...
Offline Send Email
Nov 3, 2005
3:14 pm
3017
I have had this error, but as if I recall correctly, it was because I had called the Dispose method on the control in my tool window, but then accessed it...
Phil Jollans
pjollans
Offline Send Email
Nov 3, 2005
7:28 pm
3018
Hi I am creating a tool window using Windows.CreateToolWindow2 command. I am able to open my tool window, able to do the functinality. But on disconnection of...
wilson george
willskgeorge
Offline Send Email
Nov 7, 2005
6:49 am
3019
Hi I need something like this MyObject MyObj = new MyObject(); MyObj.Components.Add(mytype obj) How to achieve this in a class using indexers? Basically I want...
wilson george
willskgeorge
Offline Send Email
Nov 7, 2005
11:23 am
3020
Is your question related to add-ins (the purpose of this group)? Best regards, Carlos J. Quintero MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6,...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Nov 7, 2005
4:00 pm
3021
I want to receive notification when a control is dropped onto a VS2003 form or component designer. How would I go about setting up events for this? Thanks in...
Greg Osborne
theozman80525
Offline Send Email
Nov 8, 2005
11:22 pm
3022
Basically you have to create an event manager class that hooks into and releases events from the top level down. Firsly you create an event handler to handle a...
stevensartain
Offline Send Email
Nov 10, 2005
8:52 am
3023
You need to use the IComponentChangeService and its ComponentAdded event. See how to get the IDesignerHost and its services at: HOWTO: Manipulating controls of...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Nov 10, 2005
9:13 am
3024
Hi, On my system (with a VS 2005 CTP or Release Candidate), there is a stdole.dll file with assembly version 8.0.0.0 (and file version 8.0.50727.26) in the...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Nov 10, 2005
12:35 pm
3025
Hi Carlos, I have had 4 versions of VS2005 installed on this machine at various times with the present version being the RTM release. The only stdole.dll in my...
Andy Maggs
andy_maggs65
Offline Send Email
Nov 10, 2005
11:32 pm
3026
Hi I am creating a tool window using Windows.CreateToolWindow2 command. I am able to open my tool window, able to do the functinality. But on disconnection of...
wilson george
willskgeorge
Offline Send Email
Nov 11, 2005
5:30 am
3027
It's just occurred to me that one thing I've not had to do yet is add a context menu to a custom toolwindow in an add-in. We can of course use ordinary Win32...
Anna-Jayne Metcalfe
jalapenokitten
Offline Send Email
Nov 12, 2005
2:58 pm
3028
Hi Anna, You must create a CommandBar (CommandBarPoup style) and then you call CommandBar.ShowPopup(x,y) in the MouseUp or MouseDown event of you control. Best...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Nov 14, 2005
8:47 am
3029
Hi Andy, I have confirmed that, incredible as it sounds, Microsoft dropped that component from the .NET Framework between the Release Candidate and the RTM. I...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Nov 14, 2005
9:07 am
3030
Hi I am right clicking on a project item which is excluded from the project. I have made on 'Show files' option and hence these items are visible in the...
wilson george
willskgeorge
Offline Send Email
Nov 14, 2005
12:26 pm
3031
Hi Wilson, ... AFAIK, if the the file is excluded it won´t be reachable through the Project.ProjectItems collection or ProjectItem.ProjectItems collection...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Nov 14, 2005
1:12 pm
3032
Hi, I have a addin setup application that build in VS 2005 Beta 2. It is working fine in Beta 2. But when I tried to install in VS 2005 final release, I am...
rathish
contactrps
Offline Send Email
Nov 14, 2005
2:51 pm
3033
Hi, I am not sure about your problem, but your setup should install neither .NET Framework nor Windows Installer. They both are prerequisites of VS 2005, so ...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Nov 14, 2005
2:56 pm
3034
Hi there, suspose i've a setting for my project (defined by clicking on the propertys folder in solution explorer in vs2005, then clicking the settings tab...
brianbruff
Offline Send Email
Nov 16, 2005
4:43 pm
3035
Thanks Carlos, ... I thought it would be something like that...to be honest, I expected it to be more complex! Can you point me at any samples, by any chance? ...
Anna-Jayne Metcalfe
jalapenokitten
Offline Send Email
Nov 16, 2005
7:26 pm
3036
It's ok, properties.settings work differently now that i've had a proper look at it. thanks for looking though...
brianbruff
Offline Send Email
Nov 17, 2005
5:08 pm
3037
I'm trying to wire up the TextEditor LineChanged event for an individual document. (It's actually an HtmlDocument) Can someone tell me what is wrong with my...
razaross
Offline Send Email
Nov 18, 2005
3:59 am
3038
Hi there I had a very similar problem. It was caused by the object handling the events going out of scope. In your case _textEditorEvents will lose scope on...
stevensartain
Offline Send Email
Nov 18, 2005
9:28 am
3039
See: PRB: Visual Studio .NET events being disconnected from add-in. http://support.microsoft.com/default.aspx?scid=kb;en-us;555430 ...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Nov 18, 2005
9:35 am
Messages 3010 - 3039 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