随笔分类 -  C#的WM(Windows Mobile)开发

C#WINFORM智能模糊匹配输入框
摘要:以下内容来自网络,出处:http://blog.163.com/liran2001_81/blog/static/2416304020091125112622352/using System;using System.Collections.Generic;using System.ComponentModel;using System.Drawing;using System.Data;using System.Linq;using System.Text;using System.Windows.Forms;using System.Collections;namespace Tools{ 阅读全文
posted @ 2011-08-05 10:29 Penny●zheng 阅读(1435) 评论(0) 推荐(0)
C# wm 注册表修改
摘要:using System; using System.Windows.Forms; using Microsoft.Win32; namespace WidgetDeploy { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) { //參考網址:http://msdn.microsoft.com/en-us/library/dd721906.aspx /* [HKEY_CLASSES. 阅读全文
posted @ 2011-03-17 09:03 Penny●zheng 阅读(519) 评论(0) 推荐(0)