What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Image Objects

Image Objects
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Image Objects
Use a RadioControl with a custom look. You can add an image into the control making it clickable. Take a look at the XML for Screenshot Sender 4 (WndPref.xml). You will see what I am refering to.

code:
            <Control xsi:type="RadioControl" Id="RadGeneral">
                <Position Top="0" Width="96" Left="0" Height="17"/>
                <Attributes><IsNewGroup>false</IsNewGroup></Attributes>
                <CustomLook>
                    <FocusRect><Left>1</Left><Top>1</Top><Right>1</Right><Bottom>1</Bottom></FocusRect>
                    <Base/>
                    <Normal>
                        <Checked>
                            <Element xsi:type="ImageElement" Id="ImgArrow">
                                <Position Top="0" Left="0"/>
                                <Image><Name>myimage</Name></Image>
                            </Element>
                        </Checked>
                    </Normal>
                </CustomLook>
            </Control>

Here is a small example.

This post was edited on 09-09-2006 at 03:00 PM by matty.
09-09-2006 02:53 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Image Objects - by Spunky on 09-08-2006 at 03:42 PM
RE: Image Objects - by Felu on 09-08-2006 at 03:47 PM
RE: Image Objects - by Spunky on 09-08-2006 at 03:51 PM
RE: Image Objects - by Dempsey on 09-08-2006 at 04:01 PM
RE: Image Objects - by Spunky on 09-08-2006 at 04:03 PM
RE: Image Objects - by Felu on 09-08-2006 at 04:03 PM
RE: Image Objects - by Spunky on 09-08-2006 at 04:06 PM
RE: Image Objects - by RaceProUK on 09-08-2006 at 04:09 PM
RE: RE: Image Objects - by alexp2_ad on 09-08-2006 at 04:14 PM
RE: Image Objects - by Matti on 09-08-2006 at 04:12 PM
RE: Image Objects - by CookieRevised on 09-08-2006 at 05:40 PM
RE: RE: Image Objects - by alexp2_ad on 09-08-2006 at 05:57 PM
RE: Image Objects - by Eljay on 09-08-2006 at 06:01 PM
RE: Image Objects - by CookieRevised on 09-09-2006 at 03:29 AM
RE: Image Objects - by AberNStein on 09-09-2006 at 03:37 AM
RE: Image Objects - by NanaFreak on 09-09-2006 at 03:39 AM
RE: Image Objects - by CookieRevised on 09-09-2006 at 03:46 AM
RE: Image Objects - by markee on 09-09-2006 at 07:07 AM
RE: Image Objects - by matty on 09-09-2006 at 02:53 PM


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