HiUsing openFileDialog, would like to set a condition to check if a specific program is running or not. if it's running, then openFileDialog will set the initial directory to a specific folder for that program, otherwise it will go to another directory, else it will open the C: directory
Example:
If Windows media player is running then openFileDialog will open/set the directory of C>>Users>>username>>My Music folderif Windows media player is not running, it will set/open My documentselse it will open the C: Directory