This is a discussion on What is the difference between modal and modaless form in VB? within the VB.NET Programming forums, part of the Software Development category; What is the difference between modal and modaless form in VB?...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| MODAL forms are forms which require user input before any other actions can be taken place. When showing a modal form, the controls outside this modal form will not take user interaction until the form is closed. Ex: Internal MsgBox,InputBox Syntax: MyForm.SHOW.vbModal ' a predeclared constant for 1 MODELESS forms are those which are shown but do not require immediate user input. syntax: MyForm.SHOW --R.Gopi |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Date/time stamp a form field as the form is submitted | itbarota | HTML, CSS and Javascript Coding Techniques | 1 | 02-06-2008 10:16 PM |
| Difference between database triggers and form triggers? | ragavraj | Database Support | 2 | 11-23-2007 04:54 AM |
| How can I clear the form field values after the user has submitted the form for clien | itbarota | HTML, CSS and Javascript Coding Techniques | 1 | 11-01-2007 11:39 PM |
| How can I pass a hidden value to a form and submit that form when a text link is clic | itbarota | HTML, CSS and Javascript Coding Techniques | 1 | 10-17-2007 08:07 AM |
| Difference between database triggers and form triggers | vijayanand | Database Support | 0 | 09-20-2007 07:41 AM |