From: T750232022@aol.com Subject: Re: [delphi] Bringing icon to the front? Date: Wed, 2 Aug 1995 00:41:42 -0400 In a message dated 95-08-01 22:57:37 EDT, you write: >How can you bring an icon to the front (set focus), without actually >restoring the mainwindow? Michael-- If the form/app is already minimized, this should do what you want: ShowWindow(Form1.Handle, SW_MINIMIZED); NB: I have not actually tried this, although I see no reason why it wouldn't work. Hope that's useful, Terence --------------------------------------------------- T750232022@aol.com Terence Goggin "You don't want to be a mooncalf or a jabberknowl all your life, now do ya?" -WC Fields ---------------------------------------------------