Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Skin Framework
  New Posts New Posts RSS Feed - conflicted with flash10
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

conflicted with flash10

 Post Reply Post Reply
Author
Message
sevencat View Drop Down
Newbie
Newbie


Joined: 16 May 2008
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote sevencat Quote  Post ReplyReply Direct Link To This Post Topic: conflicted with flash10
    Posted: 20 October 2008 at 11:52pm
may this help
 
CXTPSkinManagerApiHook::CXTPSkinManagerApiHook()
{
 m_bInitialized = FALSE;
 ZeroMemory(&m_arrFunctions, sizeof(m_arrFunctions));
 
 ExcludeModule(_T("SHLWAPI.DLL"), TRUE);
 ExcludeModule(_T("COMCTL32.DLL"), TRUE);
 ExcludeModule(_T("KERNEL32.DLL"), FALSE);
 ExcludeModule(_T("USER32.DLL"), FALSE);
 ExcludeModule(_T("GDI32.DLL"), FALSE);
 ExcludeModule(_T("WININET.DLL"), FALSE);
 ExcludeModule(_T("MSCTF.DLL"), FALSE);
 ExcludeModule(_T("Flash10a.ocx"), FALSE);
 
 
 
 ::InitializeCriticalSection(&m_cs);
}
Back to Top
Knuth View Drop Down
Groupie
Groupie
Avatar

Joined: 01 March 2008
Location: China
Status: Offline
Points: 13
Post Options Post Options   Thanks (0) Thanks(0)   Quote Knuth Quote  Post ReplyReply Direct Link To This Post Posted: 10 January 2009 at 4:18am

Great, exactly what I need.
Thank you!

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.105 seconds.