RDP with VS2005

  • Thread starter Thread starter Hugh Janus
  • Start date Start date
H

Hugh Janus

Hi all,

I hope this is possible! I want to use the Terminal Services protocol
to access drives on a remote machine. If I open the RDP client I can
ask it to map drives via the session and this connects my drives to
the server. Does anyone know if it is possible to programatically do
this via code? I know I want to do it the other way around, i.e. map
the drives of the server to me, but I am just looking for any help on
this!

TIA,
Hugh
 
Hugh said:
Hi all,

I hope this is possible! I want to use the Terminal Services protocol
to access drives on a remote machine. If I open the RDP client I can
ask it to map drives via the session and this connects my drives to
the server. Does anyone know if it is possible to programatically do
this via code? I know I want to do it the other way around, i.e. map
the drives of the server to me, but I am just looking for any help on
this!

TIA,
Hugh

Hi Hugh,

Yep - it's possible - wrap msrdp.ocx and use it.

Regards,
Petar Atanasov
http://a-wake.net
 
Back
Top