![]() |
EnumerateSkinFile |
Post Reply ![]() |
Author | |
wxperson ![]() Groupie ![]() Joined: 14 January 2010 Status: Offline Points: 16 |
![]() ![]() ![]() ![]() ![]() Posted: 04 February 2010 at 1:52pm |
Does anyone know where I can find example code which uses the EnumerateSkinFile command?
I am trying to programatically determine which ini files are in a cjstyles file and I cannot find this sample code anywhere .. yet. Thanks in advance, George |
|
![]() |
|
wxperson ![]() Groupie ![]() Joined: 14 January 2010 Status: Offline Points: 16 |
![]() ![]() ![]() ![]() ![]() |
Never mind I found the code on a Japanese web site.
Dim Discription As SkinDescription Dim i As Integer Dim FileName As String FileName = App.Path + "..\..\..\Styles\Office2007.cjstyles" Set Discription = SkinFramework.EnumerateSkinFile(FileName) For i = 0 To Discription.Count - 1 Debug.Print "IniFile:" & Discription.IniFile(i).IniFileName & "/ColorScheme:" & Discription.IniFile(i).ColorScheme & "/FontSize:" & Discription.IniFile(i).FontSize Next |
|
![]() |
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 |