搜索资源列表
clocker
- 此程序利用了c#的高级窗口功能实现界面的异形化处理-use of this procedure c # Senior window interface functions to achieve a square Processing
web
- 在C#中实现类似速达软件的网页界面调用功能,即用网页写界面,然后点击网页内容可调用本地的窗口。 程序只实现了最简单的调用功能,不过这作为抛砖引玉已经足够了。大家可以在此基础上再扩展其他内容
c.rar
- c#中登陆修改密码的程序 我要编个程序,进入窗口前要有一个登陆窗口,输入正确的用户名和密码才能进入主界面。 进入主界面后有个按钮 可以修改密码,输如新密码并确定后就修改密码了,下次登陆要输入新密码才可以。一共3个窗口,一个登陆窗口,一个主窗口,一个修改密码窗口。 ,c# in the landing procedure to change my password to my series of procedures before entering the window
vcwin.rar
- VC界面+悬浮+停靠窗口+很经典的代码VC界面+悬浮+停靠窗口+很经典的代码VC界面+悬浮+停靠窗口+很经典的代码,VC Interface+ floating+ dock windows+ classic code
TTAutoMIS
- 汽车售后管理系统 模块界面设计及功能开发 1、系统主窗口设计及开发 2、成交客户模块 3、维修回访模块 4、零件订货模块 5、零件入库模块 6、维修出库模块 7、外销出库模块 8、零件退货模块 9、库存盘点模块 10、零件参数模块 11、工单管理模块 12、维修项目模块-Automotive aftermarket management system module 1 interface design and functional develo
Ding.Tool
- 实现窗口透明,同时可以调节透明度,美化窗口界面-Achieve a transparent window and at the same time can adjust the transparency, landscaping window interface
FlashUploadWeb
- 功能强大,界面美观的.net通用上传组件,自定义上传文件类型、浏览资源管理器窗口标题;-Powerful, beautiful interface. Net generic upload component, upload a custom file type, browse Explorer window title
wordPad
- 增强写字板是基于winform 的应用程序,要求有菜单,状态栏,工具栏等控件 且界面控件摆放整齐,美观,功能及菜单项安排合理。该写字板能实现和综合了有关文件的保存、打开,文档内容的编辑如:字体、颜色、背景,也实现了文档的复制、粘贴、撤消等编辑功能.同时能实现自动保存,设置窗口永远最前及打开最近文档功能。 -Enhanced WordPad is based on the winform application that requires the menu, status bar, too
qqlike
- VC++仿QQ2009主界面及托盘菜单(基于RingSDK) VC++仿QQ2009窗口主界面及托盘处的图标右键菜单,特别是圆角窗体的实现,值得借鉴。这里请注意,本程序是基于RingSDK界面类库,编译需要此类库支持,本程序也正是RingSDK库的一个演示程序,希望通过这个演示程序让大家更熟悉RingSDK的用法、功能和新特性,运行截图如上示 -VC++ simulation QQ2009 main interface and the tray menu (based on RingSD
ourdev
- 界面优化及就windows的窗口的外观的集体情况将界面调整到需要大小-Optimized Window
mdiwindow
- PowerBuilder的mdi窗口实现和友好用户界面的实现-PowerBuilder, mdi window and friendly user interface to achieve the realization of
GraphExperiment
- 用C#语言实现的图的可视化,并把图的各种方法可清楚的展示!窗口界面及消息响应做的很好!-With the C# language of the map visualization, and to chart the various ways to clear the display! Window interface and information to respond to do good!
Test
- 按照窗口标题获得窗口句柄,输出窗口界面,获得坐标对应颜色。-Follow the window title to get the window handle, the output window interface to obtain the coordinates of the corresponding color.
hafuman
- 哈夫曼编码和译码系统 基本要求:(1) 能输入字符集和各字符频度建立哈夫曼树; (2) 产生各字符的哈夫曼编码,并进行解码。 提高要求:(1) 能设计出简捷易操作的窗口界面; (2) 编码和译码存储在文件中-Huffman coding and decoding system basic requirements: (1) Enter the character set and character frequently create a Huffman tree (2) to
AES
- AES加密和解密演示程序,包含窗口界面和cmd界面code-ase encryption and decryption code show
StaffManagement
- 经典的MIS(信息管理系统),添加,修改,删除员工信息,在窗口界面上实时显示。必要的按钮功能都写好了。 使用前需要修改数据库连接字符串strConn, 从以下命令你可以了解该系统使用的数据库表设计: CREATE TABLE [dbo].[tb_Staff]( [No] varchar NULL, [Name] varchar NULL, [Salary] [float] NULL, [Evaluation] varchar NULL ) ON [PRIMARY
SVM
- vs2010c#实现的svm完整工程,调用了c#版的libsvm,窗口界面,功能包括参数设置,加载训练/泛化/测试数据,保存训练好的svm模型,加载训练好的svm模型,输出泛化和测试结果。相信对大家有帮助。-Vs2010c# implementation of the svm complete project, called the c# version of the libsvm, window interface, features include parameter settings, l
HoleWithClip
- 演示如何在WPF的界面上打洞,或者生成异型窗口(Demonstrates how to make holes in the WPF interface, or to create profiled windows)
wpf切换窗口特效
- WPF好用的界面切换库,动画效果很多,使用方便,可以直接加载类库,按照示例代码,添加控件即可使用(WPF easy to use interface switch library, animation effects a lot)
几种窗口形状
- c# 几种变形窗口,使用上下文菜单改变,有圆形窗口、三角形窗口等,可供参考。