时间:2021-05-19
复制代码 代码如下:
namespace Client
{
public partial class Login : Form
{
private string ip = null;
public Login()
{
InitializeComponent();
}
public Login(string IP)
{
InitializeComponent();
ip = IP;
}
private void Login_Load(object sender, EventArgs e)
{
this.FormClosing += Login_Closing;
this.Text = string.Format("登录到:{0}", ip);
// 获取主机显示器屏幕分辨率
Rectangle rect = Screen.PrimaryScreen.Bounds;
try
{
rdp.Server = ip;
rdp.AdvancedSettings2.RDPPort = 3389;
rdp.Height = rect.Height;
rdp.Width = rect.Width;
//rdp.UserName = "client";
//rdp.AdvancedSettings2.ClearTextPassword = "client";
rdp.Connect();
rdp.FullScreen = true;
//this.FormBorderStyle = FormBorderStyle.None;
rdp.FullScreenTitle = this.Text;
}
catch (System.Exception ex)
{
MessageBox.Show(ex.Message);
}
}
private void Login_Closing(object sender, FormClosingEventArgs e)
{
if (MessageBox.Show("确认退出么?", "提示", MessageBoxButtons.YesNo,
MessageBoxIcon.Question, MessageBoxDefaultButton.Button2) == DialogResult.No)
e.Cancel = true;
}
}
}
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
远程桌面如何连接win7远程桌面连接设置远程桌面如何连接win7远程桌面连接设置远程桌面如何连接win7远程桌面连接设置远程桌面如何连接win7远程桌面连接设置
远程桌面如何连接win7远程桌面连接设置远程桌面如何连接win7远程桌面连接设置远程桌面如何连接win7远程桌面连接设置远程桌面如何连接win7远程桌面连接设置
一、什么是Windows远程桌面连接Windows远程桌面连接组件是从Windows2000Server开始由微软公司提供的,在WINDOWS2000SERVE
使用winform制作windows远程桌面连接程序,windows自带了远程桌面连接,我们需要将远程桌面连接集成到自己的winform程序,并实现管理远程主机
服务器安全狗远程桌面守护功能为用户服务器提供实时、主动的远程桌面登录保护,远程桌面守护针对多种类型的主流远程控制软件,包括操作系统自带的远程桌面登录工具、Rea