Sunday, June 1, 2014

User impersonation and OpenFileDialog C#

The only way I know is to create a separate process that runs as the required user. That process could use OpenFileDialog and communicate the selected file name back to the original process.

No comments:

Post a Comment