How do you specify the StartPosition of common dialog boxes?

  • Thread starter Thread starter DotNetMania
  • Start date Start date
D

DotNetMania

How do you specify the startPosition of common dialog boxes in C#?

such as OpenFileDialog

there is not Position or Location method....

best regards...

charles
 
Hi Charles,

Why would you want to change the default position (center of the screen)? If you want to change the position I think you may have to make your own dialog from scratch (at least for OpenFileDialog).

Happy coding!
Morten Wennevik [C# MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top