Re: Re: Hide application in the background?
Posted by Johan on June 14, 2000 at 20:34:06: In Reply to: Re: Hide application in the background? posted by Rick Ashford on June 05, 2000 at 21:28:12: : : How do I hide the application in the background? : There's a property for every form called "Visible." You can manipulate it by either setting Form.Visible := True/False or you can just say Form.Show or Form.Hide. That works if I use a button, but how do I use it when the application starts so it hides directly? I can't use this code: Form1.Hide; in the OnActivate and OnShow, so how will I do then?
|
|