What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Button in chat window

Button in chat window
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Button in chat window
You declared it wrong (Atleast this is what Microsoft says it should be after a VB6 form being upgraded to .Net)
code:
Public Declare Function ShowWindow Lib "user32" (ByVal hwnd As Integer, _
                                                 ByVal nCmdShow As Integer) _
                                                 As Integer


And as well dont set the oMessenger object to MessengerApi.Messenger as this will cause the Windows Messenger application to actual run. Instead set it to oMessenger when you actually make the plugin.

This post was edited on 11-29-2005 at 09:19 PM by matty.
11-29-2005 09:17 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Button in chat window - by posseke on 11-29-2005 at 09:39 AM
RE: Button in chat window - by RaceProUK on 11-29-2005 at 01:02 PM
RE: Button in chat window - by posseke on 11-29-2005 at 01:26 PM
RE: Button in chat window - by matty on 11-29-2005 at 02:24 PM
RE: Button in chat window - by posseke on 11-29-2005 at 05:25 PM
RE: Button in chat window - by Stigmata on 11-29-2005 at 05:51 PM
RE: Button in chat window - by posseke on 11-29-2005 at 07:24 PM
RE: Button in chat window - by Stigmata on 11-29-2005 at 07:28 PM
RE: Button in chat window - by posseke on 11-29-2005 at 07:46 PM
RE: Button in chat window - by posseke on 11-29-2005 at 08:32 PM
RE: Button in chat window - by matty on 11-29-2005 at 09:17 PM
RE: Button in chat window - by posseke on 11-29-2005 at 10:03 PM
RE: Button in chat window - by RaceProUK on 11-29-2005 at 10:14 PM
RE: Button in chat window - by posseke on 11-29-2005 at 10:16 PM
RE: Button in chat window - by posseke on 11-29-2005 at 10:45 PM
RE: Button in chat window - by posseke on 11-29-2005 at 11:36 PM


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