NetTalk Central
The Rest Of NetTalk => The Rest - Ask For Help => Topic started by: ramiro on August 10, 2013, 11:01:04 AM
-
I have an application that periodically connects to a web service for information, but as I have a thread in a window whenever the application makes POST to the web service, the window opens and that bothers the user. web client object can include in a source procedure, or through WinEvent can avoid this?
Regards
Ramiro M B
-
Hi Ramiro,
I ran into the exact same thing a couple of days ago. What you can do is hide the window after the window's 'Init > Open the window' embed. This will stop the user from seeing the window. Something like:
QuickWindow{prop:hide} = true
Regards,
Trent