What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Plugin execute character "": Xplugname

Pages: (2): « First [ 1 ] 2 » Last »
Plugin execute character "": Xplugname
Author: Message:
Iv4n
New Member
*


Posts: 12
Joined: Apr 2004
O.P. Tongue  Plugin execute character "": Xplugname
Hello, i did a plugin that makes people available to send me SMS from my chat, when im away, but of course, i dont want them to have it, because it will be more diffcult, i just want that they type the name of the plugin and then, the text, for example
"smsgoHey, im online, im waiting for you"
but the problem is that msgplus needs a character before that, this character is this:  or char 18... so i want to know if theres a way to get this character by typing Alt+xxx, so they just press Alt+xxx and then smsgo and the text they want to send. i remenber i did one before too... and msgplus used the character Alt+Tab before.... theres no way that i can use SMS mobile services because im from venezuela and those services are not available, but theres the website of the company that give us our mobile services and from there i can send sms, so i did a "post form" from VB and, it will work. so i need to know if theres a key to get this character from the keyboard. thnx:).

And patchou, u really did a great work with Msgplus, its great. It really extend features and helps me a lot. thnx once again.
07-23-2004 08:27 PM
Profile E-Mail PM Find Quote Report
DJmorphine
Junior Member
**

Avatar

Posts: 35
36 / Male / –
Joined: Jun 2004
RE: Plugin execute character "": Xplugname
You mean alt+0141 / ChrW(141)??
07-23-2004 11:07 PM
Profile E-Mail PM Find Quote Report
Maniac
Senior Member
****

Avatar
Posts including T&T: 1684

Posts: 549
Reputation: 9
37 / Male / –
Joined: Apr 2004
RE: Plugin execute character "": Xplugname
So this will actually send you an sms to your phone even if your service normally doesn't allow you? :o
[Image: maniacsig0pb.jpg]
*It took Jesus 3 days to respawn! Talk about lag!* :rofl:
07-24-2004 01:34 AM
Profile E-Mail PM Web Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: Plugin execute character "": Xplugname
Why don't you turn it into a command?
[Image: spartaafk.png]
07-24-2004 09:35 AM
Profile PM Web Find Quote Report
DJmorphine
Junior Member
**

Avatar

Posts: 35
36 / Male / –
Joined: Jun 2004
RE: RE: Plugin execute character "": Xplugname
quote:
Originally posted by raceprouk
Why don't you turn it into a command?


Thats something I was wondering, you can use ChrW(141) in Visual Basic it does just the same as when you press alt+0141
07-24-2004 10:01 AM
Profile E-Mail PM Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: Plugin execute character "": Xplugname
Or there is the nCCNotify constant that you can use.
[Image: spartaafk.png]
07-24-2004 10:04 AM
Profile PM Web Find Quote Report
Choli
Elite Member
*****

Avatar
Choli

Posts: 4714
Reputation: 42
42 / Male / Flag
Joined: Jan 2003
RE: Plugin execute character "": Xplugname
quote:
Originally posted by Iv4n
Hello, i did a plugin that makes people available to send me SMS from my chat, when im away, but of course, i dont want them to have it, because it will be more diffcult, i just want that they type the name of the plugin and then, the text, for example
"smsgoHey, im online, im waiting for you"
but the problem is that msgplus needs a character before that, this character is this:  or char 18... so i want to know if theres a way to get this character by typing Alt+xxx, so they just press Alt+xxx and then smsgo and the text they want to send. i remenber i did one before too... and msgplus used the character Alt+Tab before.... theres no way that i can use SMS mobile services because im from venezuela and those services are not available, but theres the website of the company that give us our mobile services and from there i can send sms, so i did a "post form" from VB and, it will work. so i need to know if theres a key to get this character from the keyboard. thnx:).

And patchou, u really did a great work with Msgplus, its great. It really extend features and helps me a lot. thnx once again.
the char 18 (ie: Chr$(&H12) ) is used to notify a plugin when some text is received and has to be rpocessed by the plugin. However what you want to do is process the message when the user is sending it; so you have to make a command, /xsmsgoHey, for example, and process it in ParseCommand. The user would type "/xsmsgoHey, im online, im waiting for you" and that's all, no need for Alt+18 (Y).

Read the docummentation of the plugins for more help, or ask us ;)

This post was edited on 07-24-2004 at 11:50 AM by Choli.
Messenger Plus! en espaņol:
<< http://www.msgpluslive.es/ >>
<< http://foro.msgpluslive.es/ >>
:plus4:
07-24-2004 11:48 AM
Profile PM Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: Plugin execute character "": Xplugname
quote:
Originally posted by raceprouk
Why don't you turn it into a command?
quote:
Originally posted by Choli
However what you want to do is process the message when the user is sending it; so you have to make a command, /xsmsgoHey, for example, and process it in ParseCommand. The user would type "/xsmsgoHey, im online, im waiting for you" and that's all
We had the same idea methinks...
[Image: spartaafk.png]
07-24-2004 01:08 PM
Profile PM Web Find Quote Report
Choli
Elite Member
*****

Avatar
Choli

Posts: 4714
Reputation: 42
42 / Male / Flag
Joined: Jan 2003
RE: Plugin execute character "": Xplugname
quote:
Originally posted by raceprouk
quote:
Originally posted by raceprouk
Why don't you turn it into a command?
quote:
Originally posted by Choli
However what you want to do is process the message when the user is sending it; so you have to make a command, /xsmsgoHey, for example, and process it in ParseCommand. The user would type "/xsmsgoHey, im online, im waiting for you" and that's all
We had the same idea methinks...
I know, but you all didn't explained him what the char 18 is used for ;) :P
Messenger Plus! en espaņol:
<< http://www.msgpluslive.es/ >>
<< http://foro.msgpluslive.es/ >>
:plus4:
07-24-2004 02:41 PM
Profile PM Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: Plugin execute character "": Xplugname
The API documentation does though.
[Image: spartaafk.png]
07-24-2004 02:42 PM
Profile PM Web Find Quote Report
Pages: (2): « First [ 1 ] 2 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On