Hi I'm looking for informations, source code, ... for extending Codemodel object. I want to implement ASSEMBLER (ASM) capabilities in VSNET IDE. Right now i...
FX US, We can help you with that. Please have a read of this white paper and let me know what you think. Be advised though that membership in the VSIP program...
Can you describe the code you had when you got the error? I tried this and it worked fine: Sub cmdbartest() Dim cmdbarpop As Microsoft.Office.Core.CommandBar ...
When I develop WinForm applications, I use Application.UserAppDataRegistry and Application.CommonAppDataPath. I want to use some configuration files with my...
This is not supported. The reason is that the .NET Application object reads the signature of the process for information, it expects the process to be a .NET...
Thank you for the good explanation. I guess I will have to create a directory underneath the C:\Program Files\Microsoft Visual Studio.NET\Common7\IDE...
If you will be storing user data, you will want to be carefull doing this. Not all users have permissions to write to that location (you need something higher...
This was implemented only by the VC code model (and very poorly named, it should have been VCCodeModelEvents). Since it is an event specific only to VC, you...
I have an add-in which creates a toolbar button. When they click on this toolbar button, it might take a few seconds. I'd like to change the mouse cursor for...
Need some help on integrating a compile help project into the Visual Studio .NET help collection. Already working with the hxds.dll to register the help file...
Do you mean to reset VS so that it will think that your Add-in was just installed? devenv /setup goes through the work of resetting all the flags for you (it...
Have you considered using TDL? The add-in would probably still be loaded, but access to it could be disabled based on the project type. If you're unfamiliar...
Has anyone had any problems when installing a .NET application with files not registering. Specifically, the below: SSPng.dll vb6ext.olb msscript.oca I am...
... just installed? devenv /setup goes through the work of resetting all the flags for you (it even deletes the value in the PreloadAddinState key if one was...
How do you locate the control/components on a form through automation. I was to obtain the method/events and properties of each control/component on a form...
I am having some difficulty getting to the controls on my add-in once it has been created. Is there some example somewhere in VB .NET about casting it back to...
Hi all, I have been following this group for a while. I am new to exploring the world of developing add-ins. I have a few ideas for increasing productivity on...
Hi. I got past my newbie stupid questions...hopefully. I have spent hours last night trying to add a comment line above a variable and function in the .vb code...
One approach is locate the codevariable startpoint.line -1, move to the previous line using TextDocument.selection.gotoline() and insert a new line of text...
Hey .net add-in GURU Why don't you use the propertygrid control that comes with .net and place it into a usercontrol and replace of the default .net property ...
Its a shame that we're only 5 feet away and we have to use this newsgroup to communicate. Its great working for the borg. P.S. turn your music down. Its loud...