Threading showing a dialog in a multi-dialog app

  • Thread starter Thread starter Adam Goetz
  • Start date Start date
A

Adam Goetz

I have an app with 20+ dialogs, full screen, any one of which could be the
current on-top dialog when I need a security popup to occur. While I
currently have the security popup working from a timer, I have too many
timers in the app and this stops working after a period of time, so I'm
rewriting to using threads. At this time however, I'm drawing a complete
blank on how to get this popup to work as every example I've found on the
web so far relates to an app with one main gui element, not many.

Can anyone offer some pointers or direct me to a source that might be useful
in this task?
 

Ask a Question

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.

Ask a Question

Back
Top