Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » C++CLI / VB .Net / .Net-Framework » Controls Auflistung

Forum | Hilfe | Team | Links | Impressum | > Suche < | Mitglieder | Registrieren | Einloggen
  Quicklinks: MSDN-Online || STL || clib Reference Grundlagen || Literatur || E-Books || Zubehör || > F.A.Q. < || Downloads   

Autor Thread - Seiten: > 1 <
000
24.01.2005, 15:04 Uhr
~ThomX
Gast


Hallo,

ich würde gerne alle Controls auf einem Dialog durchlaufen und bei jedem Control überprüfen ob es ein untergeordnetes Control gibt.

Wie kann ich das machen ?

Danke !
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
001
24.01.2005, 20:41 Uhr
~ThomX
Gast


Hab die Lösung gefunden wen´s interessiert:


Code:


string name;

foreach( Control ctrl in this.Controls ){

     if( ctrl.HasChildren ){
                    
    ctrl.Name.ToString();
        
                foreach(Control childControl in ctrl.Controls){

        name = childControl.Name.ToString();

               if( childControl.HasChildren ){
                            
            foreach(Control childControl1 in childControl.Controls){
                                
                                     name = childControl1.Name.ToString();

            }
                               }
                }
      }
}

 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: > 1 <     [ C++CLI / VB .Net / .Net-Framework ]  


ThWBoard 2.73 FloSoft-Edition
© by Paul Baecher & Felix Gonschorek (www.thwboard.de)

Anpassungen des Forums
© by Flo-Soft (www.flo-soft.de)

Sie sind Besucher: