how to change the skin of the form Root › Discussions › AlphaSkins This topic has 7 replies, 2 voices, and was last updated 13 years, 4 months ago by Support. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts June 27, 2011 at 3:12 am #34645 JoreParticipant Hello everyone, I would like to know how to change the skin of the form. I want to put a component where I can choose a new skin for my project. someone has a tutorial that can help me? Thank you very much June 27, 2011 at 7:39 am #46133 SupportKeymaster Hello. You read the “Getting started” part in the help-file? June 27, 2011 at 5:02 pm #46083 JoreParticipant I already know to install the alpha control. I want to be able to exchange the skins using a sCombobox. Does anyone have a tutorial to teach me how to do this? see my project on the link below My Skin Alpha Control Thank you very much June 29, 2011 at 5:24 pm #46059 SupportKeymaster 'Jore' wrote: I want to be able to exchange the skins using a sCombobox. You can find an example in the ASkinDemo project. You saw that? June 30, 2011 at 1:32 am #46107 JoreParticipant Yes I saw. But there's something wrong going on that is not working out my code. see my example on the link below. Thank you! My link Obrigado! July 1, 2011 at 12:11 pm #46153 JoreParticipant Please someone help me July 5, 2011 at 1:43 am #46159 JoreParticipant Please someone help me July 7, 2011 at 2:55 pm #46181 SupportKeymaster Hello Try this code : Code: procedure TForm1.sComboBox1Change(Sender: TObject); var IniFile : TIniFile; begin sSkinManager1.SkinName := sComboBox1.Text; end; Be sure that sSkinManager1.SkinDirectory is initialized correctly. And why you have added ' (internal)' in combobox items? Your project haven't internal skins with such names. And why you not uses a sample from the ASkinDemo project? Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Discussions › AlphaSkins