Page 1 of 1

Natter

Posted: Sun Mar 09, 2008 11:14 am
by Natter
Hi, all
I have Codejock.SkinFrameWork.11.2.0

Try this code

Code: Select all

include "FiveWin.ch" 

function Main() 
   local oWnd, oActiveX 
   DEFINE WINDOW oWnd TITLE "FiveWin ActiveX Support with Skin" 
   ACTIVATE WINDOW oWnd ON INIT CodeJockSkin_InitDlg(oWnd) 
return nil 

FUNCTION CodeJockSkin_InitDlg( oDlg ) 
LOCAL oActiveX, cStylesPath := "d:\Styles\" 
   oActiveX := TActiveX():New( oDlg, "Codejock.SkinFrameWork.11.2.0" ) 
   oActiveX:Do( "LoadSkin", cStylesPath+"aa.msstyles", "" )  
   oActiveX:Do( "ApplyWindow", oDlg:hWnd ) 
return nil
[/color]

In resul I get window with mark S/F

Could you tell me how to remove the S/F mark ?

Posted: Mon Mar 10, 2008 1:41 am
by richard-service
Hi Natter,

I have a solution for it.
But FWH's Menu system incompatible with Codejock Skin OCX

Regards,

Richard

Posted: Mon Mar 10, 2008 9:07 am
by Natter
Thank, Richard !

I read post http://fivetechsoft.com/forums/viewtopi ... light=skin and think that all right :?

Posted: Mon Mar 10, 2008 2:27 pm
by richard-service
Natter wrote:Thank, Richard !

I read post http://fivetechsoft.com/forums/viewtopi ... light=skin and think that all right :?
I hope it will help you.

Regards,

Richard