第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

如何制作屏幕共享應(yīng)用程序

如何制作屏幕共享應(yīng)用程序

C#
慕神8447489 2023-04-16 09:58:54
我正在嘗試在 C# 中制作一個(gè)簡(jiǎn)單的屏幕共享應(yīng)用程序并找到了本指南:https ://www.c-sharpcorner.com/uploadfile/ulricht/how-to-create-a-simple-screen-sharing-application-in -C-Sharp/并跟隨它,但它不起作用 我在同一臺(tái)計(jì)算機(jī)和兩臺(tái)不同的 PC 上嘗試過(guò)它,但似乎沒(méi)有任何效果//Hostpublic partial class ScreenShareHandler : Form    {        RDPSession x = new RDPSession();        public ScreenShareHandler()        {            InitializeComponent();        }        private void ScreenShareHandler_Load(object sender, EventArgs e)        {        }        private void Incoming(object Guest)        {            IRDPSRAPIAttendee MyGuest = (IRDPSRAPIAttendee)Guest;//???            MyGuest.ControlLevel = CTRL_LEVEL.CTRL_LEVEL_INTERACTIVE;        }        private void button1_Click(object sender, EventArgs e)        {            x.OnAttendeeConnected += Incoming;            x.Open();        }        private void button2_Click(object sender, EventArgs e)        {            IRDPSRAPIInvitation Invitation = x.Invitations.CreateInvitation("Trial", "MyGroup", "", 10);            textBox1.Text = Invitation.ConnectionString;        }        private void button3_Click(object sender, EventArgs e)        {            x.Close();            x = null;        }    }//Client    public partial class Form1 : Form    {        public Form1()        {            InitializeComponent();        }        private void Form1_Load(object sender, EventArgs e)        {        }        private void button1_Click(object sender, EventArgs e)        {            string Invitation = textBox1.Text;// "";// Interaction.InputBox("Insert Invitation ConnectionString", "Attention");            axRDPViewer1.Connect(Invitation, "User1", "");        }        private void button2_Click(object sender, EventArgs e)        {            axRDPViewer1.Disconnect();        }}
查看完整描述

目前暫無(wú)任何回答

  • 0 回答
  • 0 關(guān)注
  • 196 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)