Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what are the Differences between Modal and Modaless forms?

Answers were Sorted based on User's Feedback



what are the Differences between Modal and Modaless forms?..

Answer / senthil

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, use
the 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

Is This Answer Correct ?    18 Yes 6 No

what are the Differences between Modal and Modaless forms?..

Answer / pooja parmar

Model form:- we can not navigate between two forms.
Modeless form:- we can navigate between two forms

Is This Answer Correct ?    10 Yes 1 No

Post New Answer

More Visual Basic Interview Questions

Is visual basic c#?

0 Answers  


How do I make a text box not beep but do something else when I hit the Enter key?

0 Answers  


How does the following statements work? On Error Resume Next

1 Answers  


Record set object consists of what?

5 Answers   Microsoft,


What is the use of NEW Keyword Explain?

2 Answers  


What is the use of Hyperlink control for DHTML applications?

0 Answers  


How can you check whether a record is valid record or Invalid record using ADO control or Object?

0 Answers  


What is the use of progress Bar Control?

0 Answers   Infosys,


what are the Differences Object and Class?

2 Answers  


___ argument can be used to make a menuitem into bold.

0 Answers  


What is view Port?

1 Answers  


What are the types of API Types?

3 Answers  


Categories