NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started 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
-
because you are trying to return data you probably don't want it running on its own thread.