my plugin... - Printable Version
-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Forum: Plug-Ins (/forumdisplay.php?fid=28)
+------ Thread: my plugin... (/showthread.php?tid=39970)
my plugin... by nyzrox on 03-11-2005 at 03:24 PM
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?
RE: my plugin... by user27089 on 03-11-2005 at 04:25 PM
Maybe the program doesn't actually register things to the registry?! Maybe you should use this rather than your own installer: Plugin Install Maker
RE: my plugin... by nyzrox on 03-11-2005 at 09:51 PM
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...
RE: my plugin... by Purity on 03-12-2005 at 12:19 AM
Very good job, you sent it to me on msn...
RE: my plugin... by nyzrox on 03-12-2005 at 12:22 AM
haha i know skinny
|