Shoutbox

Plus! icon disappears - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Forum: Plug-Ins (/forumdisplay.php?fid=28)
+------ Thread: Plus! icon disappears (/showthread.php?tid=44487)

Plus! icon disappears by SuNcO on 05-10-2005 at 07:34 PM

I trying to make my own Addon (of course, not like Plus!, just a very little stuff) and when i use SetParent Api the Plus! icon disappears after 2 seconds

I try that line of code in new clean programm and still happend that

Just a "SetParent Picture1.hwnd, MainMsnWindow.Hwnd"

I Use VB, have Pus! 3.52.130 and WinXP

In the screenshot you can see my "button"




RE: Plus! icon disappears by Mike on 05-11-2005 at 03:30 PM

After using the SetParent api, make Picture1.Left bigger than what it is now.
In other words, put the picture box more left :)

This should fix your problems...


RE: Plus! icon disappears by Patchou on 05-11-2005 at 03:51 PM

Messenger Plus! checks the pixel colors around the icon to make sure it can add it properly.. it's a delicate and complicate process... if you add your icon farfrom the Plus! one, itshould work without any problem.


RE: Plus! icon disappears by SuNcO on 05-11-2005 at 05:25 PM

Uhm.. yep, now i move like 100 pixels to left and works fine.. but now there is much space between my icon and Plus! icon

I had already verified before but it did not work.. now i move more to left

I think is better than nothing

Thanks :P


RE: Plus! icon disappears by RaceProUK on 05-11-2005 at 07:04 PM

Experiment with the values till you find the best one to use. You may want to make a small dialog for this purpose ;)

<offtopic>
Does Plus checks the pixel colours against the resources in MSN itself? I assume it has to so it'll work with skins?
</offtopic>


RE: Plus! icon disappears by CookieRevised on 09-01-2005 at 04:03 PM

quote:
Originally posted by raceprouk
<offtopic>
Does Plus checks the pixel colours against the resources in MSN itself? I assume it has to so it'll work with skins?
</offtopic>
The technique used by Plus! has been explained in the past in detail... I'll try to find the thread...

EDIT: CookieRevised's reply to Contact List Button Disapeared

Although that technique can have changed/be updated by now though (I'm almost certain of it, since there were a few bugs reported concearning the icon since that post was made)...