Disable skin on specific form Root › Technical support › Tricks This topic has 1 reply, 1 voice, and was last updated 14 years, 5 months ago by Leandro. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts June 17, 2010 at 6:10 pm #33819 LeandroParticipant I know how to disable skin on DLL forms: skinManager.SkinningRules := [srStdDialogs,srThirdParty] But I need to disable skin only an specific form. Is it possible? Thanks! June 17, 2010 at 6:38 pm #42788 LeandroParticipant I found it! uses sThirdParty; … ThirdPartySkipForms.Add('TMyForm'); 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 › Tricks