Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Skin Framework
  New Posts New Posts RSS Feed - Does SkinFramework support EXCEL Userform ?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Does SkinFramework support EXCEL Userform ?

 Post Reply Post Reply
Author
Message Reverse Sort Order
auto160 View Drop Down
Newbie
Newbie


Joined: 26 February 2011
Location: ISRAEL
Status: Offline
Points: 8
Post Options Post Options   Thanks (0) Thanks(0)   Quote auto160 Quote  Post ReplyReply Direct Link To This Post Topic: Does SkinFramework support EXCEL Userform ?
    Posted: 02 March 2011 at 7:17am
yes:

'Find the Dialog's Window
Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long


Private Sub UserForm_Click()
Dim Hwnd As Long
    Hwnd = FindWindow("ThunderDFrame", Me.Caption) 'UserForm
    SkinFramework1.LoadSkin ActiveWorkbook.Path & "\Office2007.cjstyles", ""
    SkinFramework1.ApplyWindow Me.Hwnd
End Sub

Back to Top
msseo View Drop Down
Newbie
Newbie


Joined: 28 August 2010
Location: Korea, South
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote msseo Quote  Post ReplyReply Direct Link To This Post Posted: 30 August 2010 at 12:39am
Hi.
I applied Skin Activex to my Excel Userform.
Most of the functionalities work fine except one problem.
After applying skin and typing some function like "=SUM(a1,a2)",
Range(name) area was changed to unacceptable  .
And Excel crashed after exit sessionl.
 
 - excel : 2007
 - Skin Framework 13.4
 - skin : WinXP.Royale.cjstyles
 - OS : WinXP Prof.
 
Would you tell me about this ?
 
Best Regards.
 
 
 
 
 
 
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.109 seconds.