Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - getimage I
Search - getimage I - List
用于直接读取图像的IDL程序源代码,可以很方便的加载图像-For direct read images IDL source code, you can easily load images
Date : 2025-12-28 Size : 11kb User : 孙长奎

上传截切图片到服务器硬盘上,现显示到网页上 Default3.aspx---System.Drawing.Image image = Clipboard.GetImage() -Upload Images Using C# System.Drawing.Image image = Clipboard.GetImage() if (image != null) { System.Drawing.Bitmap bitmap = new System.Drawing.Bitmap(image) int i = DateTime.Now.Millisecond string filename = "pic"+ i+ ".jpg" string path = @"d:\stu\DemoTest09\DemoTest09\update_gif\"+ filename bitmap.Save(path) TextBox1.Text = path img1.Src = @"./update_gif/"+ filename Image1.ImageUrl = @"./update_gif/"+ filename image2.Src = @"./update_gif/"+ filename aid01.HRef = @"./update_gif/"+ filename }
Date : 2025-12-28 Size : 389kb User : 李信
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.