bmoore45 Posted November 3, 2011 Share Posted November 3, 2011 Hey guys, Is it possible to skin an autoit gui using a DLL from devexpress? What should I read up on if this is possible? See below, there is an output that the devexpress skinner generates. I understand u can load/call DLL's so I'm guessing that there's a high possibility I can do this. Also if anyone can give me pointers on the possibility of using devexpress controls that'd be great too. After I create the theme this window pops up with DLL info: Assembly generated! File: SkinProject1.dll //Recommended code for skin initialization [STAThread] static void Main() { DevExpress.Skins.SkinManager.Default.RegisterAssembly(typeof(DevExpress.UserSkins.SkinProject1).Assembly); //Register! Application.Run(new Form1()); } Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now