What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Release] Msn Flash 1.1

[Release] Msn Flash 1.1
Author: Message:
Themuzz
New Member
*


Posts: 14
Joined: Jun 2006
RE: [Release] Msn Flash 1.1
Hi, nice work. I also added this:

code:
function OnEvent_ChatWndSendMessage(Wnd,Msg) {
    if(Msg == "flash") {
OnEvent_ChatWndDestroyed()
        return "";
    }
}


So if you don't want to speak to the person but you want to keep the window open you typ flash and it stops flashing..

It's a really cool script, but perhaps there are more possibility's like adding more led's on the com-port and for example:
*turn a red led on when your signed out
*turn a green led on when you recieve a message from someone special (you can do that with more led's)
*you can think yourself of more

I di'dn't found anything to turn on more numbers of the com-port, perhaps that isn't possible because the com-port is used to transfer data.

But what if you use the printer-port, you could use (from the head) 6 pins, so 6 leds. I already have something to turn lights, radio, accespoint on and of with your parallel-port (printer-port) but i can't get this work in messenger plus! live scripts.

In visual basic .NET 2005 i use this:

code:
Module Module1
    Public Declare Sub PortOut Lib "io.dll" (ByVal Port As Integer, ByVal Value As Byte)
    Public Declare Function PortIn Lib "io.dll" (ByVal Port As Integer) As Byte
End Module

//example
Call PortOut(888, 255)



I copied this from the source file so it's a kinda messy, but you get the point. Does anyone know how to do this in Live scripts?
The most important thing is to import 'io.dll'...


Greetz Themuzz
06-26-2006 11:09 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Release] Msn Flash 1.1 - by ivan300 on 06-26-2006 at 03:10 AM
RE: [Release] Msn Flash 1.1 - by ykz on 06-26-2006 at 03:23 AM
RE: [Release] Msn Flash 1.1 - by can16358p on 06-26-2006 at 07:21 AM
RE: [Release] Msn Flash 1.1 - by Themuzz on 06-26-2006 at 11:09 AM
RE: [Release] Msn Flash 1.1 - by novolo on 06-26-2006 at 11:18 AM
RE: [Release] Msn Flash 1.1 - by Themuzz on 06-26-2006 at 12:52 PM
RE: [Release] Msn Flash 1.1 - by novolo on 06-26-2006 at 01:05 PM
RE: [Release] Msn Flash 1.1 - by Themuzz on 06-26-2006 at 01:23 PM
RE: [Release] Msn Flash 1.1 - by vk3xem on 06-26-2006 at 01:34 PM
RE: [Release] Msn Flash 1.1 - by Themuzz on 06-26-2006 at 02:01 PM
RE: [Release] Msn Flash 1.1 - by novolo on 06-26-2006 at 04:14 PM
RE: [Release] Msn Flash 1.1 - by Lou on 06-26-2006 at 04:18 PM
RE: [Release] Msn Flash 1.1 - by Themuzz on 06-26-2006 at 05:44 PM
RE: [Release] Msn Flash 1.1 - by novolo on 06-26-2006 at 06:13 PM
RE: [Release] Msn Flash 1.1 - by Themuzz on 06-26-2006 at 07:07 PM
RE: [Release] Msn Flash 1.1 - by novolo on 06-26-2006 at 07:13 PM
RE: [Release] Msn Flash 1.1 - by DRaGoM on 06-26-2006 at 08:04 PM
RE: [Release] Msn Flash 1.1 - by ivan300 on 06-26-2006 at 08:56 PM
RE: [Release] Msn Flash 1.1 - by ivan300 on 06-27-2006 at 12:53 AM
RE: [Release] Msn Flash 1.1 - by novolo on 06-27-2006 at 02:12 PM
RE: [Release] Msn Flash 1.1 - by Lou on 06-27-2006 at 03:48 PM
RE: [Release] Msn Flash 1.1 - by DarkRaider on 06-27-2006 at 04:50 PM
RE: RE: [Release] Msn Flash 1.1 - by Bmw1000c on 06-27-2006 at 05:00 PM
RE: [Release] Msn Flash 1.1 - by novolo on 06-27-2006 at 05:05 PM
RE: [Release] Msn Flash 1.1 - by Lou on 06-27-2006 at 05:09 PM
RE: [Release] Msn Flash 1.1 - by novolo on 06-27-2006 at 05:21 PM
RE: RE: [Release] Msn Flash 1.1 - by Bmw1000c on 06-27-2006 at 05:28 PM
RE: [Release] Msn Flash 1.1 - by DarkRaider on 06-27-2006 at 05:33 PM
RE: [Release] Msn Flash 1.1 - by novolo on 06-27-2006 at 05:34 PM
RE: [Release] Msn Flash 1.1 - by DarkRaider on 06-27-2006 at 05:46 PM
RE: [Release] Msn Flash 1.1 - by novolo on 06-27-2006 at 06:48 PM
RE: [Release] Msn Flash 1.1 - by Apola Silverstone on 06-27-2006 at 07:21 PM
RE: [Release] Msn Flash 1.1 - by Themuzz on 06-27-2006 at 09:01 PM
RE: [Release] Msn Flash 1.1 - by novolo on 06-27-2006 at 10:11 PM
RE: [Release] Msn Flash 1.1 - by cyberdev on 06-28-2006 at 09:38 PM
RE: [Release] Msn Flash 1.1 - by ivan300 on 06-29-2006 at 02:11 AM
RE: [Release] Msn Flash 1.1 - by cyberdev on 06-29-2006 at 03:35 AM
RE: [Release] Msn Flash 1.1 - by DarkFox on 07-06-2006 at 12:10 AM
RE: [Release] Msn Flash 1.1 - by asfd64 on 07-09-2006 at 12:57 AM
RE: [Release] Msn Flash 1.1 - by ivan300 on 07-18-2006 at 05:08 AM
RE: [Release] Msn Flash 1.1 - by utenteprova on 04-22-2009 at 06:15 PM
RE: [Release] Msn Flash 1.1 - by Jarrod on 04-25-2009 at 12:21 AM


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