[Migrated content. Thread originally posted on 06 August 2004]
Folks,Anyone got any good working example of programs in threads using send and receive and not just screens?
Here what I've got
Our system starts using a menu program
Now I pick a program to run and this program is called in a thread
When the chosen program is called, it immediately runs another security program which checks stuff and decides if I'm allowed to run chosen program.
I want this security program to be able to tell the menu program if it was unable to run because of stuff?
I have tried to do some work on this, but with poor results (memory access violation basically)
How am I supposed to receive the fact the another program has a message to send?
I know about allowing messages etc, but where do I code the procedure?
Hope this makes a bit of sense.
Regards,
Shaun



