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 Part 2

Button in chat window Part 2
Author: Message:
J-Thread
Full Member
***

Avatar

Posts: 467
Reputation: 8
– / Male / –
Joined: Jul 2004
RE: Button in chat window Part 2
code:
        Try
            newBtn = New FragMsnIMButton ' create a copy of FragMsnIMButton
            newBtn.Left = 13500
            newBtn.Top = 2800
            Dim child As System.IntPtr = Me.newBtn .Handle
            Dim par As System.IntPtr = pIMWindow.hwnd.ToString
            '
            SetParent(child, par)
            '
            Try
                'GetWindowRect(par, R)
            Catch ex As Exception
                MsgBox(ex.Message.ToString)
            End Try
            '
        Catch ex As Exception
            MsgBox(ex.Message.ToString)
        End Try
How about that?
12-27-2005 02:55 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Button in chat window Part 2 - by posseke on 12-27-2005 at 01:19 PM
RE: Button in chat window Part 2 - by TheBlasphemer on 12-27-2005 at 01:50 PM
RE: Button in chat window Part 2 - by J-Thread on 12-27-2005 at 02:55 PM
RE: Button in chat window Part 2 - by posseke on 12-27-2005 at 02:58 PM
RE: Button in chat window Part 2 - by J-Thread on 12-27-2005 at 03:53 PM
RE: Button in chat window Part 2 - by posseke on 12-27-2005 at 04:12 PM
RE: Button in chat window Part 2 - by J-Thread on 12-27-2005 at 04:16 PM
RE: RE: Button in chat window Part 2 - by CookieRevised on 12-27-2005 at 04:23 PM
RE: Button in chat window Part 2 - by posseke on 12-27-2005 at 05:17 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