Dear all, I am a new comer of delphi, who can answer me how to use active X?(200

  • 主题发起人 主题发起人 ly001
  • 开始时间 开始时间
L

ly001

Unregistered / Unconfirmed
GUEST, unregistred user!
Dear all, I am a new comer of delphi, who can answer me how to use active X?(200分)<br />as title.
I know something of pascal. and I can programming some project
but I can't know how to use active x.
which expert can tell me something about active x in delphi.
give me a simple example would be apprecitaed.
thanks in advance.
 
需引入ACTIVE X 控件
COMPONENT -> IMPORT ACTIVE CONTROL
你就可使用了
 
我也很想知道这个问题的答案.
是否能给出一个简单的例子呢?
 
ActiveX control and VCL control is alike for you in delphi.
Just import it ,as guo_qpeter said.
You will see its property and method, but may not find help.
Though ActiveX used COM, but many things had been done by
Borland.
Some sample controls of ActiveX in the Active tagpage, and
has help doc.

If you want to use ActiveX in your application at run-time,
I suggest you to learn COM first.
 
还是买本书看看吧, 要使用activex的例子看demo/activex
 
DELPHI有自己的例子
demo/madis/activefm
 
如果是用delphi本身没有提供的,请先注册。然后就可以像使用delphi控件一样了。
 
activex控件是一种与语言无关的控件标准,它使用不同的语言环境.他相当复杂和难写.
还是买本书吧.推荐<delphi4开发大全>两本.$175.00. 非常棒!!!!
看完后你就是delphi大虾了
 
You can use activex object in delphi as a VCL component.
And you can create a activex component&amp;control by youself,
I didn't know what do you want to do? You can find more infomation
about activex in "delphi help" or other "microsoft sdk" or "MSDN".
Because activex is base on COM,you must know something about COM Object .good luck!
 
直接从active x 入门可能难度太大了吧?
 
接受答案了.
 
后退
顶部