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

wat is excel

4 Answers   Kingfisher,


How can objects on different threads communicate with one another?

2 Answers  


What are the types of line styles available in Treeview Control?

0 Answers  


Types of LockEdits in RDO.

0 Answers  


by writing MACRO CODE,i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI). ex: custdetails custname lastname locaton mobile pincode custdetails raj tony hyd 555555 521245 servcreqrd srvce# srvcename location srvcepincode servcreqrd 754 drilling hyd 521784 for the above example in the another workbook retrive data like this custname Raj srvce# 754 srvcepincode 521784. while retrieving data control will search cell by cell for each row.

0 Answers   CGI, Infotech,






Is visual basic c#?

0 Answers  


how can i connect the samble database that comes with vb-6 (biblio.mdb) to a datagrid using code? ie what code i have to put in load event

1 Answers  


Difference between Linked Object and Embedded Object?

0 Answers  


How do I program the Novell NetWare API from VB?

0 Answers  


Under which circumstance does a VB application ignore a Timer event?

2 Answers  


How should dates be implemented so they work with other language and country formats?

0 Answers  


It is possible to access Text (x.txt) files? Explain.

0 Answers  


Categories