From the MSDN
modal
Describes a window or dialog box that requires the user to
take some action before the focus can switch to another
form or dialog box.
modeless
Describes a window or dialog box that does not require
user action before the focus can be switched to another
form or dialog box.
>--Original Message--
>Hi,
>I have a VB application which triggers a callback
function
>whenever it gets a event (WM_USER + 1) It works fine
under
>normal conditions.
>But if I display a dialog box (modal dialog box) the
event
>does not fire the callback in a timely fashion and I miss
>to catch some events. But a non-modal dialog box works
>fine.
>Is this normal in VB ? If so is there any other decent
way
>of making this work ?
>Regards
>Mani
>.
>
feddie
| Mon, 02 Jun 2008 09:53:00 GMT |