-----------------------------------------------------------

New Message on MumbaiUserGroup

-----------------------------------------------------------
From: MUMBAIKADON007
Message 3 in Discussion




  
    
    New Message on MumbaiUserGroup
  
  





      Introducing Windows Forms

    
  
    
      Reply

          
            
                
               
                  Reply to Sender
                    Recommend
                  
                  Message 2 in Discussion
                                                
            
          
        
                    
        
            
              From: 
              MUMBAIKADON007
            
            
              

              


  
    
    New Message on MumbaiUserGroup
  
  





      Introducing Windows Forms

    
  
    
      Reply

          
            
                
               
                  Reply to Sender
                    Recommend
                  
                  Message 1 in Discussion
                                                
            
          
        
                    
        
            
              From: 
              MUMBAIKADON007
            
            
              

              Introducing Windows Forms         List some reasons why you would 
use Windows Forms as opposed to Web forms.  
Answer  
 
Richer user interface 
Faster response time 
Better support for offline scenario 
 
 
        What is Visual Inheritance?  
Answer  
 
The process of inheriting a form from an existing one is called Visual 
Inheritance.  
It means that if you already have designed a form for a different project that 
is similar to the one you need now, you can inherit from it. It also means that 
you can create a base form as a template for later use. It is a useful way of 
duplicating the main functionality of particular forms without having to 
recreate them from the beginning. 
 
 
        What is the difference between anchoring and docking a control to a 
form?  
Answer  
 
When a control is anchored to a form (or another container) and the form is 
resized, the control maintains the distance between the control and the anchor 
positions (which is the initial position). 
In docking, a control is coupled with two edges of the container. The control 
is horizontally or vertically resized when the container is resized. 
 
 
        What are the differences between SDI and MDI applications?  
Answer  
 
In an SDI application, only one document can be open at a time. You must close 
one document before opening another. 
In an MDI application, several documents can be open at the same time. Each 
document is displayed in its own window. 
 
 
        When creating a form, what class must the form inherit from to make it 
a Windows Form?  
Answer  
 
System.Windows.Forms.Form 
 
 
        You want to perform some totaling of numbers as a form is being 
dismissed. Into which event handler should you add the code?  
Answer  
 
The code should be added to the Deactivated event handler. 
 
 
        When creating a form that inherits from a base form, what must be 
available to override the base version of the methods of a control on the base 
form?  
Answer  
 
The Modifier property of the control on the base form must be set to either 
protected or public to override its functionality in the derived form. 
 
  
 
Saurabh
          
        
      
          
  

    View other groups in this category.
  

  

      



          
        
      
          
  

    View other groups in this category.
  

  

      




-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/mumbaiusergroup/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member 
Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you 
received this message by mistake, please click the "Remove" link below. On the 
pre-addressed e-mail message that opens, simply click "Send". Your e-mail 
address will be deleted from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to