D
Dayne
Can a Parent thread catch a event send by a child thread?
Dayne
Dayne
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dayne said:Can a Parent thread catch a event send by a child thread?
Dayne said:I am writing a multiform form windows application that should
time-out if there is not user input after some predefined time. I
have implemented the time-out feature using a "worker" thread with a
callback function. The "callback" function should create a form
letting the user know when he was idling and it offers 2 options to
the user -- one to go back to the last page of the parent thread or
go to the start of the program.The problem I have been having is that
once I call the worker thread there is not way go back to starting
page of the parent thread. Please help!
Dayne said:I am writing a multiform form windows application that should time-out if
there is not user input after some predefined time. I have implemented the
time-out feature using a "worker" thread with a callback function. The
"callback" function should create a form letting the user know when he was
idling and it offers 2 options to the user -- one to go back to the last
page of the parent thread or go to the start of the program.The problem I
have been having is that once I call the worker thread there is not way go
back to starting page of the parent thread. Please help!
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.