自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (9)
  • 收藏
  • 关注

转载 C# 访问USB(HID)设备

 二话不说,直接给代码,如果您真想做这方面的东西,还是稍微研究下,没有现成的好类用,就需要自己了解其原理Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->        //以下是调用windows的API的函数        //获得GUID 

2009-11-23 09:23:00 13060 2

转载 A USB HID Component for C#

 Download source - 262.48 KB IntroductionThis article is about a USB HID component which enables you to communicate with HID devices over USB. There is no default component available for USB

2009-11-22 23:20:00 5616

转载 Micro Framework USB Driver开发

 为Micro Framework开发USB驱动也有一段时间了,随着开发的深入,对USB理解也渐渐清晰起来。摘自:http://www.pin5i.com/showtopic-22328.html 从系统架构上来说为Micro Framework开发USB驱动有三个层面的工作。一是针对USB芯片的驱动移植(很多ARM CPU都集成了USB功能),实现MF的HAL层要求的USB接口;二是

2009-11-11 23:19:00 874

原创 [转]使用ViewModel模式来简化WPF的TreeView

 英文原文地址:Simplifying the WPF TreeView by Using the ViewModel Pattern作者:Josh Smith文中代码的下载地址:http://www.codeproject.com/KB/WPF/TreeViewWithViewModel/TreeViewWithViewModelDemo.zip 好像需要登录才能下载,我放一

2009-11-06 12:26:00 4432 2

原创 WPF中的3D特性和常见的几个类

WPF 3D 常用的几个类及其关系1.  Visual 类     所有二维可视化元素的基类,为 WPF 中的呈现提供支持,其中包括命中测试、坐标转换和边界框计算。     Visual 对象是一个核心 WPF 对象,其主要作用是提供呈现支持。用户界面控件(例如 Button 和 TextBox)派生自 Visual 类,并使用 Visual 定义的属性来保存它们所呈现的数据。

2009-11-04 12:38:00 9555 1

WPF Localization Guidance

WPF Localization Guidance WPF程序实现本地化的方法介绍

2009-07-27

WPF Help Project

实现WPF使用F1打开帮助文档功能。 类HelpProvider类似C#里面的,需要设置Helpname和Keyword。

2009-07-14

WPF使用 F1 打开帮助文档源代码

实现了类似C# HelpProvider类的功能,用于WPF打开帮助文档。

2009-07-13

Beginning Visual C# Express

Beginning Visual C# Express is presented using a combination of over 400 pages of course notes and actual Visual C# Express examples. Ten plain-English lessons explain the Visual C# Express toolbox, event methods, and many elements of the C# computer language. Examples are used to demonstrate every step in the application building process. The tutorial also includes several computer projects that illustrate practical applications of Visual C# Express, including loan calculators, graphics programs, portfolio managers, checkbook balancers, and even a simple video game.

2009-07-06

Visual C# and Databases

Visual C# and Databases is a tutorial that provides a detailed introduction to using Visual C# for accessing and maintaining databases. Topics covered include: database structure, database design, Visual C# project building, ADO .NET data objects, data bound controls, proper interface design, structured query language (SQL), and database reports. Visual C# and Databases is presented using a combination of over 700 pages of course notes and actual Visual C# examples. No previous experience working with databases is presumed. It is assumed, however, that users of the course are familiar with the Visual C# environment and the steps involved in building a Visual C# application.

2009-07-06

WPF Arrow Code

WPF画箭头的相关代码,具体使用参见文章:http://blog.csdn.net/wmjcom/archive/2009/04/15/4075794.aspx

2009-07-06

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除