码迷,mamicode.com
首页 > Windows程序
C#注册机与绑定软件(转发自:韩兆新的博客园的C#学习笔记——软件注册与注册机)
(一)软件的实现:SoftReg类: 1: using System; 2: using System.Collections.Generic; 3: using System.Linq; 4: using System.Text; 5: using System.Managem...
分类:Windows程序   时间:2015-07-15 19:12:59    阅读次数:455
最新官方WIN10系统32位,64位系统ghost版下载
系统来自:系统妈随着Windows 10Build 10074 Insider Preview版发布,有理由相信,Win10离最终RTM阶段已经不远了。看来稍早前传闻的合作伙伴透露微软将在7月底正式发布Win10的消息越来越像回事了。window 10系统下载:http://www.xitongma...
分类:Windows程序   时间:2015-07-15 19:07:58    阅读次数:167
Visual Studio 2005 搭建Windows CE 6.0环境之准备
Microsoft Visual Studio 2005Visual Studio 2005 Professional 官方90天试用版英文版:http://download.microsoft.com/download/e/0/4/e04de840-8f6b-4fe5-ac3d-d3ad8e4c2...
分类:Windows程序   时间:2015-07-15 19:09:05    阅读次数:244
WPF入门教程系列十二——依赖属性(二)
由于WPF 允许我们可以在多个地方设置依赖属性的值,所以我们就必须要用一个标准来保证值的优先级别。比如下面的例子中,我们在三个地方设置了按钮的背景颜色,那么哪一个设置才会是最终的结果呢?是Black、Red还是Azure呢?
分类:Windows程序   时间:2015-07-15 19:08:05    阅读次数:126
c# 获取客户端ip、mac、机器名、操作系统、浏览器信息
d 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Web; 5 6 using System.Text; 7 using System.Runtime.I...
分类:Windows程序   时间:2015-07-15 19:03:32    阅读次数:147
C#创建文件夹,往里追字符串。
/// 写文本日志 /// 日志消息 /// 默认指定文件路径 /// 日志文本名(不含后缀/默认为当日时间) /// 写入成功 static public bool WriteFile(String StrMessage, ...
分类:Windows程序   时间:2015-07-15 19:01:46    阅读次数:139
ASP.NET Web API 学习 二
ASP.NET Web API CRUD 方法介绍
分类:Windows程序   时间:2015-07-15 18:58:14    阅读次数:208
winform计算器
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:Windows程序   时间:2015-07-15 18:59:24    阅读次数:128
winform网页抓取邮箱单发群发并有附件
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:Windows程序   时间:2015-07-15 18:52:41    阅读次数:179
【转】给Winform的button等控件添加快捷键
ref:http://blog.sina.com.cn/s/blog_4cb9953f0100cy4z.html第一种:Alt + *(按钮快捷键)在大家给button、label、menuStrip等控件设置Text属性时在名字后边加&键名就可以了,比如button1.text= "确定(&O)"...
分类:Windows程序   时间:2015-07-15 18:47:29    阅读次数:142
[软件推荐]转换html到chm的软件,winchm pro
之前使用teleport pro抓取过好几个网站的内容,网页文件都是在一个文件夹里,但是转换成chm格式的会方便一些。用过一款软件叫easychm,是国人开发的。但是没注册的版本会在生成的文件中自动添加一个关于注册的页面。今天找到一款叫winchm的软甲,也是个需要注册的,不然就试用15天。未注册的...
分类:Windows程序   时间:2015-07-15 18:48:47    阅读次数:247
winform 图标表chart
先链接数据库新建一个LinQusing System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using...
分类:Windows程序   时间:2015-07-15 18:47:22    阅读次数:297
转-C#让枚举返回字符串
下面的手段是使用给枚举项打标签的方式,来返回字符串下面分别定义一个属性类,和一个枚举帮助类[csharp]view plaincopyprint?[AttributeUsage(AttributeTargets.Field,AllowMultiple=false)]publicsealedclass...
分类:Windows程序   时间:2015-07-15 18:45:11    阅读次数:173
wpf ListBox 双击事件时在子项添加Style 确保选中
分类:Windows程序   时间:2015-07-15 18:45:14    阅读次数:244
winform截取网页邮箱
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.IO;using System.Linq;usi...
分类:Windows程序   时间:2015-07-15 18:42:52    阅读次数:169
C#访问修饰符
最近一个项目编译遇到一个问题:无法访问一个接口。查看代码发现该接口定义时没有显示修饰符,加上public编译通过玩。网上查一下复习基础,亲自验证:定义一个类,且修饰符为praivate或protectedprivate class TestAccess{ }编译报错:在命名空间中定义的元素无法显示的...
分类:Windows程序   时间:2015-07-15 18:39:09    阅读次数:146
C#操作XML序列化与反序列化
1 public class XmlSerializerHelper 2 { 3 /// 4 /// 从XML文件中反序列化读取对象 5 /// 6 /// 7 /// 8 //...
分类:Windows程序   时间:2015-07-15 18:40:21    阅读次数:198
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!