Types of Modal windows in VB.



Types of Modal windows in VB...

Answer / akash

A modal window is any type of window that is a child
(secondary window) to a parent window . It is commonly
associated with an Internet Web site pop-up window that
stays in front of the original window. A user may not
press any controls or enter any information on the parent
window (the original window which opened the modal) until
the modal has been closed. A modal window is commonly used
when the author wants to retain the user's focus on the
information in the modal as it is impossible for the user
to interact with the other windows of the same process.

Is This Answer Correct ?    5 Yes 1 No

Post New Answer

More Visual Basic Interview Questions

Dim X,Y as Integer Here what is the datatype of X and Y ?

8 Answers   Syscom,


How to use advanced data-bound controls.

0 Answers  


Discuss the working with to-do lists.

0 Answers  


Which controls can not be placed in MDI ?

2 Answers  


Explain the types of Views in Listview Control.

0 Answers  


What is file in vb?

0 Answers  


What do you mean by Databound Controls Explain?

0 Answers  


Which controls can not be placed in MDI?

3 Answers  


Write the steps in Creating ActiveX Dll and Active Exe?

0 Answers  


What is the difference between change event in normal combobox and dbcombobox?

0 Answers  


What are the objects in ADODB?

1 Answers  


What type of record sets are available in ADO?

4 Answers  


Categories