Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created July 2, 2020 11:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/47990cb78ce2c4c975524741fb3a7376 to your computer and use it in GitHub Desktop.
Save bjoerntx/47990cb78ce2c4c975524741fb3a7376 to your computer and use it in GitHub Desktop.
OpenFileDialog dlg = new OpenFileDialog();
dlg.Title = "My custom title";
dlg.InitialDirectory = "c:\\";
textControl1.Images.CustomDialog(null, false, dlg);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment