QA

   

Q&A

Q1:

What if I want to perform an operation on a file, but something is preventing the operation, such as the file may be open or I don't have rights to the file?

A1:

All the method calls have one or more exceptions that can be thrown in the event that the method fails. These method calls are listed in the online Help. You can use the techniques discussed in Hour 16, "Debugging Your Code," to trap the exceptions.

Q2:

What if a user types a filename into one of the file dialog boxes, but the user doesn't include the extension?

A2:

By default, both file dialog controls have their AddExtension properties set to true. When this property is set to true, C# automatically appends the extension of the currently selected filter.


   
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