Doppio Posted January 13, 2006 Posted January 13, 2006 Can someone show me the code to minimize a form?
herewasplato Posted January 13, 2006 Posted January 13, 2006 Can someone show me the code to minimize a form?That is not much to go on, but look in the help file under WinSetState. [size="1"][font="Arial"].[u].[/u][/font][/size]
Doppio Posted January 13, 2006 Author Posted January 13, 2006 That is not much to go on, but look in the help file under WinSetState. WinSetState("Untitled -", "", @SW_MINIMIZE) Sleep(3000) WinSetState("Untitled -", "", @SW_SHOWDEFAULT) Thank you.
herewasplato Posted January 13, 2006 Posted January 13, 2006 Thank you.You are welcome.I was not sure what "form" you were working with - maybe a form within MS Access.Anyway, glad WinSetState worked for you - enjoy......... [size="1"][font="Arial"].[u].[/u][/font][/size]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now