Sign Up | Sign In
Ask Questions & Get Answers at ibibo sawaal

What's the difference between MODAL and MODELESS forms?  

Asked in Computers & Technology at 2:04 AM on September 18, 2008

Tags: difference modal modeless forms

Report abuse
Sidd
Sidd
Profile | Q&A

Related Search

 

Whats the difference between MODAL and MODELESS forms?

interaction until the form is closed. The internal MsgBox and InputBox forms are examples of modal forms. To show a form modally, usethe syntax: MyForm.SHOW.vbModal a predeclared constant for 1 MODELESS forms are those which are shown but do not require immediate user input. MDI child forms are always modeless. To show a form modeless, use the syntax: MyForm.SHOW...Well , MODAL forms are forms which require user

Posted in Computers & Technology by Sidd at 5:09 PM on September 30, 2008

Whats the difference between MODAL and MODELESS forms? [

modally, use the syntax: MyForm.SHOW 1 MODELESS forms are those which are shown but do not require immediate user input. MDI child forms are always modeless. To show a form modeless, use the syntax: MyForm.SHOW...Well Anu, the 2 types of forms differs in a big way.MODAL forms are forms which need user input before any other actions can be taken place. In other words, a modal form has exclusive focus

Posted in Computers & Technology by Anu at 7:58 AM on March 21, 2008

Whats the difference between MODAL and MODELESS forms? [

, usethe syntax: MyForm.SHOW.vbModal a predeclared constant for 1 MODELESS forms are those which are shown but do not require immediate user input. MDI child forms are always modeless. To show a form modeless,use the syntax:: MyForm.SHOW...raksh it is Modal window will NOT ALLOW user to move another window without closing it. For example : Form.Show, vbModal will display a Modal WindowMODAL forms

Posted in Computers & Technology by Raksha at 5:21 PM on April 01, 2008

Whats the difference between MODAL and MODELESS forms?

at the SHOW command until the modal form is either hidden or unloaded. The internal MSGBOX and INPUTBOX forms are examples of modal forms. To show a form modally, use the syntax: MyForm.SHOW 1 Modeless forms are those which are shown but do not require immediate user input. Most child forms in a MDI application are typically modeless. To show a form modeless, use the syntax: MyForm.SHOW...Modal forms are forms

Posted in Computers & Technology by Pragya at 10:47 PM on September 25, 2008

Whats the difference between MODAL and MODELESS forms? [

]...MODAL forms are forms which require user input before any other actions can be taken place. In other words, a modal form has exclusive focus in that application until it is dismissed. When showing a modal form, the controls outside this modal form will not take user interaction until the form is closed. The internal MsgBox and InputBox forms are examples of modal forms. To show a form modally

Posted in Computers & Technology by Raj at 8:42 AM on February 05, 2008

Whats the difference between MODAL and MODELESS forms?

pauses at the SHOW command untilthe modal form is either hidden or unloaded. The internalMSGBOX and INPUTBOX forms are examples of modalforms. To show a form modally, use the syntax:MyForm.SHOW 1ModelessModal forms are forms which require user input before anyother actions can be taken place. In other words, a modal formhas exclusive focus until it is dismissed. When showing amodal form, the program

Posted in Computers & Technology by yamaha at 6:40 AM on February 06, 2008
Tags bca

Similar Questions

Left Ads
© 2006 - 2013 ibibo Web Pvt Ltd. All rights reserved.