Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. private void btnBrowes_Click(object sender, EventArgs e)
  2. {
  3. openFileDialog.InitialDirectory = "C:\";
  4. openFileDialog.FilterIndex = 1;
  5. openFileDialog.Title = "Open File";
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement