A
A
Artem Nim2016-12-25 23:08:13
WPF
Artem Nim, 2016-12-25 23:08:13

Is there any way to change the design of the OpenFileDialog window?

I need to change the design of the OpenFileDialog window to match the interface of my program. This is a WPF project. How can this be done, if at all?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Eremin, 2016-12-26
@Artem_Nim_programmer

By itself, ofd is not customizable
. You have two options:

  1. or sawing the new modal window itself, which, in fact, does not take so long to do
  2. look for ready-made solutions ( here or here , or somewhere else) on the Internet, because the task is not new

M
magdest, 2019-02-06
@magdest

[EditorAttribute(typeof(System.Windows.Forms.Design.FileNameEditor), typeof(System.Drawing.Design.UITypeEditor))]
[EditorAttribute(typeof(System.Windows.Forms.Design.FolderNameEditor), typeof(System.Drawing.Design.UITypeEditor))]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question