Evaluation Version slows down my C# app |
Post Reply |
Author | |
carin
Newbie Joined: 03 August 2009 Status: Offline Points: 1 |
Post Options
Thanks(0)
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# |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |