简体   繁体   English

从Silverlight应用程序启动远程桌面

[英]Launch Remote Desktop from Silverlight Application

I want to launch the regular Remote Desktop popup to a specified ip adress from a Silverlight Application run inside the browser. 我想从浏览器中运行的Silverlight应用程序将常规的远程桌面弹出窗口启动到指定的IP地址。 (OOB is not a solution :( ) I can't seem to find a solution for this anywhere. I wanted to use Process.Start and use mstsc.exe but i can't seem to find out how to start a process from inside Silverlight... (OOB不是解决方案:()我似乎在任何地方都找不到解决方案。我想使用Process.Start并使用mstsc.exe,但是我似乎找不到如何从内部启动进程的方法。 Silverlight的...

I have an alternative solution. 我有一个替代解决方案。

What about to generate *.rdp file ? 怎样生成* .rdp文件

User will automatically download them and can start start his remote session by double click on this downloaded file. 用户将自动下载它们,并可以通过双击此下载文件来开始其远程会话。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何从Windows应用商店应用启动桌面应用? - How to launch a desktop application from windows store apps? 如何使用WPF窗口从任何计算机上的桌面文件夹启动应用程序 - How To Use A WPF Window To Launch An Application From Desktop Folder On Any Machine 将数据从我的远程网站中的javascript函数传递到桌面应用程序上的ac#应用程序 - Passing data from a javascript function in my remote website to a c# application on my desktop application Silverlight4从桌面拖动的问题 - Problems with Silverlight4 dragging from desktop 按钮显示错误的远程桌面应用程序 - remote desktop application with wrongly displayed buttons C#以管理员身份运行远程桌面应用程序 - C# Run Remote Desktop Application as Administrator 远程计算机允许从桌面应用程序访问文件所需的用户名和密码放在何处 - Where to put username & password that remote machine needs to allow files access from desktop application 如何在 C# 应用程序中从远程桌面访问 WCF 服务到另一台机器? - How to access WCF service from Remote Desktop to another machine in c# application? 从C#桌面应用程序向远程服务器上的MySql数据库添加数据 - Adding of data to MySql database on remote server from C# desktop application 直接启动Windows 8.1和/或嵌入到应用程序而不是桌面中 - Launch Windows 8.1 and/or Embedded directly into application instead of desktop
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM