|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
get all controls collectionsHi, is there a quick way to get ALL the controls within a form?
I mean ALL the controls include all those in a Panel too. and even those within a few Panels. basically i have a function to change the control's size and position, i just want to pass the control in. I use "For each ctr as control in MyControl" but that only do me 1 Level of Panel, not those within it. Any ideas? Thanks Jon,
"Jon" <J**@discussions.microsoft.com> schrieb: Check out the recursive implementation of 'FindControl':> I use "For each ctr as control in MyControl" > but that only do me 1 Level of Panel, not those within it. Accessing controls by their names or indices <URL:http://dotnet.mvps.org/dotnet/faqs/?id=controlbynameindex&lang=en> -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/>
Read Emails on Exchange server without OL client
VB2005 timing/speed problem help logging events to txt file single to string problem Error setting CSV to display text set focus from treeview to control Invalid format of DLL How to move the mouse around in vb.net How do I take a screenshot in VB.net 2005 Vb Net2005 putting thread to sleep |
|||||||||||||||||||||||