Developer Nation
Developer Nation

Reputation: 384

Using OpenFileDialog to get files of client in RDP

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:-

  1. Go to "Run" -> type "mstsc" -> press enter
  2. a box appears click "Show Options" -> go to "Local Resources" tab
  3. under "Local device and resources" -> click "More" -> and enable everything

Does anyone know how to achieve this?

Upvotes: 0

Views: 1215

Answers (1)

Venkatesh
Venkatesh

Reputation: 359

Looks like something is missing in your configuration. Someone able to access/show the files in the open file dialog. Refer this

Upvotes: 1

Related Questions