No announcements
Found 4015654 threads
-
0 Votes
how to dock(link) a toolwindow to "solution explorer"
we can not dock or link toolwindows programmatically.Answered | 1 Replies | 3554 Views | Created by stephenliu1978 - Thursday, August 28, 2008 2:50 AM | Last reply by Feng Chen - Friday, August 29, 2008 8:13 AM -
1 Votes
How to position a toolwindow created by the VS - addin
WinForms controls have a Dock property that can be set to DockStyle.Fill.Answered | 3 Replies | 1499 Views | Created by Sherihan Anver - Saturday, June 8, 2013 8:52 AM | Last reply by Carlos J. Quintero - Sunday, June 9, 2013 8:21 AM -
0 Votes
how to dock a tool window created in the VSPackage?
Hi Nayana, You should register the toolwindow with a VsDocStyle.Tabbed Style, and specify the Window guid you wish the toolwindow to be ...Answered | 4 Replies | 4526 Views | Created by Nayna - Tuesday, June 2, 2009 8:41 AM | Last reply by Nayna - Saturday, July 4, 2009 8:43 AM -
0 Votes
How to make dock in visual basic
Instead, you can find some third party software for creating powerful UI, or make use of WPF technology to achieve it yourself.Answered | 5 Replies | 2516 Views | Created by brownie yeo - Wednesday, November 16, 2011 7:01 AM | Last reply by Kee Poppy - Tuesday, November 22, 2011 9:13 AM -
8 Votes
How can you make a new ToolWindow be docked at the same location as the VS StartPage?
"About how to dock with start page, please refer to the code in my previous reply.Answered | 10 Replies | 7175 Views | Created by Ike Starnes - Saturday, March 27, 2010 7:46 PM | Last reply by Nancy Shao - Thursday, April 1, 2010 6:59 AM -
1 Votes
bitmaps on toolwindow
Thank you for your help, I finally got the image in place.Answered | 3 Replies | 4479 Views | Created by maliger - Friday, June 6, 2008 4:37 PM | Last reply by maliger - Monday, June 9, 2008 12:17 PM -
0 Votes
Accessing a ToolWindow from a DSL
Marc, Which version of VS and the DSL Tools are you using?Answered | 3 Replies | 6329 Views | Created by cramhead - Friday, January 22, 2010 12:27 AM | Last reply by DuncanP - Thursday, February 11, 2010 6:10 PM -
0 Votes
Creating undockable toolwindow and untabbable (VS2008/VS2010)
I was sure that I saw that Find & Replace can't be docked, but I was wrong :( Anyway, I guess what I asked is impossible, if is a toolwindow it has all the ...Answered | 3 Replies | 4141 Views | Created by VitalyB - Tuesday, May 24, 2011 11:39 AM | Last reply by VitalyB - Wednesday, May 25, 2011 7:56 AM -
0 Votes
How to Override Toolwindow TabDeactivating and Hiding functionality
Thanks for helping make community forums a great place.Answered | 3 Replies | 695 Views | Created by D_M_H - Wednesday, August 17, 2016 2:41 PM | Last reply by Zhanglong Wu - Monday, September 5, 2016 6:43 AM -
0 Votes
How Do You Turn Off Mouseovers Popups on Solution Explorer Tabs In VS Editor
Meaning, you need to make the toolwindow docked, floating, or displayed as a tabbed document.Answered | 4 Replies | 3196 Views | Created by fimjox - Tuesday, January 13, 2009 12:59 AM | Last reply by michaelcheng50 - Monday, December 5, 2016 9:53 AM -
0 Votes
VS 2008 How to Dock a program?
That helped a lot to move the ticker to bottom.. but i am having trouble with docking it.Answered | 3 Replies | 2834 Views | Created by sony4107 - Thursday, September 3, 2009 9:21 PM | Last reply by sony4107 - Saturday, September 12, 2009 1:58 AM -
2 Votes
Addin: Is there an event to detect when you close a toolwindow?
To detect when a toolwindow is hidden, you need to use ...Answered | 6 Replies | 4348 Views | Created by jcloquell - Friday, June 10, 2011 12:54 PM | Last reply by jcloquell - Tuesday, June 14, 2011 9:49 AM -
1 Votes
Subscribing to ToolWindow Activate event.
If you use GetService with SVsUIShell, you can cast the returned object to IVsUIShell7, and that should get you there.Answered | 4 Replies | 977 Views | Created by vlh7 - Tuesday, April 30, 2019 3:07 AM | Last reply by vlh7 - Wednesday, May 1, 2019 8:26 PM -
0 Votes
handle escape key in my ToolWindow
You usercontrol must: - Keep a reference (class field) to the toolwindow (EnvDTE.Window) which is hosting it.Answered | 2 Replies | 3591 Views | Created by Steve Richter - Saturday, August 29, 2009 5:11 PM | Last reply by Steve Richter - Tuesday, September 1, 2009 3:48 PM -
2 Votes
Order several objects with the same dock
You can ask this in another MSDN forum, or I can move it into a specific forum if you'd like, such as the WinForm forum.Answered | 3 Replies | 12325 Views | Created by AlexandroRR - Wednesday, June 4, 2008 5:19 PM | Last reply by Ed Price - MSFT - Monday, February 20, 2012 9:01 AM -
3 Votes
multiple toolwindow in a VS2003 add-in
You can use it to invoke the various methods and properties through the Invoke method.Answered | 6 Replies | 3925 Views | Created by razyon - Wednesday, June 3, 2009 1:03 PM | Last reply by Ed Dore - Tuesday, June 9, 2009 5:22 PM -
0 Votes
Isolated Shell ToolWindows
I'll contact the VS Shell team to confirm this.Answered | 3 Replies | 3073 Views | Created by Pavel Yurchenko - Tuesday, August 19, 2008 7:38 AM | Last reply by Feng Chen - Thursday, August 21, 2008 4:36 AM -
1 Votes
how to change position/location of docked buttons..
you have a snippet of making the dynamic buttons work that I have been trying to figure out for about 15 hours.Answered | 9 Replies | 3824 Views | Created by Zakukashi - Friday, February 1, 2008 8:42 PM | Last reply by vb.net 2010 user - Tuesday, August 12, 2008 2:58 PM -
1 Votes
How to set the size of controls within a User Control used as a ToolWindow for an Add-In in VS
WinForms controls have a Dock property that can be set to DockStyle.Fill.Answered | 1 Replies | 1255 Views | Created by Sherihan Anver - Sunday, June 9, 2013 7:46 AM | Last reply by Carlos J. Quintero - Sunday, June 9, 2013 8:22 AM -
2 Votes
how can i make the location of a control dynamically changed
Place your elements in the same position and give relative displacement by using RenderTransform/TranslateTransform.Answered | 4 Replies | 648 Views | Created by moslem-dev - Monday, April 21, 2014 7:12 AM | Last reply by Leo (Apple) Yang - Monday, April 28, 2014 2:52 AM - Items 1 to 20 of 4015654 Next ›
No announcements