What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [?] how do i disable a button on interface window?

[?] how do i disable a button on interface window?
Author: Message:
Dennis Mike
Junior Member
**

Avatar

Posts: 59
Reputation: 2
34 / Male / –
Joined: Jan 2007
RE: [?] how do i disable a button on interface window?
Interop.Call("user32","EnableWindow", PlusWnd.GetControlHandle("ControlId"), 0) use the windows32 API for disable control in the interface. 0 for disable  and 1 for eneable
01-18-2007 11:38 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[?] how do i disable a button on interface window? - by roflmao456 on 01-18-2007 at 10:25 PM
RE: [?] how do i disable a button on interface window? - by matty on 01-18-2007 at 10:32 PM
RE: [?] how do i disable a button on interface window? - by roflmao456 on 01-18-2007 at 10:34 PM
RE: [?] how do i disable a button on interface window? - by matty on 01-18-2007 at 10:36 PM
RE: [?] how do i disable a button on interface window? - by roflmao456 on 01-18-2007 at 11:09 PM
RE: [?] how do i disable a button on interface window? - by Dennis Mike on 01-18-2007 at 11:38 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