不能访问windows Installer服务

    技术2022-05-11  3

    //        comboBox 取值问题 //        A: 在属性 Iitems 添加项 // //        CobShow.SelectedIndex          选择项的索引 //        CobShow.SelectedItem           选择项的文本 //        CobShow.SelectText             空值 //        CobShow.SelectValue            报错... //        CobShow.Items[CobShow.SelectedIndex].ToString()  选择项的文本 // //        B:在程序中添加 CobShow.Item.Add() 结果和上面一样 // // //        C:动态绑定数据 // //        CobShow.SelectedIndex          选择项的索引 //        CobShow.SelectedItem           System.DataRow.DefaultView //        CobShow.SelectText             空值 //        CobShow.SelectValue            选择项的 VALUE 值 //        CobShow.Text                   选择项的 文本 值 //        CobShow.Items[CobShow.SelectedIndex].ToString()  System.DataRow.DefaultView

    最新回复(0)