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

Join 306,975 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,858 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
Arrays Explained 3 in Visual Basic Tutorials (Last Comment: m2s87, Views: 5,407)
Using a Console in Visual Basic Tutorials (Last Comment: m2s87, Views: 8,121)
Code Snippets
Submitted: January 25, 2007        Views: 4212
Submitted: January 10, 2007        Views: 6658
Will produce roman numbers.
Submitted: January 10, 2007        Views: 4811
Will produce roman numbers. Includes code defined GUI.
Bubble_sort in Visual Basic by m2s87
Submitted: January 4, 2007        Views: 2735
This will sort an array, from max to min or min to max.
Submitted: January 9, 2007        Views: 1215
Snippet catches ArithmeticException which is thrown when divide by 0 is attempted or second operand of modulo division is 0.
Submitted: January 12, 2007        Views: 3361
Class Root in VB.NET by m2s87
Submitted: January 8, 2007        Views: 1094
This will enable to use square root as if it were: a number that it was derived from, abs(value), boolean value that indicates if value that it was derived form < 0.
Submitted: August 28, 2007        Views: 1174
Submitted: January 25, 2007        Views: 14723
Makes a form that you can dock in desktop.
Submitted: January 21, 2007        Views: 17707
This code will add number of nuppe buttons in a panel. When you click any of the button, it will tell his number with msgbox. This snippet can be used as an example of verios things
Drag & Drop in VB.NET by m2s87
Submitted: January 21, 2007        Views: 6982
Examples how to use drag & drop: 1) textbox to label Change the textbox text to label text 2) textbox to picturebox Add the textbox text country name to flag of a picturebox (example generates 6 flags) 3) textbox to listbox Add the textbox text to listbox
Elementar calculator in Visual Basic by m2s87
Submitted: January 6, 2007        Views: 2409
Simple calculator that can use /,*,-,+,^,mod operators to compute a value.
Submitted: January 10, 2007        Views: 5543
An efficient recursive solution returning Fibonacci Numbers.
Submitted: January 10, 2007        Views: 1893
Function will generate Estonian flag, 200/100 px.
Submitted: July 9, 2007        Views: 713
Add new class to the project, with following content.
Submitted: July 12, 2007        Views: 1162
With this class you can: capture your program or whole screen image as * a bitmap array or * make a bitmap file (.net extentions like .png, .jpg, .png, tiff, etc. are supported).
Hangman in Visual Basic by m2s87
Submitted: January 5, 2007        Views: 7701
Simple hangman game, with gui.
Submitted: January 28, 2007        Views: 1835
Example how to use webbrowser object.
Insertion Sort in VB.NET by m2s87
Submitted: January 7, 2007        Views: 3723
Simply demonstrates how Insertion Sort works.
IsPalindrome in VB.NET by m2s87
Submitted: January 21, 2007        Views: 2252
Determines if the entered string is palindrome or not.
IsPrime in VB.NET by m2s87
Submitted: March 24, 2007        Views: 3042
Recursive Function to find out if a Number is prime or not
Submitted: September 19, 2007        Views: 2626
This event will be fired if you hold down left mouse button and move the mouse.
Submitted: January 10, 2007        Views: 22637
Enables to take advantage of multi-possessors.
My Quiz in VB.NET by m2s87
Submitted: January 21, 2007        Views: 1796
Simple Quiz base form.
Submitted: January 3, 2007        Views: 7959
Generates non repeating values to the array
Submitted: January 7, 2007        Views: 912
Quadratic equation solver in Visual Basic by m2s87
Submitted: January 4, 2007        Views: 5927
a * x ^ 2 + b * x + c solver, with code defined GUI.
Read & Write to file in Visual Basic by m2s87
Submitted: January 4, 2007        Views: 7871
Fast way to read and write to/from file.
Recrusive dec->x algorithm in Visual Basic by m2s87
Submitted: January 10, 2007        Views: 1087
Function will find a number synonym in other system.
Submitted: January 8, 2007        Views: 9979
Restart a program in VB.NET by m2s87
Submitted: January 13, 2007        Views: 6704
This will close all program with the same process name, and start a new one.
Submitted: January 4, 2007        Views: 1557
Will return system uptime from the last reboot.
Submitted: January 4, 2007        Views: 4146
Will return specific pixel RGB code on whole screen.
Submitted: January 7, 2007        Views: 4598
This will save a bitmap to hard disk. Snippet saves it to a .png format.
Selection Sort in VB.NET by m2s87
Submitted: January 7, 2007        Views: 5226
Demonstrates Selection Sort using Recursion.
Shell sort in VB.NET by m2s87
Submitted: January 7, 2007        Views: 3130
Shows how an array can be sorted using Shell Sort algorithm.
Split RGB to Red;Green;Blue in Visual Basic by m2s87
Submitted: January 4, 2007        Views: 2456
Can be used to split RGB code to 3 colours.
Stooge Sort in VB.NET by m2s87
Submitted: January 7, 2007        Views: 734
Shows how an array can be sorted recursively using the Stooge Sort Algorithm.
Tic Tac Toe in Visual Basic by m2s87
Submitted: December 30, 2006        Views: 3942
VB 6 version of the game. Code defined interface.
Tic Tac Toe in VB.NET by m2s87
Submitted: January 10, 2007        Views: 4412
Code could be used as an example of event handling.
Submitted: January 15, 2007        Views: 1474
This can be used as an example how to reformat text.