No announcements
Found 1699018 threads
-
1 Votes
TFS : Order the Parent-child-Sub child work items
http://stackoverflow.com/questions/16300058/hierarchical-list-of-work-items-from-tfs-warehouse-database http://stackoverflow.com/questions/553170/direct ...Answered | 4 Replies | 1425 Views | Created by Pragati Sharma - Friday, October 9, 2015 4:37 PM | Last reply by Pragati Sharma - Thursday, October 15, 2015 12:15 PM -
0 Votes
Expand menu's child items from code
When the user clicks on that textbox or changes the Text I need it to expand and show it's child menuitems.Answered | 1 Replies | 3184 Views | Created by BubbaRichard - Wednesday, October 6, 2010 5:39 PM | Last reply by BubbaRichard - Wednesday, October 6, 2010 6:07 PM -
0 Votes
Show Child Toolstrip in Parent
I did a little research and found out that you can also move the toolstrip to the bottom by using the control's Z position to set its position ...Answered | 4 Replies | 2857 Views | Created by dfenton21 - Tuesday, June 28, 2011 4:37 PM | Last reply by dfenton21 - Wednesday, June 29, 2011 5:06 PM -
0 Votes
How to doublebuffer child controls?
Hi, if I understood correctly, simply doublebuffering the Child Controls may help: public class A : Control { ...Answered | 1 Replies | 1678 Views | Created by chenglin You - Thursday, September 20, 2012 2:05 AM | Last reply by Thorsten Gudera - Thursday, September 20, 2012 11:40 AM -
1 Votes
Capturing keystrokes in child controls
The reason why I wanted to be able to catch keypresses in the child controls is that I want them to bring the focus back to the main window.Answered | 6 Replies | 313 Views | Created by Gurunama - Monday, July 24, 2017 1:27 PM | Last reply by Gurunama - Tuesday, July 25, 2017 8:18 PM -
0 Votes
Using Child Forms
Oh: I created a MDIform with a menu that calls a child form: and I wanted the child form to call a form which should hide the first child until it was dispose() ed: ...Answered | 7 Replies | 948 Views | Created by MohanSQL - Friday, December 27, 2013 7:33 AM | Last reply by Cor Ligthert - Tuesday, December 31, 2013 11:49 AM -
1 Votes
get all form and this child controls
Hi, you have to create an instance of the form to get all child controls.Answered | 6 Replies | 713 Views | Created by Matheo77 - Monday, May 23, 2016 7:58 AM | Last reply by BonnieB - Tuesday, May 24, 2016 1:06 AM -
0 Votes
Screen scraping in C# ..Child control
Hi, Although you "dont want to go through recursion looping around all child control then finding comparing child control.Answered | 2 Replies | 4150 Views | Created by Ritu.Net - Tuesday, February 2, 2010 5:10 PM | Last reply by Harry Zhu - Thursday, February 4, 2010 8:14 AM -
1 Votes
Disable Parent Form controls when child Forms runs?
When you open a child form, the menus and toolbars of the child form instance will merge with those of the parent form instance.Answered | 2 Replies | 2595 Views | Created by behrad kiani - Sunday, February 12, 2012 10:51 AM | Last reply by Rudedog2 - Sunday, February 12, 2012 5:20 PM -
0 Votes
TFS Windows Explorer Extensions - User Menus / Sources ?
As a workaround, you should be able to extend windows shell to add context menu items.Answered | 1 Replies | 4852 Views | Created by AndreK - Monday, November 10, 2008 8:38 AM | Last reply by Bill.Wang - Thursday, November 13, 2008 5:42 AM -
0 Votes
Change title in Window menu for MDI child
If the title text of the MDI child window is changed, then the window menu list in the MDI parent will be updated accordingly.Answered | 3 Replies | 3889 Views | Created by Peak Creek - Wednesday, December 1, 2010 4:12 PM | Last reply by Peak Creek - Thursday, December 2, 2010 8:29 PM -
2 Votes
For Each Child in Controls
= 1 Then TF = True '2 out of 3 checkboxes will be randomly checked If TypeOf ctrl Is CheckBox Then CType(ctrl, CheckBox).Checked = TF ...Answered | 11 Replies | 1733 Views | Created by Solitaire - Saturday, March 28, 2015 6:24 AM | Last reply by Solitaire - Sunday, March 29, 2015 7:04 AM -
0 Votes
Making a child window transperent
Layered windows cannot be child windows.Answered | 3 Replies | 1713 Views | Created by leo_computervision - Wednesday, February 22, 2012 9:22 AM | Last reply by webJose - Friday, February 24, 2012 1:29 PM -
0 Votes
Child menu scroll bar does not appear on phone
try swiping/flipping thru the menu (left to right or the other way around)... i had the same behavior on Windows Phone and you can actually scroll thru it...Answered | 3 Replies | 823 Views | Created by Code Bot - Wednesday, April 10, 2013 4:38 AM | Last reply by Heinrich M. Wendel - Thursday, April 11, 2013 3:56 AM -
2 Votes
Windows Child Form Control Box
If you set the above properties (ControlBox to false) then it will not show at runtime.. you may be setting it back to true somewhere in your code.Answered | 2 Replies | 2964 Views | Created by Gna Andrew Cross - Monday, October 5, 2009 4:51 AM | Last reply by Se3ker385 - Monday, October 5, 2009 7:23 AM -
4 Votes
Finding child controls in a listview item.
; } So, as each of the controls are loaded, I set the tag of their parent ListViewItem, which then allows me to iterate over the items and get a reference to each of the ...Answered | 10 Replies | 16080 Views | Created by booler - Tuesday, June 2, 2009 11:20 AM | Last reply by booler - Friday, June 5, 2009 2:36 PM -
0 Votes
Sorting Child of Child Entity
yes the block is sorted by name, and the access control panels have an address from 00 to 31.Answered | 4 Replies | 3901 Views | Created by Bob Harrison - Monday, June 21, 2010 2:15 PM | Last reply by Michael Sun [MSFT] - Monday, June 28, 2010 2:16 AM -
0 Votes
tfs extension with menu control childs - childs not showing
Hi, I'm trying to create extension which allow me to open a work item context menu and see new control and when I hover on the ... -
0 Votes
InvokeRequired for child controls
All the Controls and the Form are necessarily created in the same thread.Answered | 6 Replies | 3582 Views | Created by jaybeev - Tuesday, April 26, 2011 4:57 AM | Last reply by Gordon Beeming - Tuesday, April 26, 2011 4:54 PM -
0 Votes
Making Child controls selectable in designer
Adding the to the point answer for the sake of the dev community - See here ...Answered | 2 Replies | 3919 Views | Created by Aleksey Y. Nelipa - Monday, December 12, 2005 6:04 PM | Last reply by Angshuman Agarwal - Wednesday, March 21, 2012 5:15 PM - Items 1 to 20 of 1699018 Next ›
No announcements