Converting a number to words


This program converts a number entered in the edit box to words. 

For example, if user enters the number 2349 the program displays the words 'Two Thousand Three Hundred and Nine' in a static box. The interesting thing is that the words change dynamically as user enters the number.

 

Download