摘要:[原文] that is correct. a bpl is a dll. (but not all dlls are bpls.) > but i still found some different, such as that i can create a > object from the host exe and that pass to a bpl and modify it......
摘要://-------------------初始化-------------------- var wapp,work:variant; try wapp:=getactiveoleobject(word.application); except wapp:=createoleobject(word.application); end;//---------------替换字符-----------......
我的第一份上传作品。。请多多指教。。。(摇号器)
unit yaohaoqiu; 【程序编程相关:Authorware UCD 开发大揭秘】
【推荐阅读:MSN / QQ 中的动画表情 在Del】
uses 【扩展信息:Authorware UCD 开发大揭秘】
interface
windows, messages, sysutils, variants, classes, graphics, controls, forms, dialogs, stdctrls, spin;
type
tform1 = class(tform) button1: tbutton; spinedit1: tspinedit; spinedit2: tspinedit; label1: tlabel; label2: tlabel; listbox1: tlistbox; button2: tbutton; label3: tlabel; procedure button1click(sender: tobject); procedure button2click(sender: tobject); private { private declarations } public ...
下一页 摘要:delphi自带web应用示例iserver.dll的正确设置 一次偶然的机会,我对将delphi自带的iserver.dll web应用服务器放到windows xp pro上运行,结果发现其初始的文本甚而显示正常,而当我点击其页面中访问数据库的链接时,则总是提示服务器内错误(http 500)。在肯定自己的iis目录及权限设置无误的情况下,百思不得其解。今天在网上查看microsoft ......