What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » A newb needing help on making a field box:P

A newb needing help on making a field box:P
Author: Message:
Nathan
Veteran Member
*****

Avatar
Yeah, "large dimensions" ;)

Posts: 2984
Reputation: 76
– / Male / Flag
Joined: Apr 2005
O.P. A newb needing help on making a field box:P
I need to know how to make a field box.
Straight to the point :P
Thanks,
I'm a newb at JS so :$
Touch Innovation - touch friendly programs/applications for the windows mobile!


07-07-2006 01:09 AM
Profile E-Mail PM Web Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: A newb needing help on making a field box:P
Maybe if you used the right terminology we can help. WTF is a field box ?!?
07-07-2006 03:58 PM
Profile E-Mail PM Find Quote Report
Nathan
Veteran Member
*****

Avatar
Yeah, "large dimensions" ;)

Posts: 2984
Reputation: 76
– / Male / Flag
Joined: Apr 2005
O.P. RE: A newb needing help on making a field box:P
A box which you type stuff in :P
Sorry :$
Touch Innovation - touch friendly programs/applications for the windows mobile!


07-07-2006 04:07 PM
Profile E-Mail PM Web Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: A newb needing help on making a field box:P
quote:
Originally posted by Nathan
A box which you type stuff in :P
Sorry :$
The input box? Or a text box? or Edit box in this case

code:
<Control xsi:type="EditControl" Id="txtMytextBox">
    <Position Top="10" Left="10" Width="50" Height="15" />
    <DefaultText>This is some text</DefaultText>
</Control>

Read the documentation on it its really not that hard. :P

This post was edited on 07-07-2006 at 04:59 PM by matty.
07-07-2006 04:46 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


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