Well I was bored and I am playing around with c# because how much farther it can go compared to vb.net
And I have found a very simple way to type a number in a textbox, grab the number and run it through a subroutine which will out put that number spelled look at the screen shot.
So were going to need a textbox and a button and 2 labels
label1 will be the display, label2 will be the instructions to the user. Change button1 text to Change, and change label1 text to Zero.
Now were are going to need to write our SubRoutine
Now we are going to write a Select case statement or in c# a switch
Now for the tricky part I got stuck on this part and after a bit of playing I figured it out.
We are going to Call our sub by
the int.phase it phase's the string looking for the int
and lets add error handling
All code was writen by myself Immortal- / cosconub and I wrote this tutorial
@
Jason - What would be a better way to write this other then a switch?