Home All Groups Group Topic Archive Search About

nested message pump

Author
18 Mar 2005 2:53 PM
qfel
While processing some event, I want to enter nested message loop (so like I
called Application.Run, but it cannot be called twice), which is to be
terminated from another event handler. Say, write a function that shows
TextBox, waits for user to enter the text and press return, then returns
entered text. I'd like to ommit modal dialogs, it would be really nicer to
do it in child control, without new Form.

Bookmark and Share