Just a tip, you sometimes have better luck searching for the control you are
wanting to work with rather than a property.
Find the control and read the reference material for it.
--- Aaron Ballman <aaron at realsoftware dot com> wrote:
Thanks Aaron,
I checked in the Language Reference (V 3.5, August,
2001) before my post and strange enough I used search
for Minimize and got no returns.
Thanks again.
Lennox.
> Consult the language reference for Window to see if
> there's a method on
> it to minimize the window. Then you'll see the
> Window.Minimize method
> seems to be a likely candidate and try it out.
>
> Sub PushButton1.Action()
> self.Minimize
> End Sub
>
> HTH!
>
> ~Aaron
> _______________________________________________
> Unsubscribe or switch delivery mode:
> <http://www.realsoftware.com/support/listmanager/>
>
> Search the archives of this list here:
>
<http://support.realsoftware.com/listarchives/lists.html>
>
____________________________________________________
Start your day with Yahoo! - make it your home page
http://www.yahoo.com/r/hs
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|