Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Skin Framework
  New Posts New Posts RSS Feed - Disable WININET.DLL
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Disable WININET.DLL

 Post Reply Post Reply
Author
Message
Simon HB9DRV View Drop Down
Senior Member
Senior Member
Avatar

Joined: 07 July 2005
Location: Switzerland
Status: Offline
Points: 458
Post Options Post Options   Thanks (0) Thanks(0)   Quote Simon HB9DRV Quote  Post ReplyReply Direct Link To This Post Topic: Disable WININET.DLL
    Posted: 13 July 2007 at 2:07pm

Hi,

 
I am trying to track down a crash inside a background processing thread where I read a webpage using functions in WININET.DLL.
 
I want to stop the framework skinning WININET.DLL, (a lifeform in its own right).
 
This is what I am doing - does it seem reasonable? In a future release please allow me a simple way of adding DLL's to the exclusion list.
CXTPSkinManagerApiHook* pApiHook = CXTPSkinManagerApiHook::GetInstance();

//
// Don't hook WININET.dll
//
_ASSERT(pApiHook);

if (pApiHook)
    pApiHook->ExcludeModule(_T("WININET.dll"), FALSE);

XTPSkinManager()->LoadSkin(strPath, strName);

Simon HB9DRV
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.141 seconds.