Re: [twsocket] Handles in components

2007-01-26 Thread Paul
- 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

Re: [twsocket] Handles in components

2007-01-26 Thread Francois PIETTE
> 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

[twsocket] Handles in components

2007-01-26 Thread Paul
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

Re: [twsocket] Exception handling in a Form

2007-01-26 Thread Arno Garrels
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

Re: [twsocket] Freeze when using smtp after recreating itsparentform

2007-01-26 Thread Paul Ingelbrant
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

Re: [twsocket] Freeze when using smtp after recreating itsparentform

2007-01-26 Thread Arno Garrels
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

Re: [twsocket] Freeze when using smtp after recreating itsparentform

2007-01-26 Thread Henrik
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

Re: [twsocket] Freeze when using smtp after recreating itsparentform

2007-01-26 Thread Henrik
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

Re: [twsocket] Exception handling in a Form

2007-01-26 Thread Wilfried Mestdagh
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