??
1.Application
Application 是封装 WPF 特定功能的类,包括:
应用程序生存期: Activated,
Current,
Deactivated,
DispatcherUnhandledException,
Exit,
Run,
SessionEnding,
Shutdown,
ShutdownMode,
Startup。
应用...
分类:
移动开发 时间:
2014-06-20 11:48:07
阅读次数:
634
在JavaScript模块到底是什么event = function() { // do more
return { bind: function() {}, unbind: function() {}, trigger: function() ...
分类:
编程语言 时间:
2014-06-20 08:50:47
阅读次数:
408
我现在是这么画的,class A { private GeometryGroup
_lines; private Path _path; public A() { _path.Data = _lines; } public Draw() {
LineGeometry line = new LineG...
分类:
其他好文 时间:
2014-06-11 23:48:13
阅读次数:
1241
程序场景:一系列的图片,从第一张到最后一张依次加载图片,形成“动画”。生成BitmapImage的方法有多种:1、var source=new
BitmapImage(new
Uri("图片路径",UriKind.xxx));一般的场景使用这种方法还是比较方便快捷,但是对于本场景,内存恐怕得爆。2、...
分类:
其他好文 时间:
2014-06-11 22:17:33
阅读次数:
970
Xceed Professional Themes for
WPF是一款为你的整个应用程序提供完美WPF主题风格的控件,包含Office 2007和Windows
7,可以应用到任何微软官方的WPF控件。具体功能:WPF/.NET技术:完全基于WPF创建,由C#和XAML编写,适用于.NET 3.5...
分类:
其他好文 时间:
2014-06-11 21:58:31
阅读次数:
294
Microsoft.Win32.OpenFileDialogopenFileDialog1=newMicrosoft.Win32.OpenFileDialog();openFileDialog1.Filter="(*.cup)|*.cup";if(openFileDialog1.ShowD...
分类:
其他好文 时间:
2014-06-11 21:51:03
阅读次数:
224
xaml格式描述:现在要获取expander控件,代码如下:int index =
dataGrid.CurrentCell.Column.DisplayIndex;DataGridTemplateColumn templeColumn =
dataGrid.Columns[index] as Da...
分类:
其他好文 时间:
2014-06-11 13:13:16
阅读次数:
328
Barcode Professional for WPF是一款轻量级的 .NET
程序集,为你的WPF程序生成高质量的基于矢量的条码控件,支持大多数流行的一维和二维条形码:Code 39, Code 128, GS1-128, GS1
DataBar (RSS-14), EAN 13 & UPC, ...
分类:
其他好文 时间:
2014-06-08 01:25:32
阅读次数:
322
VintaSoftTwain.NET SDK是成熟的扫描组件。 利用它,
程序员可以从.net和wpf的应用中控制的平板和ADF扫描仪,网络和数码相机和任何其他TWAIN设备。NET SDK提供的TWAIN .NET SDK
包括的两个版本:《标准版》 或 《标准+ WPF版本》。功能特点:完全兼容...