系统公告:2008 4.18 HiPiHi世界向公众全面开放:立即
注册成为 HiPiHi世界/官方论坛 居民
论坛封面
»
建议与提案
»
问题提交与产品建议
[分页:
1
] [
Only the starting topics
] [
Pack the same topic
] [
Subscribe
] [
back
]
本主题地址:
http://forums.hipihi.com/main-read-63-ff8080811b11557a011b6e74250939cc.html
[topic stater]
主题:脚本系统说明里的一个问题
【复制本帖地址】
哈迪斯(czh1985115)
哈迪斯的HiMe
[
stick
]
[
lock
]
[
commend
]
[
reserve
]
[
elite
]
post:11
elite:0
point:48
level:社会初显 初级居民
coin:100
from:山东省济南市
register:2008-04-24
Last Login:08-30 20:11
个人档案
/
虚拟档案
目前,外接程序和
HiPiHi
客户端的脚本交互通过磁盘文件,文件名称为:
Extend.lua
位于目录
%InstallPath%/s.c.r.i.p.t/Lua/Extend
下。
外接程序只要将需要客户端解释执行的脚本代码写入该文件,并以
Windows
消息的方式通知客户端
,客户端将会读取该文件中的内容并执行。
Windows
消息的方式是怎么弄?PostMessage吗?
我是用的易语言,请管理员解释一下.如何通知
:
0
:
0
发帖时间:2008-07-29 18:54:10
[
立即注册,进世界,逛论坛,一号在手,HiPiHi任你游!
]
[
新手帮助--爱民小学.
]
[
如何拥有自己的土地.
]
[
玩转hipihi操作手册下载.
]
[
message
] [
Delete
] [
Delete attachments
] [
edit
] [
Reply
] [
quote reply
] [
upload attachments
] [
pack
] [
report
]
接收人用户名:
标题:
内容:
需要回执:
是,需要在对方接收到本条消息时发出回执
[1thread]
主题:Re:脚本系统说明里的一个问题
【复制本帖地址】
哈迪斯(czh1985115)
哈迪斯的HiMe
[
commend
]
[
reserve
]
[
elite
]
post:11
elite:0
point:48
level:社会初显 初级居民
coin:100
from:山东省济南市
register:2008-04-24
Last Login:08-30 20:11
个人档案
/
虚拟档案
我的写的是
句柄 = 取句柄 (“HiPiHi World.exe”, , )
消息号 = 注册消息 (到文本 (读入文件 (取当前目录 () + “\s.c.r.i.p.t\Lua\Extend\Extend.lua”)))
投递消息 (句柄, 消息号, 0, 0)
:
0
:
0
发帖时间:2008-07-29 19:06:33
[
立即注册,进世界,逛论坛,一号在手,HiPiHi任你游!
]
[
新手帮助--爱民小学.
]
[
如何拥有自己的土地.
]
[
玩转hipihi操作手册下载.
]
[
message
] [
Delete
] [
Delete attachments
] [
edit
] [
Reply
] [
quote reply
] [
upload attachments
] [
pack
] [
report
]
接收人用户名:
标题:
内容:
需要回执:
是,需要在对方接收到本条消息时发出回执
[2thread]
主题:Re:脚本系统说明里的一个问题
【复制本帖地址】
KeKe第二(KeKeOnline)
KeKe第二的HiMe
[
commend
]
[
reserve
]
[
elite
]
post:118
elite:0
point:189
level:社会初显 初级居民
coin:100
from:华南热带农业大学
register:2008-05-07
Last Login:11-26 22:08
个人档案
/
虚拟档案
这个发送消息不需要你来写,Extend.lua,是在客户端运行时按F6弹出来的HiPiHi Extend程序调用的,HiPiHi Extend程序就是完成发送消息任务的工具,安装客户端后在你的开始菜单里也可以打开这个程序。
------
此帖被 RSDC_KeKe第二(KeKeOnline) 在 2008-07-29 21:59:39 修改过。
:
0
:
0
发帖时间:2008-07-29 21:58:29
[
立即注册,进世界,逛论坛,一号在手,HiPiHi任你游!
]
[
新手帮助--爱民小学.
]
[
如何拥有自己的土地.
]
[
玩转hipihi操作手册下载.
]
[
message
] [
Delete
] [
Delete attachments
] [
edit
] [
Reply
] [
quote reply
] [
upload attachments
] [
pack
] [
report
]
接收人用户名:
标题:
内容:
需要回执:
是,需要在对方接收到本条消息时发出回执
[3thread]
主题:Re:脚本系统说明里的一个问题
【复制本帖地址】
哈迪斯(czh1985115)
哈迪斯的HiMe
[
commend
]
[
reserve
]
[
elite
]
post:11
elite:0
point:48
level:社会初显 初级居民
coin:100
from:山东省济南市
register:2008-04-24
Last Login:08-30 20:11
个人档案
/
虚拟档案
很需要我来写
HWND m_hwndHiPiHi;
m_hwndHiPiHi=::FindWindow("Direct3DWindowClass","HiPiHi World");
if(m_hwndHiPiHi)
::SendMessage(m_hwndHiPiHi,WM_USER+2000,0,0);
我想知道WM_USER+2000表示什么
------
此帖被 RSDC_哈迪斯(czh1985115) 在 2008-07-30 19:52:11 修改过。
:
0
:
0
发帖时间:2008-07-30 18:34:33
[
立即注册,进世界,逛论坛,一号在手,HiPiHi任你游!
]
[
新手帮助--爱民小学.
]
[
如何拥有自己的土地.
]
[
玩转hipihi操作手册下载.
]
[
message
] [
Delete
] [
Delete attachments
] [
edit
] [
Reply
] [
quote reply
] [
upload attachments
] [
pack
] [
report
]
接收人用户名:
标题:
内容:
需要回执:
是,需要在对方接收到本条消息时发出回执
[4thread]
主题:Re:脚本系统说明里的一个问题
【复制本帖地址】
哈迪斯(czh1985115)
哈迪斯的HiMe
[
commend
]
[
reserve
]
[
elite
]
post:11
elite:0
point:48
level:社会初显 初级居民
coin:100
from:山东省济南市
register:2008-04-24
Last Login:08-30 20:11
个人档案
/
虚拟档案
已经解决了,
WM_USER+2000=3024
还是靠自己好
:
0
:
0
发帖时间:2008-07-31 00:36:57
[
立即注册,进世界,逛论坛,一号在手,HiPiHi任你游!
]
[
新手帮助--爱民小学.
]
[
如何拥有自己的土地.
]
[
玩转hipihi操作手册下载.
]
[
message
] [
Delete
] [
Delete attachments
] [
edit
] [
Reply
] [
quote reply
] [
upload attachments
] [
pack
] [
report
]
接收人用户名:
标题:
内容:
需要回执:
是,需要在对方接收到本条消息时发出回执
[分页:
1
] [
Only the starting topics
] [
back
]
您未登录,请登录
HIPIHI世界用户名
密码
记住我
还不是HIPIHI世界用户?
快速回复
文章标题
文章内容
·Please confirm your remarks obey
"Internet electronic bulletin service management provides"
、
"on the maintenance of the NPC Standing Committee Internet safety requirements "
,and accord with the thrust of the forum。
·Users of this community may not made remarks include which damage the Constitution and the law, undermine national unity, fabricated or distorted the facts, spread feudal superstition and obscenity, pornography, and other violations of the constitution and administrative laws and regulations of expression。
·Users of this community are in violation of the provisions of the community under the laws of the PRC and the bear.。
精彩导航
·
The One链接地址
·
HiTV链接地址
·
e-ARTS链接地址
·
说吧链接地址
·
四合院交友中心链接地址
·
爱民小学技术讨论区链接地址
推荐主题
·
祝贺雪糕成为"新居民之"…
·
这一代精英会是谁?
·
"Hi火传递"号4月25日发…
·
[注意]关于HiPiHi操作体…
·
关于官方启用统一客服ID…
·
50011版常见问题
·
关于在HiPIHi中使用有限…
·
线下聊天功能的试用
·
饿着肚子上来发贴,提几!…
·
登陆世界报错或功能使用…
精选帮助
精选帮助文章
论坛最新主题 图片版
“HiPiHi世界掠影(3D相…
Ask 问题大全 2 期
实用的人物模版新鲜出炉…
无法进入Hipihi平台或者…
HiPiHi World Interface…
HiPiHi World’s Help a…
最新显卡驱动程序
HiPiHi新人必看视频教程…
HiPiHi-中国网络虚拟生活的平台
|
HiPiHi 官方居民论坛
|
Contact Us
www.hipihi.com