Little box for entering numbers

BlitzPlus Forums/BlitzPlus Beginners Area/Little box for entering numbers

JBR(Posted 2007) [#1]
Hi,

When you click on a menu item i'd like a little window to open with a cursor for inputing a number.

Is this possible
Thanks
Jim


Senzak(Posted 2007) [#2]
You mean, a box with a field for entering text?

if so, you could use CreateTextField()
or you could use CreateTextArea()