delphi 写的dll怎么把值返回给ASP啊?
我想把asp登陆的信息写成DLL.组件 但是怎么返回给asp 啊.比如我想返回整个表的查询可以吗?期待高手出现
我是想调用com组件里面的方法,然后返回值在ASP里面获得,可以吗?
如果是对象可以返回吗?
up
现在已经测试可以传递,不过好象在server activeX 里面不能设置函数形式 只有方法和属性吗?
相关问答:
不是直接打开,而是读取内容,然后可以操作的数据,可以存储到数据库或者显示在页面上。
word文件在服务器端。
可以考虑用第三方组件
http://officewriter.softartisans.com/officewriter-372.aspx
有中文说 ......
<script type="text/javascript" src="js/Dialog.js"></script>
<script type="text/javascript">
function zOpenD()
{
va ......
Imports System.ComponentModel
Imports System.Web.UI
Imports System.Web.UI.Design
Imports System.Web.UI.WebControls
Namespace CBDAspNet.WebControls.HTML
''' <summary>
'' ......
procedure RunFunction;
type
TFunc = function(A: Integer): Integer;stdcall; //这里根据DLL里面函数的声明修改
var
......
我主要想控制下word保存的地址,但是编译不过去,总觉得是缺了using。。。
谢谢
代码如下:
using System;
using System.IO;
using System.Collections;
using System.ComponentModel;
using System.Data;
u ......