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:
  1. Public MyControl As Control
  2.         For Each MyControl In Me.Controls
  3. 'Some code goes here
  4.         Next