Dialog boxes are commonly used in programming to allow users to browse for files. In Microsoft Visual Basic.NET (VB.NET), use an OpenFileDialog control to allow browsing for a file on a computer's hard disk. Use the DialogResult property to obtain th...