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:
posseke
New Member
*


Posts: 14
41 / Male / –
Joined: Nov 2005
O.P. RE: Button in chat window
code:
    Private Sub oMessenger_OnIMWindowCreated(ByVal pIMWindow As Object) Handles oMessenger.OnIMWindowCreated
        Dim newBtn As Object
        Dim imhwnd As System.IntPtr
        newBtn = New FragMsnIMButton ' create a copy of FragMsnIMButton
        imhwnd = pIMWindow.hwnd
        Me.Parent = SetParent(newBtn.btnFrag.hwnd, imhwnd)
        GetWindowRect(pIMWindow.hwnd, R)
        newBtn.btnFrag.left = R.Height - 200 'Moving the textbox under the display picture
        newBtn.btnFrag.right = R.Width - 100
    End Sub


I have one problem here, when I open a IM window, the code executes untill

code:
...
imhwnd = pIMWindow.hwnd


executes this last line, shows the window, and then stops executing the rest of the code...

Any ideas?
11-29-2005 10:03 PM
Profile E-Mail PM Web 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