Telenet nieuwsgroepen mededeling: nieuwsserver adres aanpassen/Attention: modification de l'adresse du serveur de newsgroup
Wed, 30 Jan 2008 02:10:12 GMT
Beste klant,
Telenet heeft een migratie gedaan van haar nieuwsservers.
Wat betekent dit concreet voor jou als gebruiker?
Er verandert niets aan de service, maar om verder gebruik te maken van de
Telenet nieuwsgroepen service moet je bij de instellingen van je nieuwslezer
het adres van de nieuwsserver ver ...
|
Instalacion Chip Consolas Wii Playstation 2 - Xbox360 - Playstation 3 - Ps2 Ps3
Mon, 28 Jan 2008 18:39:37 +0100
...
|
Forever
Sun, 20 Jan 2008 12:46:53 -0800
...
|
Pluggable MIME Filters
Tue, 8 Jan 2008 07:35:31 -0800 (PST)
First of all sorry for my poor english.
I wrote an APP for filtering html content. It's ATL-based and implemet
IInternetProtocol, IInternetProtocolRoot,IInternetProtocolSink. IE6 on
XPSP2. No other BHO or APPs.
It's reg with net rgs:
HKCR
{
NoRemove PROTOCOLS
{
NoRemove Filter
{
ForceRemove 'text/html ...
|
IInternetProtocol leaking instances
Fri, 14 Dec 2007 09:42:50 -0800 (PST)
I've tried MemCheck
(http://v.mahon.free.fr/pro/freeware/memcheck/) with my own
IInternetProtocol implementation, and it works! Funny enough, I get a
"IEXPLORE_MemCheck.log" file in the iexplore.exe folder, but that's
OK.
What I've noticed is that I've got a number of stray instances of my
object that implem ...
|
PassthruAPPBeta.zip gives a memory leak when exiting.
Wed, 21 Nov 2007 22:09:25 +0100
Hi,
I am using PassthruAPPBeta.zip in my application (a variation of your
example testapp.cpp, that use threads to download files)
It work fine except when I exit the program with 1 or more threads still
running. Then, it gives a memory leak. The threads use InternetOpen( )
InternetReadFile( ), etc to ...
|
Why IInternetProtocol::Read didn`t retrieve all content in PassthruAPP?
Fri, 09 Nov 2007 07:01:51 -0800
I managed to intercept IInternetProtocol::Read calls to record the
HTTP response body with the PassthruAPP toolkit.But sometimes
IInternetProtocol::Read didn`t read all content.It always occurs when
the response was cached(with Winxp sp IE7).Why and how to record the
whole content?
Thanks.
...
|
|
|
URLDownloadToFile and IHttpNegotiate::OnResponse
Wed, 31 Oct 2007 03:40:51 -0700
Hi
I've adapted a CodeProject sample (here: http://www.codeproject.com/internet/urldownload.asp)
illustating the use of URLDownloadToFile which is working very nicely
indeed.
One problem I've come across is that I need to somehow retrieve both
the HTTP response code and parse the response headers to get the ...
|
Using "Passthrough APP" with bcb 5.0
Mon, 29 Oct 2007 07:57:04 -0700
Hi
I am trying to use "Passthrough APP"
( see http://itandetnik.150m.com/PassthruAPP.zip )
in Borland C++ Builder 5.0 (BCB)
The toolbox is perfect for my applitcation.
I was able to compile .in BCB
However when executing I get the exception.
"Access Violation at address ..." see the '<---' below
/* ...
|
Implement IInternetSecurityManager.GetSecurityID
Wed, 24 Oct 2007 07:47:15 -0700
Hello,
I'm trying to implement GetSecurityID to prevent the ACCESS DENIED
message when accessing an IFRAME.
But it does not work. Every string I return seems to be wrong and
makes the browser control report ACCESS DENIED messages even when I
try to read the ReadyState.
I tried many different combinations, ...
|