D
djw
I would like to setup a remote desktop connection using vba on a
client machine from which I would need to execute a few command such
as opening a program etc. on the server.
I have some limited VBA experience but I have no Idea on how to get
this to work correctly
I referenced in the mstscax.dll and can see that the MSTSCLib object
has a server and connect method. If I do something such as
Dim X As MsRdpClient
Set X = New MsRdpClient
X.Server = ip_address
X.Connect
Nothing happens. Also, how would I start a program once connected,
could I use the OnConnected event? Is there anyway to send a file to
the remote system, or send a paste command to the opened program?
Is there anyway to get SendKeys to work with Remote Desktop Session?
Thanks,
David
client machine from which I would need to execute a few command such
as opening a program etc. on the server.
I have some limited VBA experience but I have no Idea on how to get
this to work correctly
I referenced in the mstscax.dll and can see that the MSTSCLib object
has a server and connect method. If I do something such as
Dim X As MsRdpClient
Set X = New MsRdpClient
X.Server = ip_address
X.Connect
Nothing happens. Also, how would I start a program once connected,
could I use the OnConnected event? Is there anyway to send a file to
the remote system, or send a paste command to the opened program?
Is there anyway to get SendKeys to work with Remote Desktop Session?
Thanks,
David