我希望远程登录用户使用的窗口应用程序(例如) [英] i want window application used by many logged in user remotely(Example)

查看:77
本文介绍了我希望远程登录用户使用的窗口应用程序(例如)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个窗口应用程序。我希望许多登录用户远程使用该应用程序。执行该应用程序的过程是什么?请帮助我想要一个示例我们正在使用dns服务器

i have a window application .i want that application used by many logged in user remotely.what is the procedure to do the application?please help i want an example we are using dns server

推荐答案

Windows应用程序(用户界面)必须安装在用户的电脑上,并且可以与远程服务器上托管的数据库连接。

所以,在你的windows应用程序中只需要为远程数据库放置连接字符串。



快乐编码!

:)
windows application (User-Interface) must be installed in user''s pc
and it can connect with database which is hosted on remote server.
so, in your windows application just need to put connection string for remote database.

Happy Coding!
:)


您可以编写一次应用程序并使用终端服务向许多用户提供应用程序,但只能将其安装在一台计算机上。或者你可以为你的应用程序编写一个客户端服务器架构,每个客户端都会连接到服务器。



我是否正确地认为您对DNS服务器的引用是您想要的在网络上运行DNS的服务器上运行应用程序?



你需要更清楚你想要实现什么,而不是要求别人写适合您的应用程序,可能会详细说明应用程序的用途并提供您已有的代码。
You could write the application once and use Terminal Services to provide the application to many users but only install it on one machine. or you could write a client server architecture for your app and each client would connect to the server.

Am I right in asuming that your reference to DNS server is you want to run the application on a server that Runs DNS on your network?

You need to be far more clear about what you are trying to acheive and not ask people to write the app for you, May be detail what the application is for and provide some code you already have.


不要再问这个了。答案是一样的。您认为'dns服务器'是什么?它是一个服务器,用于在互联网上提供针对IP地址的域名。这与你想要的东西无关。同样,如果您的用户都登录到计算机并远程控制它,您只需将每个用户信息存储在用户本地的区域中,这样他们就不会发生冲突。这就是全部。
Don''t ask this again. The answer is the same. What do you think a ''dns server'' is ? It''s a server for providing domain names against IP addresses on the internet. This has nothing to do with what you want. Again, if your users all log in to the machine, and control it remotely, you just need to store each users information in an area local to the user, so they don''t collide. That is all.


这篇关于我希望远程登录用户使用的窗口应用程序(例如)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆