Re: i want to access remote desktop in dotnet



The protocol is RDP which runs at or above the L3 TCP protocol it defaults
to port 3389

there is an active x interface "Microsoft remote desktop client" add it in
to your project
rdp.Server = "ServernameOrIP"

rdp.AdvancedSettings2.RDPPort = "3389"

rdp.Connect()





<p_moglaikar@xxxxxxxxxxx> wrote in message
news:uu2tlPoWHHA.3332@xxxxxxxxxxxxxxxxxxxxxxx
i want to make project on remote desktop accessing in dotnet
so anybody help me how it's possible in dotne i.e. what's all things are
required such as any protocol or anything else

Thank You in advanse
Prashant



.



Relevant Pages

  • abort at the end of data transfer
    ... data chunk is i.e 6. ... int init_client(int port, char *ip) { ... Protocol Info ... Stream Control Transmission Protocol, Src Port: 1031, Dst Port: ...
    (comp.lang.c)
  • abort at the end of data transfer
    ... data chunk is i.e 6. ... int init_client(int port, char *ip) { ... Protocol Info ... Stream Control Transmission Protocol, Src Port: 1031, Dst Port: ...
    (comp.unix.programmer)
  • abort at the end of data transfer
    ... data chunk is i.e 6. ... int init_client(int port, char *ip) { ... Protocol Info ... Stream Control Transmission Protocol, Src Port: 1031, Dst Port: ...
    (comp.unix.internals)
  • Re: abort at the end of data transfer
    ... Internet Protocol, Src Addr: 192.168.1.119 ... Stream Control Transmission Protocol, Src Port: ... INIT chunk (Outbound streams: 1, ...
    (comp.arch.embedded)
  • Re: Client certificate private key prompt
    ... Windows Server 2003 server without the Header manually added to the request. ... Frame 34 will be closing the connection. ... Protocol: TCP ... Transmission Control Protocol, Src Port: 2954, Dst Port: https, ...
    (microsoft.public.dotnet.framework)

Loading