|
 |
|
|
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.
|
|
|
 |
|
|
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
|
|
|
 |
|
|
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
|
|
|
 |
|
|
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
|
|
|
 |
|
|
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).
|
|
|
 |
|
|
Submitted: January 5, 2007
Views: 7701
Simple hangman game, with gui.
|
|
|
 |
|
|
Submitted: January 28, 2007
Views: 1835
Example how to use webbrowser object.
|
|
|
 |
|
|
Submitted: January 7, 2007
Views: 3723
Simply demonstrates how Insertion Sort works.
|
|
|
 |
|
|
Submitted: January 21, 2007
Views: 2252
Determines if the entered string is palindrome or not.
|
|
|
 |
|
|
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.
|
|
|
 |
|
|
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
|
|
|
 |
|
|
Submitted: January 4, 2007
Views: 5927
a * x ^ 2 + b * x + c solver, with code defined GUI.
|
|
|
 |
|
|
Submitted: January 4, 2007
Views: 7871
Fast way to read and write to/from file.
|
|
|
 |
|
|
Submitted: January 10, 2007
Views: 1087
Function will find a number synonym in other system.
|
|
|
 |
|
|
Submitted: January 8, 2007
Views: 9979
|
|
|
 |
|
|
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.
|
|
|
 |
|
|
Submitted: January 7, 2007
Views: 5226
Demonstrates Selection Sort using Recursion.
|
|
|
 |
|
|
Submitted: January 7, 2007
Views: 3130
Shows how an array can be sorted using Shell Sort algorithm.
|
|
|
 |
|
|
Submitted: January 4, 2007
Views: 2456
Can be used to split RGB code to 3 colours.
|
|
|
 |
|
|
Submitted: January 7, 2007
Views: 734
Shows how an array can be sorted recursively using the Stooge Sort Algorithm.
|
|
|
 |
|
|
Submitted: December 30, 2006
Views: 3942
VB 6 version of the game. Code defined interface.
|
|
|
 |
|
|
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.
|
|