What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Get window width...

Get window width...
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Get window width...
quote:
Originally posted by deAd
I would've guessed that it went 1,2,3,4 ;) :P (or 0,1,2,3)
Before you can use Datablocs you should understand the amount of memory that needs to be allocated for each variable type.

Too lazy to type it all out so here is what Choli posted in the beta forum.

quote:
Originally posted by Choli
Long: 4
Integer: 2
Byte: 1
String: 4 (you need to create another datablock and in these 4 byte you write the pointer to the datablock)
String * n: 2*n (unicode) (n if ansi, i don't suggest using ansi)
Enum: 4
Boolean: 2
Double: 8
Single: 4
Variant: 16 (i don't think you'll ever use this)
07-25-2006 08:13 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Get window width... - by deAd on 07-25-2006 at 07:00 PM
RE: Get window width... - by Eljay on 07-25-2006 at 07:17 PM
RE: Get window width... - by deAd on 07-25-2006 at 07:30 PM
RE: Get window width... - by Eljay on 07-25-2006 at 07:33 PM
RE: Get window width... - by deAd on 07-25-2006 at 07:46 PM
RE: Get window width... - by matty on 07-25-2006 at 08:13 PM
RE: Get window width... - by deAd on 07-25-2006 at 09:33 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