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
.
also it is very unlikely to do this in Visual Basic.
good luck _b