-
dot net编程入门书籍,oreilly经典图书,2008年7月出版
dot net编程入门书籍,oreilly经典图书,2008年7月出版-Getting Started dot net programming books, oreilly classic books, published in July 2008
- 2022-04-15 17:05:41下载
- 积分:1
-
小泥鳅博客程序 v1.0.0 Beta。Loachs 是一款基于.NET平台的独立博客程序...
小泥鳅博客程序 v1.0.0 Beta。Loachs 是一款基于.NET平台的独立博客程序-Small loach blog program v1.0.0 Beta. Loachs is a based on. NET platform independent blog program
- 2022-04-18 01:28:47下载
- 积分:1
-
This simple Try Catch Test application that show try catch is trapped when calli...
This simple Try Catch Test application that show try catch is trapped when calling other classes methods.
It demonstrate the fact that whatever and wherever error happens inside one try catch statement its passed to parent.-This is simple Try Catch Test application that show how try catch is trapped when calling other classes methods.
It demonstrate the fact that whatever and wherever error happens inside one try catch statement its passed to parent.
- 2022-06-15 12:17:08下载
- 积分:1
-
VB利用SPT(最短作業時間)計算flow time
應用於生產排程上計算SPT之程式與Code,隨機產生1~500組亂數(可自訂)後,利用SPT(最短作業時間)來排序出所有作業之flow time,並計算出Total flow time與Avg flow time。
- 2022-02-20 09:21:03下载
- 积分:1
-
不同于Lumi.net以及openpop的另一款利用控件收pop邮件的代码,内有实例及控件说明。...
不同于Lumi.net以及openpop的另一款利用控件收pop邮件的代码,内有实例及控件说明。-Unlike Lumi.net and openpop control of another land use pop mail code, there are examples and the control description.
- 2022-05-05 18:04:58下载
- 积分: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
-
保存文件对话框
适合初学者使用,内容是保存,项目中只添加二个控件,内容简单和详细,对初学者来说容易上手。另外大家如果也有vb相关的源代码也可贴出来大家一起共享,我也是学VB.NET不是很长时间,希望能够给到大家的帮助,谢谢
- 2022-08-09 07:10:19下载
- 积分:1
-
仿outlook左侧菜单,一般的软件开发是非常实用…
仿outlook左侧菜单,对于一般的软件开发来说很实用!-Outlook like the left menu, the software development in general are very practical!
- 2022-03-26 04:00:14下载
- 积分:1
-
将Excel嵌入你的.Net程序,程序可以直接调用和使用你的excel程序了...
将Excel嵌入你的.Net程序,程序可以直接调用和使用你的excel程序了-Excel embedded in your will. Net programs, the program can call and use your excel program of the
- 2022-03-23 05:20:13下载
- 积分:1
-
SQLHelper
说明: C# 写的数据库帮助类,还可以使用,有兴趣的可以看看 。。。。。。(Database Helper!, You Can download it . I hope it can help you.)
- 2020-02-01 17:38:45下载
- 积分:1