Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

Find Control Type at Run-Time
If I use UserControl.Controls to load the controls on a form into an array,
is there a way of determining the type of control based on any of the
information stored in the array? I want to look for all the date picker
controls in the array and make changes to their values. Is this possible,
even if I don’t know the names of the controls?

Thanks
Emma


Report this thread to moderator Post Follow-up to this message
Old Post
Emma
04-28-05 01:55 AM


Re: Find Control Type at Run-Time
"Emma" <Emma@discussions.microsoft.com> wrote in message
news:A1B4940C-A761-4765-8E22-CCC19F38C340@microsoft.com...

> If I use UserControl.Controls to load the controls on a form into an
> array,
> is there a way of determining the type of control based on any of the
> information stored in the array? I want to look for all the date picker
> controls in the array and make changes to their values. Is this possible,
> even if I don't know the names of the controls?

[Air code]

Dim c As Control

For Each c In UserControl.Controls
Debug.Print TypeName(c)
Next



Report this thread to moderator Post Follow-up to this message
Old Post
Jeff Johnson [MVP: VB]
04-28-05 01:55 AM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

Visual Basic archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 07:35 PM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.