What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Making a control visible

Making a control visible
Author: Message:
johnnygoodface
New Member
*


Posts: 3
Joined: Sep 2006
O.P. Making a control visible
I'm sure it's easy but I just can't figure out how to programmatically set the .visible property of a control...

I've tried (assuming it's a StaticControl control called "LblTop"):

var ControlHandle = null;
ControlHandle = Wnd.GetControlHandle("LblTop");
ControlHandle.Visible = false;


or

Wnd.LblTop.Visible = true;

or

Wnd.LblTop.Visible(true);


or

Wnd.Control("LblTop").Visible = true;


But none work,


Thx

This post was edited on 09-10-2006 at 03:38 AM by johnnygoodface.
09-10-2006 03:33 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Making a control visible - by johnnygoodface on 09-10-2006 at 03:33 AM
RE: Making a control visible - by Volv on 09-10-2006 at 03:49 AM
RE: Making a control visible - by johnnygoodface on 09-10-2006 at 03:54 AM
RE: Making a control visible - by ShawnZ on 09-10-2006 at 03:59 AM


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