• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

anybody using ActiveSkin ?

anton

Banned
hello,

this question is for programmers who are using ActiveSkin control , every time when I try to ApplyDesign of SkinForm to SkinButton or any other object in that control , i get the following message:

[Linker Error] Unresolved external 'Activeskinlib_tlb::IID_ISkinForm' referenced from G:\MYPROGS\TV-MENU\ACTIVESKIN\UNIT1.OBJ

so , what am I doing wrong ?

here's the sample code...

SkinForm1->SkinPath="C:\\test2.skn";
SkinButton1->ApplySkin(SkinForm1->SkinSource);



thanks.
 
Back
Top