[RELEASE] MSN Popup Spy |
Author: |
Message: |
felipEx
Scripting Contest Winner
Posts: 378 Reputation: 24
35 / /
Joined: Jun 2006
|
O.P. [RELEASE] MSN Popup Spy
Title: MSN Popup Spy
Short Description:
it kill msn popups and it shows in a list, the description of each popup
note: you can configure the list's window opacity & visibility
Created by .felipE
version: 1.0
latest version:
http://shoutbox.menthix.net/attachment.php?pid=788202
This post was edited on 02-13-2007 at 10:09 PM by felipEx.
|
|
12-09-2006 05:17 PM |
|
|
-dt-
Scripting Contest Winner
;o
Posts: 1819 Reputation: 74
36 / /
Joined: Mar 2004
|
RE: [RELEASE] MSN Popup Spy
theres a bug in your code, you're passing hex values as strings you should remove the quotes to make them numbers
orginal
code: Interop.Call("User32", "AnimateWindow", Wnd.Handle, 180, "0x10000" | "0x80000");
fixed
code: Interop.Call("User32", "AnimateWindow", Wnd.Handle, 180, 0x10000 | 0x80000);
Happy Birthday, WDZ
|
|
12-09-2006 05:21 PM |
|
|
Felu
Veteran Member
Posts: 2223 Reputation: 72
30 / /
Joined: Apr 2006
Status: Away
|
RE: [RELEASE] MSN Popup Spy
Nice
Use the Edit Button Next time
I know you are using a translator to view this page .
Did you block me @ WLM?
This post was edited on 12-09-2006 at 06:05 PM by Felu.
|
|
12-09-2006 06:03 PM |
|
|
Kenji
Veteran Member
Previously: Dazmatic, Dazzy, :zippy:
Posts: 1226 Reputation: 39
32 / /
Joined: Jun 2006
Status: Away
|
RE: [RELEASE] MSN Popup Spy
Nice script, come in use when im doing stuff but set to away
quote: Originally posted by -!Felu!-
[size]Did you block me @ WLM?[/size]
Seems like every one is blocking you lately.
you phail at mycode
|
|
12-09-2006 06:06 PM |
|
|
Squelettor
Junior Member
Posts: 49
Joined: Jul 2006
|
RE: [RELEASE] MSN Popup Spy
Can you kill Messenger Plus! Live popups to ?
code: var lngNotify = Interop.Call("user32","FindWindowW","msblpopupmsgwclass",0);
What is the "msblpopupmsgwclass" for Messenger Plus! Live ?
This post was edited on 02-08-2007 at 02:56 PM by Squelettor.
|
|
02-08-2007 02:43 PM |
|
|
Felu
Veteran Member
Posts: 2223 Reputation: 72
30 / /
Joined: Apr 2006
Status: Away
|
RE: [RELEASE] MSN Popup Spy
"MessengerPlusLive_ToastPopupParent" is the class for MP!L popups. Doing the same with MP!L toasts is very much possible but there quite a few things need to be edited.
|
|
02-08-2007 03:42 PM |
|
|
Oxy
Veteran Member
Posts: 1368 Reputation: 24
30 / /
Joined: Jul 2006
|
RE: [RELEASE] MSN Popup Spy
Is there anyway to end the script without going into plus!> preferences? If not, can you make one?
|
|
02-08-2007 05:11 PM |
|
|
Squelettor
Junior Member
Posts: 49
Joined: Jul 2006
|
RE: [RELEASE] MSN Popup Spy
version 1.5
-> close all toast (wlm and mpl)
-> better menu
Thanks to pH ^^
This post was edited on 02-09-2007 at 12:26 PM by Squelettor.
|
|
02-09-2007 11:16 AM |
|
|
Felu
Veteran Member
Posts: 2223 Reputation: 72
30 / /
Joined: Apr 2006
Status: Away
|
RE: [RELEASE] MSN Popup Spy
You need to save the ScriptInfo.xml file as Unicode . Also the windows.xml isn't valid . The script menu fails. And do you have permission for editing this script?
This post was edited on 02-09-2007 at 11:41 AM by Felu.
|
|
02-09-2007 11:37 AM |
|
|
Squelettor
Junior Member
Posts: 49
Joined: Jul 2006
|
RE: [RELEASE] MSN Popup Spy
quote: Originally posted by Felu
You need to save the ScriptInfo.xml file as Unicode . Also the windows.xml isn't valid . The script menu fails. And do you have permission for editing this script?
Oups, this is good now.
All the script are not in free license ?
Attachment: MSN_Popup_Spy.plsc (5.75 KB)
This file has been downloaded 254 time(s).
This post was edited on 02-09-2007 at 12:30 PM by Squelettor.
|
|
02-09-2007 12:25 PM |
|
|
Pages: (3):
« First
[ 1 ]
2
3
»
Last »
|
|