T
Tales Normando
Hi,
I'm working on a cybercafe management system that uses a
homemade messaging exchange system to communicate between the server and the
client softwares. Each one of the projects spawns another thread to wait
until a new message has arrived and process it. Some of the messages require
showing an user interface, like Messagebox.Show(). My problem is, I don't
want such calls to be executed on this thread, but on the main one. What
kind of options do I have to tell the other, running thread to execute a
subprogram/event ASAP?
Tales
I'm working on a cybercafe management system that uses a
homemade messaging exchange system to communicate between the server and the
client softwares. Each one of the projects spawns another thread to wait
until a new message has arrived and process it. Some of the messages require
showing an user interface, like Messagebox.Show(). My problem is, I don't
want such calls to be executed on this thread, but on the main one. What
kind of options do I have to tell the other, running thread to execute a
subprogram/event ASAP?
Tales