For some software i have been using RDP files to run them.
RDP Files
Those who don't know what RDP file is it is a small file that acts as a gateway between a server and client machine which instead of showing the whole desktop shows you just the application which is connected with the RDP.
Problem
When i use OpenFileDialog it gives me the files of the server machine but here i want the files to be shown of client's PC.
Note
For sharing drive details of client i have already enabled the option. If you want to know how it looks like here are the steps:-
- Go to "Run" -> type "mstsc" -> press enter
- a box appears click "Show Options" -> go to "Local Resources" tab
- under "Local device and resources" -> click "More" -> and enable everything
Does anyone know how to achieve this?