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
OK, solved one part of the problem, the code now executes untill setParent, but this last method won't work because the button I put on the form doens't have a 'hwnd'...


code:
Try
            SetParent(newBtn.btnFrag.hwnd, imhwnd)
        Catch ex As Exception
            MsgBox(ex.Message.ToString)
        End Try


It's all about conversion from VB6 -> VB.NET . I found in this last error that one must use the button.Handle method to obtain the correct pointer for that object.

So now I'm still converting code :p

BTW, I'm using VS 2005 Professional, in case you're wondering.
Built on the 2.0 NET Framework
11-29-2005 10:45 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