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.
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 588 - 618 of 3878   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
588
As part of enhancing my Fast Solution Build add-in (http://workspacewhiz.com/OtherAddins.html) to support C# and VB projects, I have been trying to find to...
Joshua Jensen
tempestcstrike
Offline Send Email
Jan 6, 2003
9:09 am
589
Hi We are trying to display a grid in the editor area, just as in Server explorer, on Retrieve Data from Table popup menu, a grid with table values is...
sonaliDev <sonalidev@...
sonaliDev
Offline Send Email
Jan 6, 2003
6:14 pm
590
Okay, so I downloaded the ultra-nice ToolWindow sample, but for some reason, it seems that somebody forgot to include the VSUserControlHost.h file. I have...
Joe Fiorini <jfiorini...
skitzo396
Offline Send Email
Jan 11, 2003
3:35 am
591
I've been using .NET for about 7-8 months now, so I've got a pretty good handle on it. However, this is the first time I've attempted to creat an Addin (and...
Joe Fiorini <jfiorini...
skitzo396
Offline Send Email
Jan 11, 2003
7:17 pm
592
Are there any significant changes in Add-in interfaces?...
Goran Mitrovic <gmit@...
gmit42
Offline Send Email
Jan 12, 2003
9:56 pm
593
Hi Is there a way I can access loaded addin from a windows app, and call, for eg: a static method on it? Thanks...
sonaliDev <sonalidev@...
sonaliDev
Offline Send Email
Jan 12, 2003
10:20 pm
594
I am no expert on this, but here is a start. What you want to do is add a handler for the tool command, and bring up the tool window in there. Something you...
Tony Diana
Bloodstone2326
Offline Send Email
Jan 12, 2003
11:18 pm
595
Absolutely, it's just a regular .Net DLL. You do, of course, have to know where the DLL is located. Your choices are: 1) Add an early bound reference with...
Jeff Kryzer
bartsimpson5...
Offline Send Email
Jan 13, 2003
3:45 am
596
You could implement a COM object in your add-in, create an instance of that COM object in your windows app, and simply make calls it. Let COM take care of the...
David Jeschke
jeschkede
Offline Send Email
Jan 13, 2003
5:26 pm
597
Actually, the second thing I mentioned could be right on point. By accessing Visual Studio.NETs object model from an external app you could navigate through...
David Jeschke
jeschkede
Offline Send Email
Jan 13, 2003
5:30 pm
598
This sounds interesting. Can anyone tell me what are the pros/cons of using AddinHelper class, rather than using the VSUserControlHostCtl. Thanks, ... ...
blacksheep_dz <blacks...
blacksheep_dz
Offline Send Email
Jan 13, 2003
6:01 pm
599
This sounds interesting. Can anyone tell me what are the pros/cons of using AddinHelper class, rather than using the VSUserControlHostCtl. Thanks, ... ...
blacksheep_dz <blacks...
blacksheep_dz
Offline Send Email
Jan 13, 2003
8:07 pm
600
In a VB.NET project, What is the property to obtain a CodeFunction that contains the keyword "Handles". ie. private sub x_acceptstabchanged(sender as object, e...
blacksheep_dz <blacks...
blacksheep_dz
Offline Send Email
Jan 13, 2003
8:29 pm
601
Hi What is the process to intgrate dynamic help for addin controls? Thanks!...
sonaliDev <sonalidev@...
sonaliDev
Offline Send Email
Jan 16, 2003
12:59 am
602
Thanks for all the answers! I did actually do it by accessing the Addins collection, then using AddIn.Object to call methods on my addin Had one problem with...
sonaliDev <sonalidev@...
sonaliDev
Offline Send Email
Jan 16, 2003
1:07 am
603
From a window handle you can get to the object model using AccessibleObjectFromWindow with OBJID_NATIVEOM, at least for Microsoft Office applications. I don't...
David Jeschke
jeschkede
Offline Send Email
Jan 16, 2003
2:36 am
604
Found it ms- help://MS.VSCC/MS.MSDNVS/vbcon/html/vbtskprovidinghelpinapplication.ht m...
sonaliDev <sonalidev@...
sonaliDev
Offline Send Email
Jan 16, 2003
6:22 am
605
In the CodeEnum where do I find: 1) A member's value, if one is assigned 2) An enumeration's DataType, there are 4 DataTypes: Byte, Integer, Long, Short...
blacksheep_dz <blacks...
blacksheep_dz
Offline Send Email
Jan 17, 2003
5:01 am
606
I've a problem when i install the addin. The error is "Class not registered". The addin have two user control's and i use them in a tool window. I think that...
Juan Esteban Suár...
jesuarezuy
Offline Send Email
Jan 21, 2003
1:45 am
607
Juan, Unfortunately you didn't specify how do you display your user controls. There are two common ways - by using the Microsoft shim control and by making the...
lapshin_d <lapshin_d@...
lapshin_d
Offline Send Email
Jan 21, 2003
3:25 pm
608
Dmitriy , Thanks for your reply. Here is the code that i'm using to display the tool window. The UserControl is in the same library of the addin. I also tried...
Juan Esteban Suáre...
jesuarezuy
Offline Send Email
Jan 21, 2003
6:45 pm
609
I ommited that the installation creates a file (myAddin.InstallState) in the application directory with the following content: <SOAP-ENV:Envelope...
Juan Esteban Suáre...
jesuarezuy
Offline Send Email
Jan 21, 2003
6:47 pm
610
Juan, You need to set the Register property to COM for the assembly itself, and set it to COMSelfReg for the DLL containing the VSUserControlHost. Hope this...
lapshin_d <lapshin_d@...
lapshin_d
Offline Send Email
Jan 22, 2003
4:52 pm
612
Dimitry, I will try your suggestion. Thanks again. Juan ... De: lapshin_d <lapshin_d@...> [mailto:lapshin_d@...] Enviado el: miércoles, 22 de...
Juan Esteban Suáre...
jesuarezuy
Offline Send Email
Jan 23, 2003
4:52 am
613
New subscriber to the group, kind of an interesting one since it's another path I'm starting to teach myself. I'm actually coming into the group with a...
Bob Sampson
harlequinlm
Offline Send Email
Jan 25, 2003
9:06 pm
614
Hi Bob, First, in the Configuration Manager dialog box (from the Build menu), you can choose which projects you want to build and which versions. You can even...
Brian Johnson (PRESS)
brianjjo
Offline Send Email
Jan 26, 2003
7:18 am
615
Bob, look at Enterprise Templates. With those you can enable/disable individual menu options, set project/solution folder structure, restrict what types of...
Pete Brown
psychlist1972
Offline Send Email
Jan 26, 2003
3:22 pm
616
Thanks for the quick answers :) At work the SourceSafe server is still in development, actually more like it's in hiatus right now. I'll look into Enterprise...
Bob Sampson
harlequinlm
Offline Send Email
Jan 26, 2003
8:02 pm
617
I can't recommend enough that you move Ssurce Safe to the *top* of your priority list. It doesn't even need its own server, just stick it on an available file...
Pete Brown
psychlist1972
Offline Send Email
Jan 26, 2003
8:15 pm
618
Or get CVS... [g] Philo...
Philo
philo589
Offline Send Email
Jan 26, 2003
8:27 pm
Messages 588 - 618 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