Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Skin Framework
  New Posts New Posts RSS Feed - CXTPSkinManagerApiHook problem?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

CXTPSkinManagerApiHook problem?

 Post Reply Post Reply
Author
Message
grade View Drop Down
Newbie
Newbie
Avatar

Joined: 07 December 2006
Location: Taiwan
Status: Offline
Points: 25
Post Options Post Options   Thanks (0) Thanks(0)   Quote grade Quote  Post ReplyReply Direct Link To This Post Topic: CXTPSkinManagerApiHook problem?
    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), 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
Back to Top
grade View Drop Down
Newbie
Newbie
Avatar

Joined: 07 December 2006
Location: Taiwan
Status: Offline
Points: 25
Post Options Post Options   Thanks (0) Thanks(0)   Quote grade Quote  Post ReplyReply Direct Link To This Post Posted: 09 January 2007 at 4:49am
The all images file in skin.zip.
Grade Wang
Software Engineer
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.156 seconds.