NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: rupertvz on August 28, 2012, 12:21:09 PM

Title: Return Value
Post by: rupertvz on August 28, 2012, 12:21:09 PM
Hi Guys,

I am starting a "window" procedure in a new thread from a NetWebForm
To run on server side.

I'd like to return a value from the "normal" window procedure back to the NetWebForm.

I've tried the standard Return(ReturnValue) to the calling procedure, but I am unable to receive the value.

Is this possible?

Regards
Rupert
Title: Re: Return Value
Post by: kevin plummer on August 28, 2012, 03:50:48 PM
because you are trying to return data you probably don't want it running on its own thread.