D
Devron Blatchford
Hi there,
I am trying to develop a small menu application to run on an RF network, we
are using a wavelink server to communicate with our rf scanners and run
VB.NET applications on our server that repond to the scanner requests. I
would like to know if there is a way that I can spawn a process on the
server and attach it to the current thread (allow it to take control of the
server requests)? Once this spawned app exits it will return control back to
the exe (menu) that fired it.
Example:
Scanner connect to Server on port xxxx
Wavelink server fires ...\MenuApp.exe on connection to handle the requests.
MenuApp responds with some options to the RF screen.
1) App 1, ...\App1.exe
2) App 2, ...\App2.exe
App 1 selected by user.
Menu app fires App1.exe on the server and tells it to receive and respond to
future requests.
App1 exits.
MenuApp takes control again and gives the user options 1) and 2)
Any help would be appreciated.
Thanks
Devron
I am trying to develop a small menu application to run on an RF network, we
are using a wavelink server to communicate with our rf scanners and run
VB.NET applications on our server that repond to the scanner requests. I
would like to know if there is a way that I can spawn a process on the
server and attach it to the current thread (allow it to take control of the
server requests)? Once this spawned app exits it will return control back to
the exe (menu) that fired it.
Example:
Scanner connect to Server on port xxxx
Wavelink server fires ...\MenuApp.exe on connection to handle the requests.
MenuApp responds with some options to the RF screen.
1) App 1, ...\App1.exe
2) App 2, ...\App2.exe
App 1 selected by user.
Menu app fires App1.exe on the server and tells it to receive and respond to
future requests.
App1 exits.
MenuApp takes control again and gives the user options 1) and 2)
Any help would be appreciated.
Thanks
Devron