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

Join 306,785 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,595 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
Office Automation in VB.NET Tutorials (Last Comment: Bort, Views: 8,298)
Trial Period in VB.NET Tutorials (Last Comment: Bort, Views: 4,427)
Encryption in VB.NET Tutorials (Last Comment: Bort, Views: 2,992)
Editing the Registry in VB.NET Tutorials (Last Comment: Bort, Views: 2,653)
RSA Encryption in VB.NET in VB.NET Tutorials (Last Comment: Bort, Views: 5,331)
Code Snippets
Calorie Counter in VB.NET by Bort
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 :)
Dice Roller in VB.NET by Bort
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.
Populating ListBoxes in VB.NET by Bort
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.