This is a discussion on VB6 MODAL and MODELESS forms? within the Visual Basic Programming forums, part of the Programming & Scripting category; Hi, I'm working on an old VB6 project. Can someone tell me what is the difference between MODAL and MODELESS ...
| |||||||
#1
| |||
| |||
| Hi, I'm working on an old VB6 project. Can someone tell me what is the difference between MODAL and MODELESS forms? Thanks, theChris |
|
#2
| ||||
| ||||
| 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 with me... click the icon! If my post solved your problem, click the button in the lower right-hand corner of the post.If you like it here...throw us a few bones to help support us. Join our Folding team: DeveloperBarn Folding |
![]() |
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |
LinkBacks (?)
LinkBack to this Thread: http://www.developerbarn.com/visual-basic-programming/141-vb6-modal-modeless-forms.html | ||||
| Posted By | For | Type | Date | |
| DeveloperBarn Forums - ASP Help, ASP.Net Help, PHP Help, SQL Help, Tutorials, Windows Help | This thread | Refback | April 26th, 2008 09:35 AM | |