|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
nested message pumpWhile 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. |
|||||||||||||||||||||||