O.P. Changin DP i MSN using handles/subclassing exe
does anyone know how to get the change display picture box up in Visual Basic becasue i ve tried several ways. i tried the EnumWindows API and sieving through all of the handles (not there) ive tried to push buttons from the main messenger window and inside a conversation but with no success and a friedn said i might subclass the exe but before i start looking at that i wanna know if ive tried every possible way. anyone have any ideas /apis i havent tested yet?
Posts: 6073 Reputation: 57
39 / /
Joined: Oct 2003
RE: Changin DP i MSN using handles/subclassing exe
I've seen somewhere you can use the MyProperty thingy in the Messenger API with an index of 2 to change DP. Can't remember how though: twas on Mess.be forum.
O.P. RE: Changin DP i MSN using handles/subclassing exe
yeh. i found out about that but i dont wanna use the API because not everyone has the API installed and in the future i might wanna release it or something. thanks anyway raceprouk
Posts: 6073 Reputation: 57
39 / /
Joined: Oct 2003
RE: Changin DP i MSN using handles/subclassing exe
Everyone DOES have the API installed just so long as they haven't fscked up Windows Messenger. Also, you won't find an easier way of doing it.
I suggest using the API where possible: it'll make your life so much easier.
code:MSN.MyPropery(2)
to be exact.
This post was edited on 10-22-2004 at 06:53 AM by RaceProUK.
O.P. RE: RE: Changin DP i MSN using handles/subclassing exe
quote:Originally posted by raceprouk
code:MSN.MyPropery(2)
to be exact.
but dont you have to dim MSN as a New Messenger API aswell.
thanks raceprouk my friedn beta tested the thing i was working on but hes stuffed up his windows messengers