
C#
c#开发相关文章
ben9518chen
这个作者很懒,什么都没留下…
展开
-
ComboBox
1、不可时用: ComboBox1.Enabled = False 2、当comboBox处于可选状态时,怎样让用户不能在comboBox中输入文字啊? ComboBox1.DropDownStyle = ComboBoxStyle.DropDownList...原创 2018-08-31 08:51:16 · 301 阅读 · 0 评论 -
一个简单的c#基于TCP通讯的服务器
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Net; using System.Net.Sockets; using System.Text; using System.Thre...原创 2019-03-27 11:25:43 · 3477 阅读 · 0 评论 -
C#执行cmd并返加结果
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; namespace server { class Cmd { /// <summa...转载 2019-03-27 11:27:14 · 295 阅读 · 0 评论