What is not clear?
Pipe?
TS?
Main Topics
Browse All TopicsDo you know if it works?
And if so, how?
I am using VB6 just in case you may have some code.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I am looking for ways letting two programs exchanging data.
One is running on my local Windows PC.
The other one is running within a TS session on a Windows 2003 Terminal Server.
When establishing the RDP connection I start the program on the server. So I can send some parameters too.
Later on I need to send and receive even more data. I could use the shared CLIPBOARD or let the server read and write files on my local client's HARD DISK.
Of cause both would work, but using the clip board is not very nice as the user can't use it any more and file system operation are not fast enough.
So I am looking for something more like a PIPE. But I have not idea if this might work.
Hello rizwanidrees,
your project sound to be quite like mine.
I have a html file which I load in IE, VB fills some input tags and presses a button to start a JavaScript which starts the RDP session.
As file and clipboard access are allowed, the session can access the drives of the client's machine. Using Ctrl-C / Ctrl-V the user can up- and download files.
I also start a program on the remote TS server to assist the user.
My local program and the remote one need to communicate. The local program sends orders and the remote program answers. Right now I am using the clipboard but that's not very nice because this restricts the user in working with the clipboard.
That's why I am looking for something different like a pipe between the two programs.
WinSock is quite an idea.
I have only managed to let the remote program access the local file system. Does your local RDP client has access to the RDP server's file system?
I look forward to hearing from you, rizwanidrees.
Maybe we could share some code.
Regards
Susan
Yes, Download Sample (2 Zip Files) from following links and check if it can help you
http://rapidshare.com/file
http://rapidshare.com/file
Business Accounts
Answer for Membership
by: rizwanidreesPosted on 2009-07-04 at 01:18:42ID: 24776300
Your question is not clear.