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

Search Results
Subject Author Forum Time
RegisterHotKey
Hello Folks, I'm trying to use the RegisterHotKey function, however.. I'm stuck. What I want is to let my script react on two hotkeys (Alt+Q and Alt+W). Can anyone help me a bit with it? This is what I got so far, but I don't know what to do next:...
PaulEScripting05-15-2011 at 03:21 PM
Custom Emoticons in ChatWndReceiveMessage
Hey hey, I was wondering if there was some kind of way to detect if there are any custom emoticons used in the message which you receive. I've been looking to the Messenger::CustomEmoticons Object but unfortunately it only gets your own custom emoti...
PaulEScripting09-14-2009 at 03:53 PM
RE: Play sound on fullscreen
Thnx, i was searching for something like this ;) Is there an option to make this: if ( any.fullscreenapp() ) { // enable script } so that it only works is im in a FS app?
PaulEScripting05-09-2007 at 05:48 PM
Play sound on fullscreen
Hey I want that when i started a FullScreen application (like a game), MSN plays a sound when somebody talks to me... Before i had the KeyFlasher, but the flash dont work in-game... Greetz, Paul
PaulEScripting05-06-2007 at 07:25 AM
RE: Add items to chatwindow
I'm not a whizz kid about WLM.. So i dont know how to do. The easit way is what i'm doing now :P So how can i delete that border + bgcolor, and how to add an image?
PaulEScripting01-14-2007 at 09:22 PM
RE: Add items to chatwindow
I got this: [code]<Interfaces xmlns:xsi="http://www.w3.org/2001/XMLSchema-insta nce"> <Window Id="Buttons" Version="1"> <Attributes> <NoActivate>true</NoActivate> <LockOnClick>false</LockOnClick> <ShowInTaskbar>false</ShowInTaskbar> ...
PaulEScripting01-14-2007 at 08:55 PM
RE: Add items to chatwindow
That means that PlusWnds is empty or not a object. But i did: PlusWnds[ChatWnd.Handle] = MsgPlus.CreateWnd("Buttons.xml", "Buttons", 2); :S [b]EDIT[/b] Changed line 37 to: PlusWnds.Visible = true; But i dont even see any kind of the timer From ...
PaulEScripting01-14-2007 at 08:21 PM
RE: Add items to chatwindow
Hehe i will see where i will place them. Normally my chatwindow is always the same size, and DsiplayPicture is always visible :) Thnx :D [b]EDIT[/b] I have made some code of what you guys said, but i get an error: So, the script starts, buy when i c...
PaulEScripting01-14-2007 at 07:53 PM
RE: Add items to chatwindow
Hehe, that english i do understand ;)
PaulEScripting01-14-2007 at 07:27 PM
RE: Add items to chatwindow
Haha, bedankt, dit ziet er een stuk simpeler uit dan dat van TimeZone :). Ik werk zelf niet veel hiermee, dus dan wordt ik graag een handje geholpen :) Ik zal is kijken hoever ik hiermee kom! Bedankt! :) (Moet ik stap 2 uitvoeren als iemand zich aan...
PaulEScripting01-14-2007 at 07:06 PM
RE: Add items to chatwindow
I have looked into the source, but i dont understand what i do need to make the buttons. There is a lot of source you know.. :P EDIT: // Zo te zien ben je nederlands? :P
PaulEScripting01-14-2007 at 06:04 PM
Add items to chatwindow
Hey, Can you add buttons to a chatwindow, and make them clickable? I have made a system, but now my commands are /o_add [email] and /o_del [email], and i want to made buttons to add/delete. Like this: [img]http://img295.imageshack.us/img295/4686/vbnm. ..
PaulEScripting01-14-2007 at 05:25 PM
RE: Keyboard LED
Hey thanx! This is what i want :)
PaulEScripting01-04-2007 at 10:08 AM
Keyboard LED
Hey, Is there a way to FLash a LED on your keyboard with WLM +? I often Play fullscreen games, and then i cant know when someone is talking to me. I would like to let go Flash the 'Scroll Lock' LED. Does someone know how you do this? Greetz, PaulE
PaulEScripting01-04-2007 at 09:54 AM
RE: [Q] Clickable Toast
haha, thnx much more nicer! :D -- haha, bedankt stukken mooier! :D
PaulEScripting12-12-2006 at 06:14 PM
RE: [Q] Clickable Toast
Hehe, thnx, problem solved :D
PaulEScripting12-12-2006 at 06:07 PM
RE: [Q] Clickable Toast
And what i have to do when i want more then 1 email? :P
PaulEScripting12-12-2006 at 06:01 PM
[Q] Clickable Toast
Hi Guys, ;) How can you make a Clickable Toast? I got the command: [code]function OnEvent_ContactSignin(email) { if(email == 'foo@live.com') { } }[/code] I want that when foo@live.com is comming online, there comes a toast, and when i click on it...
PaulEScripting12-12-2006 at 05:53 PM
RE: [Request] Getting email of ChatWnd
Thnx for the code and the fast reply :) It works :D Greetz, PaulE
PaulEScripting08-30-2006 at 03:21 PM
[Request] Getting email of ChatWnd
Hi, How can i get the e-mail address of the person who's talking to me?.. I got: [code]var Contacts = ChatWnd.Contacts; var e = new Enumerator(Contacts); var Contact = e.item;[/code] But then i get [i]undefined[/i] Please can sum1 help me ? :) Greet...
PaulEScripting08-30-2006 at 03:16 PM
RE: [Release] Dutch Script: Aantal keer ingelogd
Hehe, i don't know, cuz i am dutch? :P
PaulEScripting07-26-2006 at 09:54 AM
[Release] Dutch Script: Aantal keer ingelogd
[b]Engelish:[/b] This script is made for DutchPeople, but mayb i am going to make a file for english people. [b]Nederlands:[/b] Dit script houd bij hoevaak je bent ingelogd op een dag en in het totaal. [img]http://www.webso.nl/msn/aki/ScreenShot.jpg[.. .
PaulEScripting07-26-2006 at 08:33 AM
RE: [REQUEST] How to create a window
If i have this: [code] </Control> <Control xsi:type="EditControl" Id="StupidTextBox"> <Position Top="15" Left="10" Width="200"/> <Caption>test</Caption> </Control> [/code] How can i disable is it? And is hij have text in a ...
PaulEScripting07-25-2006 at 03:42 PM
RE: [REQUEST] How to create a window
I changed the file name but still nothing happend... Could you make al litte preview like the MSG Plus! Live configurator for me? :$ I dont think you have time for it.. But i you have i realy like you :D
PaulEScripting07-24-2006 at 05:20 PM
RE: [REQUEST] How to create a window
Sorry read your post wrong ;)
PaulEScripting07-24-2006 at 05:11 PM
[Hide Excerpts] Pages: (2): « First [ 1 ] 2 » Last »