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

my plugin...
Author: Message:
nyzrox
Junior Member
**

Mariaaaaaaaaaa

Posts: 26
36 / Male / –
Joined: Jul 2004
O.P. my plugin...
i created a plugin...

and made a inatller with inno setup 5 herer is installation script

[Setup]
AppName=WA Plus!
AppVerName=WA Plus! V1
DefaultDirName={pf}\Messenger Plus! 3\Plugins
;WizardImageFile=path
;WizardSmallImageFile=path

[Files]
Source: "waplus.dll"; destdir: "{pf}\Messenger Plus! 3\Plugins\"

[Registry]
Root: HKLM; Subkey: "SOFTWARE\Patchou\MsgPlus2\RegisteredPlugins"; ValueType: string; Valuename: WA Plus!; ValueData: "waplus.wap"

but it wont load the plugin... unless i go Start > Run: regsvr32 "C:\Program Files\Messenger Plus!3\Plugins\waplus.dll"

or if the plugin is in this DIR "C:\Documents and Settings\nyzrox\Desktop\desk\WA Plus!" it will run the dll there, not the 1 in the plugin folder...

any ideas why this is?
03-11-2005 03:24 PM
Profile E-Mail PM Web Find Quote Report
user27089
Disabled Account


Posts: 6321
Joined: Nov 2003
Status: Away
RE: my plugin...
Maybe the program doesn't actually register things to the registry?! Maybe you should use this rather than your own installer: Plugin Install Maker
03-11-2005 04:25 PM
Profile PM Find Quote Report
nyzrox
Junior Member
**

Mariaaaaaaaaaa

Posts: 26
36 / Male / –
Joined: Jul 2004
O.P. RE: my plugin...
chears for that mate, also 1 orhter problem....


Public Function ParseTag(ByVal sTag As String, ByVal oConversationWnd As Object, ByRef sResult As String) As Boolean
    If (StrComp(sTag, "(!XWABOUT)", vbTextCompare) = 0) Then
frmAbout.Show vbModal, Screen.ActiveForm
        sResult = ""
        ParseTag = True
        Exit Function
    End If
    ParseTag = False
End Function


When this tag is sent, it actually sends (!XWABOUT) to the chat...
how do i stop this being sent...
03-11-2005 09:51 PM
Profile E-Mail PM Web Find Quote Report
Purity
Veteran Member
*****

Avatar
AngelFuck

Posts: 1348
Reputation: 38
34 / Female / –
Joined: Aug 2004
RE: my plugin...
Very good job, you sent it to me on msn...:P

(Y)
[Image: puritysig8.jpg/]
www.purity.toastednet.org
03-12-2005 12:19 AM
Profile E-Mail PM Web Find Quote Report
nyzrox
Junior Member
**

Mariaaaaaaaaaa

Posts: 26
36 / Male / –
Joined: Jul 2004
O.P. RE: my plugin...
haha i know skinny :D
03-12-2005 12:22 AM
Profile E-Mail PM Web Find Quote Report
« 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