Problem with VBA and SkinFramework |
Post Reply |
Author | |
Robin
Newbie Joined: 25 July 2006 Status: Offline Points: 1 |
Post Options
Thanks(0)
Posted: 25 July 2006 at 10:21am |
Hi everybody
Im working with Office Beta 2007 (Excel) and VBA: Retail 6.5 version 1012.
First, Excel's UserForms doesnt have a "Load" event. They have "Activate" and "Initialize" events.
Second, Excel's UserForms doesnt have a hwnd property (Me.hwnd).
So here what i did:
On my UserForm "initialize" event:
SkinFramework1.LoadSkin ThisWorkbook.Path & "\" & "Office2007.cjstyles", "NormalOffice2007.ini"
SkinFramework1.ApplyWindow (Application.VBE.ActiveVBProject.VBComponents.VBE.MainWindow.hwnd)
My problem is that the skin apply to my form but doesnt apply to my controls (CommandButtons and others VB controls).
Any ideas?
Thanks
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello,
Now skinframework ActiveX support only Visual Basic 6.0.
No .NET not VBA no other.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
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 |