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:
Volv
Skinning Contest Winner
*****

Avatar

Posts: 1233
Reputation: 31
34 / Male / Flag
Joined: Oct 2004
RE: Making a control visible
To make invisible;
Interop.Call("User32", "ShowWindow", Wnd.GetControlHandle("LblTop"), 0);

To make visible;
Interop.Call("User32", "ShowWindow", Wnd.GetControlHandle("LblTop"), 1);

This post was edited on 09-10-2006 at 03:55 AM by Volv.
09-10-2006 03:49 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