GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  Visual Basic
Go To First  |  Previous Question  |  Next Question 
 Visual Basic  |  Question 401 of 453    Print  
what is modal and modeless?
pl explain

  
Total Answers and Comments: 3 Last Update: September 27, 2006     Asked by: pghare 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
May 19, 2006 01:32:18   #1  
S.ARUMUGAKUMAR        

RE: what is modal and modeless?pl explain

modal means there is no move to next step in vb.(e.g)msgbox

modaless means we can easily move to other windows (eg)menus


 
Is this answer useful? Yes | No
May 29, 2006 13:24:13   #2  
Pramod Kumar        

RE: what is modal and modeless?pl explain

Modal - Is a type of message box where you need to respond to it by clicking any of the buttons displayed before responding to any other windows in the background.

Modeless - Is just the opposite i.e. you are allowed to respond to other windows first and need not attend the current displayed message box.


 
Is this answer useful? Yes | No
September 27, 2006 05:02:41   #3  
Sukanta Mondal        

RE: what is modal and modeless?pl explain

A modal form or dialog box must be closed or hidden before you can continue working with the rest of the application.

On the other hand Modeless form or dialog box not necessarily needed to close for continue working with another application.

Simply
If you write down this code to show(Activate) Form1 Form1.Show vbModal

You can not access any other form untill you close(Unload or Terminate) the Form1.


 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape