FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Natter
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
Natter
Posted: Sun Mar 09, 2008 11:14 AM
Hi, all
I have Codejock.SkinFrameWork.11.2.0

Try this code

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


In resul I get window with mark S/F

Could you tell me how to remove the S/F mark ?
Posts: 866
Joined: Tue Oct 16, 2007 08:57 AM
Natter
Posted: Mon Mar 10, 2008 01:41 AM

Hi Natter,

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

Regards,

Richard

Best Regards,



Richard



Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit

MySQL v8.0

Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
Natter
Posted: Mon Mar 10, 2008 09:07 AM
Thank, Richard !

I read post http://fivetechsoft.com/forums/viewtopic.php?t=5917&highlight=skin and think that all right :-)
Posts: 866
Joined: Tue Oct 16, 2007 08:57 AM
Natter
Posted: Mon Mar 10, 2008 02:27 PM
Natter wrote:Thank, Richard !

I read post http://fivetechsoft.com/forums/viewtopic.php?t=5917&highlight=skin and think that all right :-)


I hope it will help you.

Regards,

Richard
Best Regards,



Richard



Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit

MySQL v8.0

Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit

Continue the discussion