What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » How to Create an activex control on ImWindow of MSN 6.x

How to Create an activex control on ImWindow of MSN 6.x
Author: Message:
amanwas
New Member
*


Posts: 1
Joined: Feb 2005
O.P. How to Create an activex control on ImWindow of MSN 6.x
I want to know how to create an custom Active X control on an Imwindow when it is create
This is some thing like the icon which is created on IMWINdow after installing msgplus 3
02-02-2005 10:50 PM
Profile E-Mail PM Find Quote Report
(CyBeRDuDe)
Senior Member
****


Posts: 512
Reputation: 21
37 / Male / –
Joined: Jul 2003
RE: How to Create an activex control on ImWindow of MSN 6.x
This is some seriously difficulty stuff!!! :(
Only person I know of able to do this is Patchou... You need to know some serious Programming, and have some good Hooking skills...
02-02-2005 11:02 PM
Profile E-Mail PM Find Quote Report
Ash_
Senior Member
****

Avatar

Posts: 638
Reputation: 31
35 / Male / –
Joined: Aug 2004
RE: How to Create an activex control on ImWindow of MSN 6.x
quote:
Originally posted by (CyBeRDuDe)
This is some seriously difficulty stuff!!! :(
Only person I know of able to do this is Patchou... You need to know some serious Programming, and have some good Hooking skills...


pfft, i've done it.

just find the handle of the IMWindow. (probly a loop waiting counting each window with the same Class as the IMWindow. if its more than last time, re-add the button to all windows)

then use the CreateWindowEx with the hwndParent arg set to the IMWindow Handle.

then it's in there, im _pretty_ sure the your WndProc will be called when say a button is pressed, if not. easy fix inject your dll into MSN Messenger. (has to be as it loads up, i cant get it to work while its already running :( ).

then your WndProc will be called, execute the neccesary statements as you like (Y).

also it is very unlikely to do this in Visual Basic.

good luck _b
[Image: jeansiger5.jpg]
02-07-2005 10:07 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »


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