当前位置:主页>销售管理软件> 列表

用delphi能开发在IE里面能够运行的程序吗?

财务软件版1楼: 用delphi能开发在IE里面能够运行的程序吗?
有一本书说可以用activeform做.
在DELPHI中有新建一个activeform,选中include version information后出错为:
you cannot add a active control to the current project because it is no an active library
请问在新建activeform前要做一些什么?

2楼: delphi也支持WEB,我觉得最好还是用ASP或者JSP搞B/S。 如管家婆软件使用教程

3楼: 建立一个ActiveX Libary工程。

4楼: 可以的,你做个Active X就可以在ie里跑了。

5楼: file->new->other...->ActiveX->Active Form

6楼: file->new->other...->ActiveX->Active Form
后出错:
you cannot add a active control to the current project because it is no an active library

财务软件版7楼: 可以用IntraWeb

8楼: 我做了一个程序,是关于这方面的,不只能否用得上,先看看,如果能,给我发邮件。
http://www.c029.com/ipsou/
邮件:superhr@126.com

9楼: 先:file->new->other...->ActiveX->ActiveX Libary
再:file->new->other...->ActiveX->Active Form

10楼: to 楼上:


1、先:file->new->other...->ActiveX->ActiveX Libary
2、再:file->new->other...->ActiveX->Active Form
新建成功
3、在project->web deployment options 设置发布目录。
target dir c:\abc
target url http://webdelphi
html dir c:\abc
4、在project->web deploy
5、run->register activex server
打开c:\abc\a.html 成功。
问题如何在其它机器上能打开。
target url http://webdelphi 是什么?iis?

11楼: 已成功,
多谢!
但现还不知如何控制ActiveFormX最大化?

12楼: width=...
height=... 如jde财务软件报价

13楼: to 楼主:
我现在已生成了 ocx. 并在htm调用了ocx但看不到东西?空白一片?
是否先生成active form
1、先:file->new->other...->ActiveX->ActiveX Libary
2、再:file->new->other...->ActiveX->Active Form
然后把自己的程序加入到activeform里编译成ocx就行了??

财务软件版14楼: 接受答案了.