Hi,
I'm working on an old VB6 project. Can someone tell me what is the difference between MODAL and MODELESS forms?
Thanks,
theChris
Hi,
I'm working on an old VB6 project. Can someone tell me what is the difference between MODAL and MODELESS forms?
Thanks,
theChris
A modal window has exclusive focus, meaning, it requires user input before any other action can take place. Controls outside of the modal window will not take any user interaction until the modal is dismissed.
A modeless window is just the opposite, meaning, they don't require immediate user input before being closed or for interaction with other controls to take place.
Hope this helps.
jmurrayhead
If you agree, give me rep.
If you like it here...throw us a few bones to help support us.
thkkkkkkk it is help me on exam time
and i do agree....
Bookmarks