What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: [UPDATED TO WLM9]NudgesToolsScript
works perfect, i like that
felipExScripting03-18-2007 at 11:43 PM
RE: Latest Update (YouTube launcher)
thanks for the suggestion ;)
felipExScripting03-18-2007 at 11:42 PM
RE: [Thx!] CheckBoxControl/Attributes/Has3States
you need to know the checkbox's handle: var CheckBoxHwnd = PlusWnd.GetControlHandle("your_checkbox_ControlId "); // set the "Partial Check" state Interop.Call("user32", "SendMessageW", CheckBoxHwnd, 0xF1, 0xF1, 0) Edit: w.SendControlMessag...
felipExScripting03-18-2007 at 04:11 PM
RE: [Thx!] CheckBoxControl/Attributes/Has3States
var BS_CHECKBOX = 0x2 var BM_GETCHECK = 0xF0 :D
felipExScripting03-18-2007 at 07:28 AM
RE: [Thx!] CheckBoxControl/Attributes/Has3States
PlusWnd.SendControlMessage(controlid, 0xF1, 0xF1, 0) - or - Interop.Call("user32", "SendMessageW", PlusWnd.GetControlHandle("yourcheckboxId"), 0xF1, 0xF1, 0) you should use API hehehe so, it works for me :D
felipExScripting03-18-2007 at 04:07 AM
RE: [Thx!] CheckBoxControl/Attributes/Has3States
var BS_CHECKBOX = 0x2 var BM_GETCHECK = 0xF0 var res = Interop.Call("user32", "SendMessageW", PlusWnd.GetControlHandle("yourcheckbox"), BM_GETCHECK, BS_CHECKBOX, 0) if res = 0 .. the checkbox is not checked if res = 1 .. the checkbox is chec...
felipExScripting03-18-2007 at 03:59 AM
RE: [Thx!] CheckBoxControl/Attributes/Has3States
maybe with a Timer? :D Edit: how to set the checkbox status "Partial Check" with API?
felipExScripting03-18-2007 at 02:37 AM
RE: lookin for a cell phone
i like Sony Ericcson w300i :)
felipExTech Talk03-15-2007 at 07:51 PM
RE: [Request] Get contact's messenger version
maybe Messenger Discovery stores that information ?
felipExScripting03-15-2007 at 01:52 AM
RE: PC Constantly shutting down at random times.
maybe you have a problem with you video card or ram memory 8-)
felipExTech Talk03-14-2007 at 05:10 AM
RE: Linux + Beryl Info. (noob question)
good guide (Y) Vista-like effects on Beryl ("will you pay USD $399 for this?") http://www.youtube.com/watch?v=QNb7gPA1JFk :)
felipExTech Talk03-12-2007 at 02:59 AM
RE: I need to buy a good laptop. Any suggestions?
how much $ is the macbook? :D
felipExTech Talk03-12-2007 at 02:42 AM
RE: Toronto Activities
felipExGeneral Chit Chat03-08-2007 at 08:37 PM
RE: [beta] WLMTunes
works fine. but i can't use the /commands u.u
felipExScripting03-08-2007 at 03:51 AM
RE: [beta] WLMTunes
looks nice, i'll download it ^^
felipExScripting03-08-2007 at 01:23 AM
RE: [release] WLMini Media Player 2.1.6! [vista-compatible]
here :) [code] var mainMessage=WMP.currentMedia.getItemInfo("title" ) + " - " + WMP.currentMedia.getItemInfo("author") + " --- "; [/code] there are more tags for getItemInfo function: * Author * AverageLevel * Bitrate * Cu...
felipExScripting03-07-2007 at 09:31 PM
RE: [help please] timer
var Wnd; function OnEvent_ChatWndCreated(ChatWnd){ Wnd = ChatWnd; MsgPlus.AddTimer("timer",500000); } ... another idea? :D
felipExScripting03-07-2007 at 09:03 PM
RE: Shell_NotifyIconW Example
i like that :) [code] if (Messenger.MyStatus > 0) { /* Call the function to create the icon */ CreateIcon(); } [/code] you forgotten the offline users :D
felipExScripting03-07-2007 at 08:00 PM
RE: Shell_NotifyIconW Example
it's great. but there is not a popupmenu . anyway. thanks a lot :) ++
felipExScripting03-07-2007 at 07:52 AM
RE: script sleep command
100 or another value represents the milliseconds ;)
felipExScripting03-07-2007 at 05:16 AM
RE: [release] WLMini Media Player 2.1.6! [vista-compatible]
a update for roflmao456 :)
felipExScripting03-06-2007 at 07:49 PM
RE: [release] WLMini Media Player 2.1.6! [vista-compatible]
you can use the WMP events to made this script better :) [code] function WMP::OpenStateChange(NewState) { MsgPlus.DisplayToast("", NewState); } [/code]
felipExScripting03-06-2007 at 04:09 AM
RE: [UPDATED To WLM9]TypingInvisible
who cares. it's a cool script :P
felipExScripting03-05-2007 at 05:54 AM
RE: Can I execute a function when the contact sends a file?
can it be possible sniffing the msn protocol? :D
felipExScripting03-04-2007 at 05:52 PM
RE: [Beta-ish Release] Group Blocker
doesn't works for me. no errors detecteds but the /command doesn't work for me =/
felipExScripting03-02-2007 at 08:47 AM
[Hide Excerpts] Pages: (16): « First « 7 8 9 10 [ 11 ] 12 13 14 15 » Last »