在winform中解析Json字符串,只需要引用dll,即可解析json成相应的对象,非常方便。 public void GetJson(string sNu) { string sUrl = "******"; WebClient client = new WebClient(); client.Credentials = CredentialCache.DefaultCredentials; Byte[] data = client.DownloadData(sUrl); string str = Encoding.UTF8.GetString(data); MyClass obj= JsonConvert.DeserializeObject(str); this.message = obj.message; this.nu = obj.nu; this.ischeck = obj.ischeck; this.com = obj.com; this.updatetime = obj.updatetime; this.status = obj.status; this.condition = obj.condition; this.state = obj.state; this.data = obj.data; }
2022-03-15 14:29:32 3.69MB winform C# Json 范例
1
winform内置浏览器 cefsharp flash插件。pepflashplayer.dll 64位和32位,内含使用说明书,和具体代码,使用简单。 pepflashplayer.dll 64位 Verison ="26.0.0.131" pepflashplayer.dll 32位 Verison ="28.0.0.137"
2022-03-15 14:15:02 20.59MB pepflashplayer cefsharp C#flash winform
1
chart控件实例大全,chart使用方法教程 public partial class Histogram: System.Web.UI.Page { protected System.Web.UI.WebControls.Label Label2; protected void Page_Load(object sender, System.EventArgs e) { // Populate chart with random data Random rand = new Random(); for(int index = 1; index < 70;
2022-03-15 11:29:23 4.18MB c# winform
1
winform中镶嵌入EXCEL文档源码winform中镶嵌入EXCEL文档winform中镶嵌入EXCEL文档winform中镶嵌入EXCEL文档winform中镶嵌入EXCEL文档
2022-03-15 10:11:01 28KB winform中镶嵌入EXCEL文档源码
1
C#实现winform验证码,哈哈,大家来看看咯,
2022-03-14 19:47:07 61KB C# winform 验证码
1
初学C#WIN form作的一个作品,感觉不错, 动态选项卡模式,有加密功能,图片裁剪和上传 里面包含了程序源码,数据库,及SQL语句等。
2022-03-14 19:01:16 1.57MB IT 系统 管理 产品
1
时间显示的控件,纵向的竖立着的进度条,饼图控件,仪表盘控件,信号灯控件,曲线控件,要想使用组件的控件,除了使用NuGet来安装组件外,还需要将组件的dll文件(在你的项目的packages里面可以找到,如果你本来就是引用本地的,就直接拖拽本地的即可)拖拽到工具栏,内含使用教程。
2022-03-14 16:30:20 2.43MB winform控件 dill文件
1
visual studio2010,WinForm使用WeifenLuo实现窗体布局,DEMO,完整源码. 添加引用文件 WeifenLuo.WinFormsUI.Docking.dll。标签页形式加载窗体,窗体可任意拖放变换位置。
2022-03-13 21:04:29 188KB WeifenLuo WinForm布局
1
C# winform中ListView用法C# winform中ListView用法C# winform中ListView用法
2022-03-13 19:06:48 270KB C# winform中ListView用法
1
个人积累的网页素材文件,或者在编辑WinForm程序的时候使用的图标文件,非常实用,可以美化您的程序。
2022-03-13 08:23:08 28.81MB 素材 图标 PNG WinForm
1