-
实现在.NET环境中,ActiveX在IE上的上在功能
实现在.NET环境中,ActiveX在IE上的上在功能-Can Test C#.net ActiveX
- 2023-03-07 21:15:03下载
- 积分:1
-
聊天室服务器端开发,对有些需要在内网进行应用的朋友有写帮助....
聊天室服务器端开发,对有些需要在内网进行应用的朋友有写帮助.-Chat room server-side development, including the need for some network applications, has written to help a friend.
- 2022-07-16 12:52:10下载
- 积分:1
-
B2C
通过实际调查,B2C电子商务网站主要包括以下功能:
要求系统具有良好的人机界面。
如果系统的使用对象较多,则要求有较好的权限管理。
全面展示系统内所有的商品。
商品分类显示,方便顾客了解本网站的商品。
查看网站内的交易信息。
支持打印功能。
支持网上在线支付功能。
网站最大限度地实现易维护性和易操作性。
网站运行稳定、安全可靠。
- 2022-07-10 08:22:24下载
- 积分:1
-
xiaoyoulu
本系统为一个网上在线班级通讯录系统,所耗费的资源非常的小,学校的电脑无论是硬件还是软件都能够满足条件,因此,本系统在运行上是可行的。(The system is an online book online class system, the cost of resources is very small, whether it is a hard school computer
Parts or software are able to meet the conditions, therefore, the system is feasible in the running.)
- 2011-12-22 02:39:01下载
- 积分:1
-
test-project
测试Android功能的详情页面内容,能够使界面元素被程序化的序列点击。(Testing the details of Android functionality page content enables interface elements to be programmed by sequential clicks.)
- 2019-06-22 12:04:12下载
- 积分:1
-
OurTalk
C# 一个简单的局域网通信功能
只建议初学者看
没有什么复杂的功能 只实现了简单的 广播功能(C# a simple local area network communication is not only recommended for beginners to see what the complexity of the functions of only a simple radio functions)
- 2009-05-14 23:38:33下载
- 积分:1
-
MapControlSaveLayerFile 利用ArcEngine 和 c# 实现保存文件功能
MapControlSaveLayerFile 利用ArcEngine 和 c# 实现保存文件功能-MapControlSaveLayerFile use ArcEngine and c# Save the file to achieve functional
- 2023-03-08 23:45:03下载
- 积分:1
-
Teaching-calendar-management
教学日历管理系统,用asp.net编写,主要功能有:教师查询,教室查询,课程表添加于查询,教学日历管理,用户信息管理,教室表添加等功能。(The teaching calendar management system written in asp.net main functions: Teachers query query classroom curriculum to add to the query, the teaching calendar management, management of user information, classroom table to add features such as.)
- 2012-11-20 16:24:37下载
- 积分: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
-
net4
Visual C#.NET数据库开发经典案例解析(代码)(Visual C#. NET database developers classic case analysis (code))
- 2010-09-19 23:09:12下载
- 积分:1