m: EventArgs ^ e) {
openFileDialog1-> InitialDirectory = В». В»; p> openFileDialog1-> Filter = В«Txt files (*. Txt) | *. Txt | All files (*. *) | *. *В»; p> openFileDialog1-> FilterIndex = 2;
openFileDialog1-> RestoreDirectory = True;
if (System: Windows: Forms: DialogResult: OK == openFileDialog1-> ShowDialog (this)) {
textBox1-> Text = OpenFileDialog1-> FileName;
} else {
textBox1-> Text = «»; p>}
}
private: System: Void progressBar1_Click (System: Object ^ sender, System: EventArgs ^ e) {p>}
};
}
В