Sample of MFC + Activex COM Skin FrameWork |
Post Reply |
Author | |
anup
Newbie Joined: 12 August 2009 Status: Offline Points: 4 |
Post Options
Thanks(0)
Posted: 12 August 2009 at 9:12am |
Hi All,
Can I have a Sample to check how to create a VC++ application using the Activex COM of Codejock. I tried to add the Component but it did not give me any interface to implement. I want to implement a theme to the application. 1. I created a Simple Dialog based application 2. I added the Activex Control on the dialog and added the variable for that. 3. I imported the OCX file also. but nothing worked Also Please let me know If I am doing anything worng Thanks Anup |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
So do you load any skin ?
I repeated your steps, and added
m_wndSkinFramework.LoadSkin("c:\\Test\\SkinSample\\Vista.cjstyles", "");
m_wndSkinFramework.ApplyWindow((long)m_hWnd); in the end of ::OnInitDialog method. Works for me.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
anup
Newbie Joined: 12 August 2009 Status: Offline Points: 4 |
Post Options
Thanks(0)
|
Oh... Got it I need to keep the licence copy in the same folder where I am keeping the OCX file
|
|
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 |