Title = "Select file"; dialog.InitialDirectory = ".\\"; dialog.Filter = "xls files (*.*)|*.xls"; if (dialog.ShowDialog() == DialogResult.OK) { MessageBox.
確定! 回上一頁