Click here to Skip to main content
15,913,773 members
Home / Discussions / C#
   

C#

 
GeneralRe: Cycling through all GUI Objects within a form Pin
Colin Angus Mackay3-Oct-07 3:10
Colin Angus Mackay3-Oct-07 3:10 
GeneralRe: Cycling through all GUI Objects within a form Pin
Pete O'Hanlon3-Oct-07 3:13
mvePete O'Hanlon3-Oct-07 3:13 
GeneralRe: Cycling through all GUI Objects within a form Pin
karthick.n.mca3-Oct-07 3:43
karthick.n.mca3-Oct-07 3:43 
GeneralRe: Cycling through all GUI Objects within a form Pin
karoitay3-Oct-07 3:31
karoitay3-Oct-07 3:31 
GeneralRe: Cycling through all GUI Objects within a form Pin
Colin Angus Mackay3-Oct-07 3:48
Colin Angus Mackay3-Oct-07 3:48 
GeneralRe: Cycling through all GUI Objects within a form Pin
karoitay3-Oct-07 3:55
karoitay3-Oct-07 3:55 
GeneralRe: Cycling through all GUI Objects within a form Pin
J4amieC3-Oct-07 5:37
J4amieC3-Oct-07 5:37 
GeneralRe: Cycling through all GUI Objects within a form Pin
Colin Angus Mackay3-Oct-07 13:06
Colin Angus Mackay3-Oct-07 13:06 
You can ask every object for its type with .GetType(). You get back a Type object. It has methods on it such as GetMethod, GetProperty and so on. You can get information from the objects those methods return MethodInfo or PropertyInfo and so on. If you find the one you want you can then Invoke it.

Most of this should make enough sense through intellisense. You may have to look up some stuff in the documentation though. It really is worth reading up on so you have a better understanding of the environment in which you are working.


Upcoming FREE developer events:
* Glasgow: db4o: An Embeddable Database Engine for Object-Oriented Environments, Mock Objects, SQL Server CLR Integration, Reporting Services ...

My website

GeneralRe: Cycling through all GUI Objects within a form Pin
karoitay3-Oct-07 22:35
karoitay3-Oct-07 22:35 
GeneralRe: Cycling through all GUI Objects within a form Pin
Martin#3-Oct-07 3:56
Martin#3-Oct-07 3:56 
GeneralRe: Cycling through all GUI Objects within a form Pin
Colin Angus Mackay3-Oct-07 4:47
Colin Angus Mackay3-Oct-07 4:47 
GeneralRe: Cycling through all GUI Objects within a form Pin
karoitay3-Oct-07 5:19
karoitay3-Oct-07 5:19 
GeneralRe: Cycling through all GUI Objects within a form Pin
Urs Enzler3-Oct-07 4:47
Urs Enzler3-Oct-07 4:47 
GeneralRe: Cycling through all GUI Objects within a form Pin
Urs Enzler3-Oct-07 3:13
Urs Enzler3-Oct-07 3:13 
GeneralRe: Cycling through all GUI Objects within a form Pin
PIEBALDconsult3-Oct-07 5:15
mvePIEBALDconsult3-Oct-07 5:15 
AnswerRe: Cycling through all GUI Objects within a form Pin
Colin Angus Mackay3-Oct-07 3:10
Colin Angus Mackay3-Oct-07 3:10 
AnswerRe: Cycling through all GUI Objects within a form Pin
Urs Enzler3-Oct-07 3:12
Urs Enzler3-Oct-07 3:12 
GeneralThanks, But.... Pin
karoitay3-Oct-07 3:17
karoitay3-Oct-07 3:17 
GeneralRe: Thanks, But.... Pin
Anthony Mushrow3-Oct-07 3:50
professionalAnthony Mushrow3-Oct-07 3:50 
GeneralRe: Thanks, But.... Pin
karthick.n.mca3-Oct-07 4:22
karthick.n.mca3-Oct-07 4:22 
GeneralRe: Thanks, But.... Pin
Dave Kreskowiak3-Oct-07 5:17
mveDave Kreskowiak3-Oct-07 5:17 
GeneralRe: Thanks, But.... Pin
Dan Neely3-Oct-07 5:23
Dan Neely3-Oct-07 5:23 
QuestionSchema with Entity -- Validating Pin
xfun5563-Oct-07 3:06
xfun5563-Oct-07 3:06 
Questionhow build dll file using vs2008? Pin
kkun3-Oct-07 2:40
kkun3-Oct-07 2:40 
AnswerRe: how build dll file using vs2008? Pin
Colin Angus Mackay3-Oct-07 3:01
Colin Angus Mackay3-Oct-07 3:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.