请问怎么在delphi中安装netmeeting 控件? (200分)

  • 主题发起人 主题发起人 majorsoft
  • 开始时间 开始时间
M

majorsoft

Unregistered / Unconfirmed
GUEST, unregistred user!
我在microsoft.com下载了netmeeting SDK,但其控件不能添加到delphi中,为什么?
请问怎么在delphi中安装netmeeting 控件?你们是怎么安装的?
我现在需要开发一个基于局域网的视频会议系统,我想用netmeet sdk,不知大伙有什么意见和建议。
 
涓嶈?鐢∟M銆傚師鍥犱綘鐢ㄤ簡灏辩煡閬撲簡銆?棣栧厛锛岀偣鍑籆omponent,鍐嶉
 
不好意思,是乱码呀。
也不是繁体呀
 
呵呵,也希望介绍一下,怎么实现?
 
安装问题已解决,
1.Import ActiveX Controls (导入confmrsl.dll,在netmeeting的安装目录下)
2.install component 那个单元
欢迎继续讨论:
http://www.delphibbs.com/delphibbs/dispq.asp?lid=2007112
 
,在微软站点下在netmeeting 3.0 sdk,里面有很权的文档和例子。
2,最简单的方法是在frontpage中插入activex控件,你调用它的方法就可以了,最常见的
当然是callto.
3,微软自己出的东西当然得看它的文档咯。

the following is from msdn:

Including a CallTo URL in Your Web Page
Add this script code to your HTML page to embed the NetMeeting CallTo URL in the <BODY> of your script in order to provide simple CallTo, HangUp, and UnDock functionality:

<object ID=NetMeeting CLASSID="CLSID:3E9BAF2D-7A79-11d2-9334-0000F875AE17">
<PARAM NAME = "MODE" VALUE = "DataOnly"> </object>
<BR><BR>
<input type=button value ="callto:"id=CallToBtn onclick=NetMeeting.CallTo(CallToAddress.value)>
<input type=text id=CallToAddress>
<input type=button value ="Hangup"id=HangUpBtn onclick=NetMeeting.LeaveConference()>
<input type=button value ="UnDock"id=UnDockBtn onclick=NetMeeting.UnDock()>
The <OBJECT> tag loads the NetMeeting control. The <PARAM NAME> tag sets the viewing mode. This specific
 
to aolo,
你象是在灌水,
那个帖子我已看过了,我需要的是分享大家的经验。微软上的东西谁都知道去看的。
不过还是多谢你的参与
 
再说sdk中是没有控件的。
我安装的是.dll,然后再产生控件的。奇怪,它在设计期就好象可以运行了。
 
不好意思,不知怎么的就变乱码了。估计是网络传输的问题。wwwww.........
不过aolo的方法是activex object的。
设计期无法运行的。你按不到按钮的,那是一个整体。运行时才可用。
 
接受答案了.
 
后退
顶部