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

Which property of menu cannot be set at run time?

1 Answers  


What is Zorder Method?

1 Answers  


___,___ arguments will be used to run a executable program in shell function

0 Answers  


Can we display only integers / numbers through the message box? Is there any constraint to do so?

8 Answers   Infosys,


What are the record set types?

1 Answers  






Data Control missing from toolbox when I use VB under NT3.5. Why?

0 Answers  


Explain about ADO control?

0 Answers  


Explain Default cursor Type and LockEdits type in RDO?

0 Answers  


Is there any way to pass a variable to a form apart from using global variables?

0 Answers  


Is a foo VBX/DLL available as shareware/freeware?

0 Answers  


Through which protocol OLEDB components are interfaced?

0 Answers  


How do we call MS- Excel in VB?

3 Answers  


Categories