Is their a way to retrieve all Controls in an Application?
With the following code I get all controls in the current Form..but how to get them all?
VB Code:
Public MyControl As Control For Each MyControl In Me.Controls 'Some code goes here Next
|
Results 1 to 25 of 25
Thread: All Controls in ApplicationThreaded View
|
Click Here to Expand Forum to Full Width |