What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Delphi Template

Pages: (3): « First [ 1 ] 2 3 » Last »
Delphi Template
Author: Message:
Whacko
Full Member
***

Avatar

Posts: 209
Reputation: 1
40 / Male / –
Joined: Apr 2002
O.P. Delphi Template
UPDATED FOR 2.20.48!!!!

w00t first delphi plugin template for MsgPlus! 2.20.48 :)

I translated this from the C++ source. Its my first Dll i made in delphi so it _MIGHT_ not work perfectly :P
but i TESTED it so as far as I know it SHOULD work :P

includes:
-  .reg
- sample dll


the source contains the same comments as the original sources, tho i adjusted it a bit for Delphi.


Please reply if you use it :) thanks





P.S. Somone make this a sticky post maybe?? or Patchou maybe you can add it to your zipfile :)

.zip File Attachment: plugin delphi 2.20.48.zip (210.45 KB)
This file has been downloaded 762 time(s).

This post was edited on 07-08-2003 at 10:57 AM by Whacko.
I code in:
C
C++
Delphi
Visual Basic
Pascal :P
07-07-2003 05:05 PM
Profile PM Web Find Quote Report
Kryptonate
Veteran Member
*****

Avatar

Posts: 2874
Reputation: 23
37 / Male / –
Joined: Jun 2003
RE: Delphi Template
And what does it do?? +cmd's??
07-07-2003 05:30 PM
Profile E-Mail PM Find Quote Report
Whacko
Full Member
***

Avatar

Posts: 209
Reputation: 1
40 / Male / –
Joined: Apr 2002
O.P. RE: Delphi Template
its the plugin source for C++ TRANSLATED to Delphi
I code in:
C
C++
Delphi
Visual Basic
Pascal :P
07-07-2003 05:36 PM
Profile PM Web Find Quote Report
Wabz
Elite Member
*****

Avatar
Its Groovy Baby!

Posts: 3459
Reputation: 29
38 / Male / Flag
Joined: Jan 2003
RE: Delphi Template
Cool well done :)
Mess.be Forum Moderator
Messenger Plus ex-IRC Network Admin
Gimme a Rep!
07-07-2003 05:40 PM
Profile E-Mail PM Web Find Quote Report
Misterjad
Full Member
***

Avatar

Posts: 129
Reputation: 1
37 / Male / –
Joined: Sep 2002
RE: Delphi Template
gr8 whacko you rocks !!

when i see yr avatar i always think its patchou ....
07-07-2003 05:40 PM
Profile E-Mail PM Find Quote Report
Whacko
Full Member
***

Avatar

Posts: 209
Reputation: 1
40 / Male / –
Joined: Apr 2002
O.P. RE: Delphi Template
:) lets see if i can find another avatar :x
I code in:
C
C++
Delphi
Visual Basic
Pascal :P
07-07-2003 05:47 PM
Profile PM Web Find Quote Report
kasperl
New Member
*


Posts: 9
Joined: Jul 2003
RE: Delphi Template
o yes, thank you very much!

edit:
i just re-read all the comments in there, and if i read this correctly, you can make a bot with this, right?

This post was edited on 07-07-2003 at 07:51 PM by kasperl.
07-07-2003 07:41 PM
Profile PM Find Quote Report
kasperl
New Member
*


Posts: 9
Joined: Jul 2003
RE: Delphi Template
ok, i'm a Delphi beginner so this is very stupid of me to ask, but if i want to test if my function should do anything at all, i should use

if sCommand :="/xklbot1" then result :=true else end;

right?
07-07-2003 08:09 PM
Profile PM Find Quote Report
Misterjad
Full Member
***

Avatar

Posts: 129
Reputation: 1
37 / Male / –
Joined: Sep 2002
RE: Delphi Template
sure you can make a bot...

/biensur

!!!

whacko > my avatar is the best, cuz its meeeee =)
07-07-2003 08:09 PM
Profile E-Mail PM Find Quote Report
Whacko
Full Member
***

Avatar

Posts: 209
Reputation: 1
40 / Male / –
Joined: Apr 2002
O.P. RE: Delphi Template
one quick note... sCommand is NOT a command someone ELSE sent.. its what you type yourself.

quick example:


if sCommand = '/xklbot1' then
begin
  {do something here}

  result := true;
end
else
begin
  {do something else}
  result := false
end;
I code in:
C
C++
Delphi
Visual Basic
Pascal :P
07-07-2003 08:29 PM
Profile PM Web Find Quote Report
Pages: (3): « First [ 1 ] 2 3 » 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