Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Skin Framework
  New Posts New Posts RSS Feed - Evaluation Version slows down my C# app
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Evaluation Version slows down my C# app

 Post Reply Post Reply
Author
Message
carin View Drop Down
Newbie
Newbie


Joined: 03 August 2009
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote carin Quote  Post ReplyReply Direct Link To This Post Topic: Evaluation Version slows down my C# app
    Posted: 03 August 2009 at 3:31pm
Hello folks,

I got it running with this code:

      axSkinFramework.ApplyWindow((int)this.Handle);
      axSkinFramework.BeginInit();
      this.Controls.Add(axSkinFramework);
      axSkinFramework.EndInit();

      string skinFolder = System.IO.Path.GetDirectoryName(Application.ExecutablePath) + "\\GUI\\";
      skinFound = axSkinFramework.LoadSkin(skinFolder + "Vista.cjstyles", "NormalBlack.ini");

But on every redraw of the app's window it takes 3 minutes to update the form. is this the eval version?

Regards,
Carin 


Product: SkinFramework 2009 (ActiveX)
Platform: Windows XP (32bit) - SP 2
Language: VS 2008 C#
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.125 seconds.