Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7497429
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T19:06:11+00:00 2026-05-29T19:06:11+00:00

When I launch a RemoteApp via Remote Desktop Web Access, is there a way

  • 0

When I launch a RemoteApp via Remote Desktop Web Access, is there a way to send data to the remote app?

Desired senario:

A user logs into a website with their credentials. They also provide demographic information such as first name, last name, address, etc.

The website connects to the RemoteApp via SSO and makes the demographic information available to the RemoteApp.

For example, if the RemoteApp is a Windows Forms app, can I get this information and display it in a message box?

Edit1: TomTom’s response in this question mentions using named pipes to send data. Is that applicable to this problem?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T19:06:12+00:00Added an answer on May 29, 2026 at 7:06 pm

    It turns out you can pass command line parameters to the RemoteApp using the remoteapplicationcmdline property like such:

    remoteapplicationcmdline:s:/Parameter1: 5234 /Parameter2: true
    

    (The names “/Parameter1” and “/Parameter2” are just examples. Your remote app will have to define and handle these as appropriate.)

    This setting is part of the RdpFileContents property of the MsRdpClientShell object.

    Here is a resource for other RdpFileContents properties.

    Your code might end up looking something like this:

    MsRdpClientShell.PublicMode = true;
    MsRdpClientShell.RdpFileContents = 'redirectclipboard:i:1 redirectposdevices:i:0 remoteapplicationcmdline:s:/Parameter1: 5234 /Parameter2: true [Other properties here...]';
    MsRdpClientShell.Launch();
    

    For larger amounts of information, we might send preliminary data to a web service, retrieve an identifier back, pass this identifier to the RemoteApp via the command line, then have the RemoteApp query the web service to get all the information.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i launch the Default SMS Activity from my Android app in order to send
I am trying to launch a ClickOnce application via a link on a web
I'm trying to launch an EC2 instance with a script in the user-data. The
I need to launch a server on the remote machine and retrieve the port
I am trying to launch a background thread to retrieve XML data from a
I need to launch a Silverlight 4 OOB app through an existing WinForms application
when I launch my app, I keep getting this CGContextFillEllipseInRect: invalid context error. My
I would like to launch Apple's Stocks app to show information for a particular
As soon as I launch app in simulator, Xcode switches to main.m and I
I'm trying to launch or access a minesweeper instance to hook and call it's

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.