When I search the object browser, I find 4 hidden items with the .show and .hide methods:
Library.........Class......Member
Unknown5...._Form....Show
Unknown6...._Form....Show
Unknown7...._Form....Show
Unknown8...._Form....Show
The UserForm class is missing these methods, so I'm assuming that the UserForms used in the application are a subclass of this UserForm class, utilizing these hidden _Form classes? (my terminology here may not be completely accurate)
Is there any class that exposes the .show method that can be used as a variable to do what I need?
|