顾慕21 2021-11-08 20:39 采纳率: 100%
浏览 40
已结题

C#窗体运行代码是什么

img

img

  • 写回答

2条回答 默认 最新

  • CSDN专家-showbo 2021-11-08 21:07
    关注

    listBox和comboBox添加SelectedIndexChanged事件,相互操作对方的SelectedIndex属性
    代码如下,如需工程文件请站内短信发邮箱

    img

    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Linq;
    using System.Text;
    using System.Threading.Tasks;
    using System.Windows.Forms;
    
    namespace WindowsFormsApp7
    {
        public partial class Form1 : Form
        {
            public Form1()
            {
                InitializeComponent();
            }
    
            private void listBox1_SelectedIndexChanged(object sender, EventArgs e)
            {
                comboBox1.SelectedIndex = listBox1.SelectedIndex;
            }
    
            private void comboBox1_SelectedIndexChanged(object sender, EventArgs e)
            {
                listBox1.SelectedIndex = comboBox1.SelectedIndex;
            }
        }
    }
    
    
    

    有帮助麻烦点下【采纳该答案】,谢谢~~

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

问题事件

  • 系统已结题 11月17日
  • 已采纳回答 11月9日
  • 创建了问题 11月8日

悬赏问题

  • ¥15 网友们我该怎么办啊,急
  • ¥15 混合键合键合机对准标识
  • ¥100 现在不懂的是如何将当前的相机中的照片,作为纹理贴图,映射到扫描出的模型上
  • ¥15 目标跟踪,计算机视觉
  • ¥15 魔霸ROG7 pro,win11.息屏后会显示黑屏,如图,如何解决?(关键词-重新启动)
  • ¥15 有没有人知道这是哪里出了问题啊?要怎么改呀?
  • ¥200 C++表格文件处理-悬赏
  • ¥15 Windows Server2016本地登录失败
  • ¥15 复合卡卡号轨道写入芯片卡
  • ¥20 基于MATLAB的TDOA