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]
 
Back
Top