Hiding Forms with Alpha Skins Root › Technical support › Troubleshooting This topic has 1 reply, 2 voices, and was last updated 9 years, 7 months ago by Support. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts July 31, 2015 at 6:15 pm #36612 garyhalpinParticipant When using ShowWindow(Handle, 0); to hide a form, the form freezes. I can set the SkinManager Active to False and then it works but this is not desirable. Can you identify the problem in the SkinManager that prevents a window from hiding. Thanks August 5, 2015 at 9:22 am #53784 SupportKeymaster Hello! Why you doesn't use the Form1.Hide procedure? This method has been created for Delphi controls specially for such purposes. If you uses the ShowWindow function then Visible property is True still and VCL may have issues. I will check if something may be improved, but I can't guarantee… Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Troubleshooting