Shoutbox

A Few Questions - 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)
+----- Thread: A Few Questions (/showthread.php?tid=81630)

A Few Questions by davidpolitis on 02-13-2008 at 04:41 AM

1. Can I add image elements to a plus! wnd dynamically?
2. Is it possible for them to be selectable or at least be highlighted when clicked?
3. If they can be selectable, how would I go about checking if they've been selected?

Example image:
[Image: examplezx0.gif]

Thanks,
David.


RE: A Few Questions by matty on 02-13-2008 at 04:49 AM

1. No
2. Yes kinda, you can do 1 of 2 things you can create a custom looking button and put the image element in it, or use FindWindowExW to find the handle of the image element, not the best solution because it can change.
3. Using the NMHDR structure you have to use the WM_NOTIFY parameter and register the message.


RE: A Few Questions by davidpolitis on 02-13-2008 at 04:59 AM

o.O I don't think I'll bother with my script anymore since it really needs to be dynamic which would be too much work. For me, at least. XD

Thanks a lot anyway :P


RE: A Few Questions by Keikonium on 02-13-2008 at 06:23 AM

Just out of curiosity, what was your script going to do? *-)


RE: A Few Questions by davidpolitis on 02-13-2008 at 06:51 AM

Just show all the images in MessengerCache and allow you to delete and save them :P