- Original Message -
From: "Francois PIETTE" <[EMAIL PROTECTED]>
To: "ICS support mailing"
Sent: Friday, January 26, 2007 9:04 PM
Subject: Re: [twsocket] Handles in components
>
> Should be no handle left. But pay attention that if you destroy any
> control
> with a window handle from
> I'm having troubles with switching between desktops using the (Ssl)HttpCli
> in a thread with message pump.
> You can't switch between desktops when handles are used.
> So I'm trying to switch between desktops by freeing the client, switch to
> new desktop and recreate the client, but this thread
I'm having troubles with switching between desktops using the (Ssl)HttpCli
in a thread with message pump.
You can't switch between desktops when handles are used.
So I'm trying to switch between desktops by freeing the client, switch to
new desktop and recreate the client, but this thread fails t
Ahh, thanks :)
BTW: Do you know the greatest hooking library available?
If not, take a look add MadCodeHook it's for Delphi, BCB
as well as C. GREAT COMPONENT from the autor of Madexcept.
Arno
Wilfried Mestdagh wrote:
> Hello Veit,
>
> Connect as whell as other methods can raise exceptions in
Can't help myself... just have to comment this... (sorry)
> You can read in earlier mails why I do not want the dll to be loaded at all
> time.
1) You didn't want a dll linked to _your application_ even when you can
be pretty sure that the DLL itself
is already loaded in memory at all times whet
Henrik wrote:
> Hi Arno!
>
> As I've said before Arno, You're a funny guy, though I'm sure
> unintentionally. Doesn't seem so long ago You kept going on with
> viruses and
> trojans and didn't even seem to read the note I made about that we
> were able
> to duplicate ICS's problems with the envi
Hi Arno!
As I've said before Arno, You're a funny guy, though I'm sure
unintentionally. Doesn't seem so long ago You kept going on with viruses and
trojans and didn't even seem to read the note I made about that we were able
to duplicate ICS's problems with the environment on a _brand new_
compute
Hello Dan!
Yes, Wilfried Mestdagh helped me with that. He actually read my mail and
understood why my own strange workaround worked. (Thank You Wilfried!)
Both Wilfried and I are professional developers though, and we do not feel
very comfortable using workarounds in opposite to find the actual er
Hello Veit,
Connect as whell as other methods can raise exceptions in case of
failure. This because there has to be something prepare to connect in
this case.
Then the real connection happens in background and you dont have to
worry for exceptions. If there are they are internally handled. If
con