Problem in Csharp Coding |
Post Reply |
Author | |
shancse
Newbie Joined: 29 July 2009 Status: Offline Points: 1 |
Post Options
Thanks(0)
Posted: 29 July 2009 at 2:44am |
If i am going to use it in my csharp application it wont return the skins this.axSkinFramework2.LoadSkin("C:\\Documents and Settings\\SHANS\\Desktop\\codejock\\20090403_100249_ABD_SkinModule\\ABD_SkinModule\\APPLICATION_SKINS\\Office2007.cjstyles", "NormalBlack.ini"); |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
Here is a snippet from our sample:
public frmMain() { Instance = this; skinFramework = new AxXtremeSkinFramework.AxSkinFramework(); skinFramework.BeginInit(); this.Controls.Add(skinFramework); skinFramework.EndInit(); skinFolder = System.IO.Path.GetDirectoryName(Application.ExecutablePath) + "\\..\\..\\..\\..\\Styles\\"; skinFramework.LoadSkin(skinFolder + "Vista.cjstyles", "NormalBlack.ini"); // // Required for Windows Form Designer support // InitializeComponent(); // // TODO: Add any constructor code after InitializeComponent call // } Maybe you load it in a different place? |
|
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 |