Go Back  Xtreme Visual Basic Talk > Visual Basic .NET (2002/2003/2005/2008, including Express editions) > .NET General > Controls collection of a form


Reply
 
Thread Tools Display Modes
  #1  
Old 01-19-2006, 08:30 AM
Marathon Man's Avatar
Marathon Man Marathon Man is offline
Contributor
 
Join Date: Jan 2004
Location: The "B" Ark
Posts: 458
Default Controls collection of a form


Hi

I have a number of controls on a form in two group boxes. I want to iterate through all controls but using

Code:
For Each oControl in frmFoo.Controls

only loops twice - just for the group boxes. Why are the contained controls not part of the form.controls collection - or what am I missing?


Jamie
__________________
"Welcome to IT"
Reply With Quote
  #2  
Old 01-19-2006, 08:39 AM
anthony_n's Avatar
anthony_n anthony_n is offline
Senior Contributor
 
Join Date: May 2005
Location: Manchester,England
Posts: 1,293
Default

Quote:
Originally Posted by Marathon Man
Hi

I have a number of controls on a form in two group boxes. I want to iterate through all controls but using

Code:
For Each oControl in frmFoo.Controls

only loops twice - just for the group boxes. Why are the contained controls not part of the form.controls collection - or what am I missing?


Jamie
you have to loop through the group boxes
__________________
ADO TUTOR

File IO Tutor
Reply With Quote
  #3  
Old 01-20-2006, 01:56 AM
Marathon Man's Avatar
Marathon Man Marathon Man is offline
Contributor
 
Join Date: Jan 2004
Location: The "B" Ark
Posts: 458
Default

Thanks
__________________
"Welcome to IT"
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Advertisement:





Free Publications
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET.
subscribe
Programmers Heaven C# School Book -Free 338 Page eBook
The Programmers Heaven C# School book covers the .NET framework and the C# language.
subscribe
Build Your Own ASP.NET 3.5 Web Site Using C# & VB, 3rd Edition - Free 219 Page Preview!
This comprehensive step-by-step guide will help get your database-driven ASP.NET web site up and running in no time..
subscribe
 
 
-->