-
进销存管理软件
软件包含仓库管理、采购管理、销售管理、库存管理、商品管理、分类管理、部门管理、职位管理、员工管理、考勤管理、单据管理、客户管理、报表管理、用户权限管理、系统日志等适用于有产品的企业单位使用
- 2022-03-17 01:24:50下载
- 积分:1
-
图像格式转换程序
翻译 maninwest@Codeforge 作者:Mohd Arshad (Sam)@CodeProject 有时需要更改上传图片的格式。通常我们会给用户提供上传任意格式图片的自由,然后处理为单一的 .jpg.格式。 .NET 为此需求提供扩展支持。.NET 支持的常见格式有.BMP, .EMF, .GIF, .ICO, .JPG, .PNG, .TIF 和 .WMF.使用代码在演示程序中,我在根目录下放置了2 个空文件夹。一个用于存放原始文件,另一个存储转换后的文件。Default.aspx 页上有个FileUpload 控件,通过此控件用户可以上传.JPG, .PNG 和 .BMP 格式的图片。有一个DropDownList,用户可以从中选择结果图像格式。有个按钮,单击后显示已经处理的图像要让程序运行,首先需要添加 3 个命名空间,提供使用 ‘Path’, ‘Bitmap’ 和‘ImageFormat’ 类的授权。命名空间为:using System.IO;
using System.Drawing;
using System.Drawing.Imaging;以下为负责图像处理的按钮的句柄函数:protected void btnResults_OnClick(object sender, EventArgs e)
{ if (Page.IsValid && fpImage.HasFile)
{ string tmpName = Guid.NewGuid().ToString();
fpImage.SaveAs(MapPath("~/Original Images/" +
- 2022-05-17 17:41:32下载
- 积分:1
-
ffff
c#语言编写。遍历磁盘所有文件夹和文件。实现资源管理器的功能。用VS2005环境开发(c# language. Traverse the disk all the folders and files. To achieve resource manager functions. Environmental development with the VS2005)
- 2009-09-10 17:33:23下载
- 积分:1
-
.Net+WINFORM+漂亮的软件启动界面特效源码
.Net源代码 ,采用WINFORM制作, 软件启动特效界面 ,有广告效果(.Net source code, making use of WINFORM software to start specific interface, advertising effect)
- 2018-01-23 15:44:34下载
- 积分:1
-
Espil_FileSearch_Client_Server
this is a client server application, the client send a word to the server so the server search for the word in all the files in certain directory,and thin return the result of the search to the client, the client can also replace a word with another one.
- 2009-11-30 23:46:52下载
- 积分:1
-
voteReAlxL
投票调查系统,使用ASP.NET开发,数据库为ACCESS。除了具有一般的投票系统功能外,还支持查询用户投票信息(需要与你的用户系统管理)功能,您可以把此模块集成到您的系统之中。这是本人学习ASP.NET的第一个作品,历时一个星期完成。融入了分层的思想,大部分功能都使用ASP.NET的控件实现。 另外代码中有比较详细的注释,方便大家学习!安装前先在Web.config中配置数据库物理路径 (Voting investigation system, use the ASP.NET development, database ACCESS. In addition to the general voting system functions, also supports the query the user vote information (your user needs and system management), you can integrate this module into your system. This is my first work to learn ASP.NET, took a week to complete. Into a hierarchical thinking, most of the features are achieved using ASP.NET controls. In addition a more detailed code comments, to facilitate them to learn! Before installation to configure the database in the Web.config physical path)
- 2010-09-11 01:45:59下载
- 积分:1
-
in-ba-asp
this is online banking project on asp.net
- 2013-08-09 16:31:01下载
- 积分:1
-
仿MSN右下角弹窗控件ASP.NET版
仿MSN右下角弹窗控件ASP.NET版仿MSN右下角弹窗控件ASP.NET版仿MSN右下角弹窗控件ASP.NET版仿MSN右下角弹窗控件ASP.NET版
- 2022-03-12 17:20:04下载
- 积分:1
-
该文档适合ASP.NET初学者,几个经典的源代码,希望真的对你有帮助...
该文档适合ASP.NET初学者,几个经典的源代码,希望真的对你有帮助-The documentation for ASP.NET beginners, several classic source code, I hope you really have to help
- 2022-02-27 00:32:22下载
- 积分:1
-
You Can change your Screen Resolution (C# and ASP.Net)
You Can change your Screen Resolution (C# and ASP.Net)
- 2022-03-18 04:16:38下载
- 积分:1