Jump to content

Skinning AutoIT GUI?? [devexpress]


 Share

Recommended Posts

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.

Posted Image

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...