Attachmate.Reflection.Objects.Framework Library > ApplicationObject Object : GetObject(String) Function |
object.GetObject( _ ByVal objectMoniker As String _ ) As Object
Sub MaximizeWorkspace() 'Dimension a frame variable Dim f As Attachmate_Reflection_Objects.Frame 'Get the running frame object Set f = Application.GetObject("Frame") f.WindowState = FormWindowState_Maximized End Sub