NetTalk Central

Author Topic: net web client, is forced a window?  (Read 9886 times)

ramiro

  • Newbie
  • *
  • Posts: 47
    • View Profile
    • Email
net web client, is forced a window?
« 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

trent

  • Full Member
  • ***
  • Posts: 204
    • View Profile
    • Email
Re: net web client, is forced a window?
« Reply #1 on: August 10, 2013, 03:46:23 PM »
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