What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Solved] DateTime

[Solved] DateTime
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [HELP] DateTime
Eljay's reply to DateTimeControl

quote:
Originally posted by go2hell
(Also i believe there is a bug with hidden controls because if I change their value they get visible again, and i couldn't find a way to set the control visible attribute to false again)
You can use the Windows API 8-)

code:
var SW_HIDE = 5;
var SW_SHOW = 0;

Interop.Call('user32', 'ShowWindow', PlusWnd.GetControlHandle('MyControlId'), SW_SHOW);
07-14-2006 06:59 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Solved] DateTime - by go2hell on 07-14-2006 at 06:43 PM
RE: [HELP] DateTime - by matty on 07-14-2006 at 06:59 PM
RE: [Solved] DateTime - by go2hell on 07-14-2006 at 10:03 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