06-20-2008, 06:23 PM
Nevermind
i just changed the code a little and it works great
here is the bottom part of it changed
,case EN_CHANGE<<16|3
,str s.getwintext(id(3 hDlg))
,if(val(s 2)>1000000) key B
it just backspaces the letter if someone tries to type something else
you just add 0s after the val part
each 0 is another digit you can type
Thanks for all your help
I figured everything else out i needed after your help
Thanks again
i just changed the code a little and it works great
here is the bottom part of it changed
,case EN_CHANGE<<16|3
,str s.getwintext(id(3 hDlg))
,if(val(s 2)>1000000) key B
it just backspaces the letter if someone tries to type something else
you just add 0s after the val part
each 0 is another digit you can type
Thanks for all your help
I figured everything else out i needed after your help
Thanks again