What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » WriteDWORD - sending hex value from 3 decimal values

WriteDWORD - sending hex value from 3 decimal values
Author: Message:
ShawnZ
Veteran Member
*****

Avatar

Posts: 3146
Reputation: 43
32 / Male / Flag
Joined: Jan 2003
RE: WriteDWORD - sending hex value from 3 decimal values
var blue = 0xFF;
var green = 0xFF;
var red = 0xFF;

var color = (blue<<16)+(green<<8)+(red)

i think.

This post was edited on 12-09-2007 at 09:26 PM by ShawnZ.
Spoiler:
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
12-09-2007 09:23 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
WriteDWORD - sending hex value from 3 decimal values - by MeEtc on 12-09-2007 at 09:04 PM
RE: WriteDWORD - sending hex value from 3 decimal values - by ShawnZ on 12-09-2007 at 09:23 PM
RE: WriteDWORD - sending hex value from 3 decimal values - by MeEtc on 12-09-2007 at 09:56 PM
RE: WriteDWORD - sending hex value from 3 decimal values - by Matti on 12-10-2007 at 11:47 AM
RE: WriteDWORD - sending hex value from 3 decimal values - by Felu on 12-10-2007 at 11:52 AM
RE: WriteDWORD - sending hex value from 3 decimal values - by Matti on 12-10-2007 at 12:10 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