Windows程序 winform文件修改器
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u.……
Windows程序 C#中public、private、protected、internal、protected internal(转)
C#中public、private、protected、internal、protected internal (2010-09-22 13:33:45)转载 标签: 杂谈 分类: C#在C#语言中,共有五种访……
Windows程序 输入身份证号码自动读取生日与性别(delphi)
一、格式介绍:【15位号码格式】1、第l一6位数为行政区划代码;2、第7-12位数为出生日期代码;3、第13---15位数为分配顺……
Windows程序 winform 进制之间的转换
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u.……
Windows程序 WPF控件互相绑定参考代码
后台代码using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows;using System.Windows.Controls;using……
Windows程序 [C#]浅析ref、out参数
转载:http://www.cnblogs.com/vd630/p/4601919.html#top按引用传递的参数算是C#与很多其他语言相比的一大特色,想要深入理解这……
Windows程序 wpf控件之间互相绑定
WPF学习之数据绑定WPF中的数据绑定提供了很强大的功能。与普通的WinForm程序相比,其绑定功能为我们提供了很多便利……
Windows程序 C#的Socket程序(TCP)
其实只要用到Socket联接,基本上就得使用Thread,是交叉使用的。C#封装的Socket用法基本上不算很复杂,只是不知道托管……
Windows程序 关于 WebBrowser调用百度地图API 鼠标滚轮缩放地图级别失灵的解决办法
在桌面程序下 百度地图API的鼠标缩放地图功能可能会失灵无效!这个原因不是API的问题 小弟试了下在WEB上面是没有问……
Windows程序 [转] 如何让CloudStack使用KVM创建Windows实例成功识别并挂载数据盘
在使用kvm给windows虚拟机动态挂载virtio类型的硬盘时候遇到问题,通过下面的文章知道需要安装virtio驱动,从而解决问……