Print Page | Close Window

CXTPSkinManagerApiHook problem?

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Skin Framework
Forum Description: Topics Related to Codejock Skin Framework
URL: http://forum.codejock.com/forum_posts.asp?TID=6042
Printed Date: 17 May 2024 at 2:00am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: CXTPSkinManagerApiHook problem?
Posted By: grade
Subject: CXTPSkinManagerApiHook problem?
Date Posted: 09 January 2007 at 4:38am

Hello,
           I have a problem for CXTPSkinManagerApiHook.  I usi ng a CHtmlView of MFC in my VC++ project  and  It is use to version 10.4.0 ibrary  for  Xtreme ToolkitPro. The program to Browe for some blogs ( http://cheyi.idv.tw/blog/cheyi/rss - http://cheyi.idv.tw/blog/cheyi/rss ), on the WINXP SP2 and IE6,they have a exception for CXTPSkinManagerApiHook:: CallWindowProOrg function.  But the program to run on WINXP and IE7 that it is ok. I attach some images of  error message  for VC++ 8.0  develop tool  for next post.

Can you answer for this problem?Thanks for you help!


-------------
Grade Wang
Software Engineer



Replies:
Posted By: grade
Date Posted: 09 January 2007 at 4:49am
The all images file in skin.zip.
https://forum.codejock.com/uploads/20070109_044916_skin.zip - uploads/20070109_044916_skin.zip


-------------
Grade Wang
Software Engineer


Posted By: Oleg
Date Posted: 09 January 2007 at 5:27am
Hello,
Thank you
 
yes, some controls don't like to be skinned in Internet Explorer.
 
For 10.4.1 we fixed it.
 
please patch XTPSkinObject.cpp
 
 
in CXTPSkinManager::SetHook add
 
if (_tcsstr(lpszClassName, _T("Internet Explorer")) != NULL)
  return NULL;
 


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net