School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!
Welcome to Dream.In.Code
Become an Expert!

Join 306,922 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,783 people online right now. Registration is fast and FREE... Join Now!



's Contributions
Below are the tutorials, code snippets, and resources 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: 3,470)
Code Snippets
Submitted: January 17, 2008        Views: 3823
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: 15772
Converts an Image to an Icon (of a specified size), while keeping the aspect ratio of the original.
Submitted: February 18, 2008        Views: 2735
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: 1199
Formats a number in the Indian style. e.g. The number 123456789.12345 becomes "12,34,56,789.12"
Submitted: January 29, 2008        Views: 1770
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.