QA

   

Q&A

Q1:

Do I need to worry about the anchoring and scrolling capabilities of every form I create?

A1:

Absolutely not. The majority of forms in most applications are dialog boxes. A dialog box is a modal form used to gather data from the user . A dialog box is usually a fixed size , which means that its border style is set to a style that cannot be sized . With a fixed-size form, you don't need to worry about anchoring or scrolling.

Q2:

How do I know if a project is a candidate for a MDI interface?

A2:

If the program will open many instances of the same type of form, it's a candidate for a MDI interface. For instance, if you're creating an image-editing program and the intent is to allow the user to open many images at once, MDI makes sense. Also, if you'll have many forms that will share a common toolbar and menu, you might want to consider MDI.


   
Top


Sams Teach Yourself C# in 24 Hours
Sams Teach Yourself Visual Basic 2010 in 24 Hours Complete Starter Kit (Sams Teach Yourself -- Hours)
ISBN: 0672331136
EAN: 2147483647
Year: 2002
Pages: 253
Authors: James Foxall

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net