Re: All Controls On Form Without Using Recursion

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



hi,

DeveloperX wrote:
So the idea is we load all the top level controls into the stack at
the start, then remove them one at a time and push all it's child
controls onto the stack.
Does that not miss the goal of the OP: a complete list of all controls?

I would assume that complete means also the parent controls.


mfG
--> stefan <--
.



Relevant Pages

  • Re: How come my forms wont resize...
    ... any controls on your child form, then the form behaves as expected. ... I tested that with the Minimizebox property on the parent form. ... This attribute tells Visual Studio Designer that if the ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Receive multiple events from child controls
    ... >> the number of child controls created. ... >parent, while the user is interacting with the form, ... >If you're getting spurious OnFocus events as you add each ...
    (microsoft.public.dotnet.framework.windowsforms.controls)
  • Re: Problem (dispose?) MDI forms
    ... It looks like a tab where eveyry form is ... I don't think it's related to them, because I use these controls in a ... child are created inside the form (I additionaly even check if all ... tabbed mdi interface and the users stills sees the "closed" window in ...
    (microsoft.public.dotnet.framework.windowsforms)
  • DataBinding ... (long)
    ... property TableName of xxx passed to a child forms constructor ... Every time the ChildForm is showing I have a probem ... to move between its controls after changing Text of TextBox0. ... It works ok also if Child form is not ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Resizing MDI Child forms
    ... > MDI Parent form (used to house command buttons to change the MDI ... If you don't have multiple child forms ... > Each form - and associated controls - will need to resize differently. ...
    (microsoft.public.vb.general.discussion)