What's Here?
- Members: 306,785
- Replies: 841,177
- Topics: 140,547
- Snippets: 4,465
- Tutorials: 1,166
- Total Online: 1,595
- Members: 118
- Guests: 1,477
|
'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
in (Last Comment: , Views: 8,298)
in (Last Comment: , Views: 4,427)
in (Last Comment: , Views: 2,992)
in (Last Comment: , Views: 2,653)
in (Last Comment: , Views: 5,331)
|
|
Code Snippets
|
 |
|
|
Submitted: November 13, 2006
Views: 3789
OK, this ones a little silly, but it helped me learn about Constants, Control Characters, and Maths Operators. By the way, it does work properly, the numbers are correct :)
|
|
|
 |
|
|
Submitted: September 20, 2006
Views: 6835
A little snippet which will roll a number of dice for you based on what you enter into a textbox. The number of sides on the dice can be changed by changing the '7' in the 'dices(i) = ...' line to the number of sides on your dice, plus 1.
|
|
|
 |
|
|
Submitted: November 13, 2006
Views: 4470
This is a pretty easy one showing you how to add items to a ListBox from within the code.
|
|
|
 |
|
|
Submitted: November 13, 2006
Views: 6660
This shows you how to use code to use settings from a dialog box to change text (etc) colours.
|
|
|
| |