Nayana's Contributions
Below are the tutorials, code snippets, and resources Nayana has submitted to dream.in.code. For more information on Kudos and contributing to dream.in.code visit: http://home.dreamincode.net/?p=about#kudos.
Tutorials
Topography Map in VB6 in Visual Basic Tutorials (Last Comment: Nayana, Views: 8,400)
Code Snippets
Submitted: January 17, 2008        Views: 8646
This is one method to resize datagrid columns so that they are all of equal size, and fill up the entire client area of the DataGridView
Submitted: January 23, 2008        Views: 47865
Converts an Image to an Icon (of a specified size), while keeping the aspect ratio of the original.
Submitted: February 18, 2008        Views: 6956
Simply takes an integer, and outputs a string representing the number in English. E.g. -1234 becomes "negative one thousand two hundred thirty four".
Submitted: February 19, 2008        Views: 3656
Formats a number in the Indian style. e.g. The number 123456789.12345 becomes "12,34,56,789.12"
Submitted: January 29, 2008        Views: 6010
If 1, 2, 3, 21, 22, 23 etc. are sent than "st", "nd", or "rd" are returned. Otherwise "th" is returned. Works on negative and positive numbers.