asp MemoryStream
MemoryStream ms = new MemoryStream(data);
Bitmap b = new Bitmap(ms);
怎么是错误啊~提示是Bitmap(ms);中ms参数的格式 不正确~
你看一下MemoryStream 和Bitmap 这2个是不是官方的那2个类?
是不是你引用了什么其他的命名空间
没有啊~我是想把bytes类型抓换成stream类型的,
你能把VS中报的错误贴出来看看吗?
你描述的错误可能不对
相关问答:
HTML code:
dim jf
set conn=server.createobject("adodb.connection")
connstr="Driver={Sql Server};Server="&Sqlip&";Database="&Sqldb&";Uid="& ......
function mistake(preString)
Dim texts
Dim seed
Dim i,length
prestring = trim(preString)
......
在VB按MVC的构架写组件供ASP调用
BLL层
VB code:
Private Dal As New moonPotato_DAL
Public Sub inSertUser(Model As moonPotato_Model)
Dal.InSertCls (Model)
End Sub
......
这个程序是读大一时学C语言我自己想出的,老师直夸我聪明,现在用ASP改写了,大家知道运行结果吗
<table width="486" border="1" cellpadding="0" cellspacing="1"& ......