OT indexovani textboxu v C#

PP pavel pa-vep@atlas.cz
Pondělí Březen 15 07:22:54 CET 2010


Možná to by mohlo stačit k nakopnutí.

            string strType = "";
            foreach( Control c in this.Controls )
            { 
                strType  = c.GetType().ToString();
                if (strType=="System.Windows.Forms.TextBox")
                {
                    strType = "Nasel jsem:" + strType;
                }
            }




-------------------------------------------------------
vývoj software   http://visualprog.cz


More information about the Hw-list mailing list