-
VB.net.com
基于VB.NET上位机软件控制电机,学习VB的好方法可以发送16进制通过串口自动捕捉电脑上的串口(VB.NET based PC software to control the motor, a good way to learn VB can be sent through the serial port automatically capture hexadecimal serial port on your computer)
- 2013-08-28 11:31:34下载
- 积分:1
-
幼儿园网站
幼儿园网站平台
文章信息发布
视频发布
图文上传
关键词设置,完整的源码包括数据库
数据库sql server 2000+ aspnet framework3.5+
- 2022-12-29 23:25:04下载
- 积分:1
-
快乐生肖游戏
本人亲自开发的完整版,vs2010编译运行。3.5框架
- 2022-07-02 07:28:46下载
- 积分:1
-
学生管理系统,内含数据库使用ASP
学生管理系统,内含数据库使用ASP-Student management system, including database
- 2022-03-12 22:53:13下载
- 积分:1
-
.net 不安装project文件,实现project导入导出组件
.net 不安装project文件,实现project导入导出组件。
本身组件是java版本,为了兼容MS project的读取和导入,后有大牛反编译为.net版本。
里面有诸多可以借鉴的地方,包括好多java 组件的.net的实现。
- 2023-03-22 07:00:12下载
- 积分:1
-
Marhalevel
说明: Small source and fully working software for the Cattles passport scanning with Dalalogic scanner.
- 2020-06-25 01:20:02下载
- 积分:1
-
file comaprison and file watcher tool
file comaprison and file watcher tool
- 2023-03-01 16:00:03下载
- 积分:1
-
here it is the playfair code build in c++..........................................
here it is the playfair code build in c-here it is the playfair code build in c++.....................................................................................
- 2022-09-12 05:05:03下载
- 积分:1
-
MVVM: 关闭对话框
翻译 maninwest@Codeforge 作者 Cornelius Henning@Codeproject
我学习 MVVM 时遇到一个意外问题,关闭对话框时不如在旧的 WPF 中简单, 尤其是当你想避免背后的代码时。在此示例中,所有代码都在视图的 ViewModel 类中。
使用代码
整个项目是个可下载的 zip 文件。该项目是在Visual Studio 2012 中进行的,针对 .NET 4.5 平台。如要查看演示,请解压缩文件并进行构建。运行时,会显示一个用户,具有一个包含一个按钮的主窗口。单击按钮会打开新的具有两个按钮的对话窗口。单击任何一个按钮会执行有限的代码,然后对话框会关闭。
请注意,为了提高可读性,代码已经少得不能再少了。处理运行时错误的意外手柄也减到最少。如果你要使用此代码,务必要确保最终代码稳健且可处理任何意外或其他错误。
此代码中无使用的约束条件。你可以使用全部或者部分。
实现的说明
对话框的关闭由附加的属性控制。属性设置为 true 时,对话框会关闭。.以下是注册附加事件的代码:
using System; using System.Windows; namespace MvvmDialogDemo.AttachedProperty
{ public static class CloseDialog
{ public static readonly DependencyProperty DialogResultProperty =
DependencyProperty.RegisterAttached("DialogResult", typeof(Boolean?), typeof(CloseDialog),new PropertyMetadata(DialogResultChanged)); private static void DialogResultChanged
(DependencyO
- 2022-08-21 18:18:47下载
- 积分:1
-
tutor-information-web
ASP.NET+c#+SQL 2000,家教信息平台,有教员和学员各自的信息维护,教员发表需求订单和学员预约需求订单,条件搜索、最新需求……(ASP.NET+c#+SQL 2000, tutor information platform, information maintenance of the teachers and students, faculty published a demand for order and trainees reservation demand orders, conditional search, demand ...)
- 2012-08-16 20:49:49下载
- 积分:1