Doppio 0 Report post Posted January 13, 2006 Can someone show me the code to minimize a form? Share this post Link to post Share on other sites
herewasplato 0 Report post 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] Share this post Link to post Share on other sites
Doppio 0 Report post 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. Share this post Link to post Share on other sites
herewasplato 0 Report post 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] Share this post Link to post Share on other sites