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

Join 306,779 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,576 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
Making a User Control in VB.NET Tutorials (Last Comment: AdamSpeight2008, Views: 3,082)
Loops: Equivalents in VB.NET Tutorials (Last Comment: AdamSpeight2008, Views: 1,918)
MyMusic Player in VB.NET Tutorials (Last Comment: AdamSpeight2008, Views: 6,291)
Custom Sorting in VB.NET Tutorials (Last Comment: AdamSpeight2008, Views: 1,548)
Using Timer in VB.NET Tutorials (Last Comment: AdamSpeight2008, Views: 5,353)
Scope of Variables in VB.NET Tutorials (Last Comment: AdamSpeight2008, Views: 2,264)
Arrays in VB.NET Tutorials (Last Comment: AdamSpeight2008, Views: 2,893)
Choices in VB.NET Tutorials (Last Comment: AdamSpeight2008, Views: 1,567)
Improved ProgressBar in VB.NET Tutorials (Last Comment: AdamSpeight2008, Views: 3,307)
Birst Sort Explained in VB.NET Tutorials (Last Comment: AdamSpeight2008, Views: 1,219)
Saving your Objects in VB.NET Tutorials (Last Comment: AdamSpeight2008, Views: 2,246)
Using LINQ in VB.NET Tutorials (Last Comment: AdamSpeight2008, Views: 3,945)
Create your own Popup in VB.NET Tutorials (Last Comment: AdamSpeight2008, Views: 4,827)
Vista Idiosyncrasies in VB.NET Tutorials (Last Comment: AdamSpeight2008, Views: 1,281)
Using Settings in VB.NET Tutorials (Last Comment: AdamSpeight2008, Views: 2,320)
Playing Cards in VB.NET Tutorials (Last Comment: AdamSpeight2008, Views: 3,037)
The Background Worker in VB.NET Tutorials (Last Comment: AdamSpeight2008, Views: 3,896)
Random Numbers in VB.NET Tutorials (Last Comment: AdamSpeight2008, Views: 1,521)
Named Parameters. in VB.NET Tutorials (Last Comment: AdamSpeight2008, Views: 928)
Debugging in VB.NET Tutorials (Last Comment: AdamSpeight2008, Views: 853)
Saving & Loading in VB.NET Tutorials (Last Comment: AdamSpeight2008, Views: 1,144)
TextFieldParser in VB.NET Tutorials (Last Comment: AdamSpeight2008, Views: 1,478)
Strings in VB.NET Tutorials (Last Comment: AdamSpeight2008, Views: 1,124)
Delegate Recipe #1 in VB.NET Tutorials (Last Comment: AdamSpeight2008, Views: 681)
Custom Inputbox in VB.NET Tutorials (Last Comment: AdamSpeight2008, Views: 1,465)
Naming Guidelines in VB.NET Tutorials (Last Comment: AdamSpeight2008, Views: 691)
Finding Files in VB.NET Tutorials (Last Comment: AdamSpeight2008, Views: 885)
Class Indexing in VB.NET Tutorials (Last Comment: AdamSpeight2008, Views: 594)
Plug-Ins in VB.NET Tutorials (Last Comment: AdamSpeight2008, Views: 904)
Code Snippets
Submitted: June 19, 2008        Views: 628
Test two strings to see if they contain the same character, via clever usage of the dictionary class. It also has options to ignore case and ignore specified characters.
Submitted: July 1, 2008        Views: 679
Convert Between Binary, Octal, Decimal & Hexidecimal.
Submitted: July 14, 2008        Views: 707
Sorts string using the BIRST Method. Bytewise Indexing Radix SorT Devised my AdamSpeight2008
Submitted: July 14, 2008        Views: 393
Example of a fast string sort method I devised. It called Bytewise Indexing Radix SorT.
Submitted: July 11, 2008        Views: 837
Checks to see if the current user can read from a directory.
Submitted: July 7, 2008        Views: 1053
Does the current user have permission to write to the specified directory?
Submitted: March 24, 2009        Views: 280
Find the checked checkboxes in a collection of controls.
Submitted: June 27, 2008        Views: 446
Builds a list of permutations of M items in a collection of N items, within the allow number ranges.
Submitted: January 4, 2009        Views: 254
Simplifies the process of closing after a defined number of milliseconds.
Submitted: September 20, 2009        Views: 186
Generates all the possible sequence from a character-set of a certain length.
Submitted: September 2, 2009        Views: 175
Add an extension to controls so you take a snapshot of it.
Submitted: July 2, 2008        Views: 1756
Converts from one base to another base.
Submitted: July 1, 2008        Views: 558
Turns Binary String into Hex
Submitted: May 30, 2008        Views: 2808
Converts a N-Element List of UInt16 into a Decimal String. It utilises the "Double Dabble" Algorithm.
Submitted: November 4, 2008        Views: 719
A simple implementation of counting the frequency of words in a sentence, using LINQ
Submitted: June 22, 2008        Views: 898
Counts how many working day are between two dates.
Counter in VB.NET by AdamSpeight2008
Submitted: October 16, 2009        Views: 185
A class that lets you create a counter with a large number of digits.
Submitted: March 25, 2009        Views: 272
Using Generics to simplify creating lists.
Submitted: June 2, 2009        Views: 223
A Universal Cross-Thread Property setter. Uses: Generics & Reflection
Submitted: July 20, 2008        Views: 1402
Converts degrees to radians
Submitted: August 5, 2009        Views: 208
Draw angled text on a graphic surface, at specified location using specified font and color.
Submitted: September 21, 2009        Views: 109
Computes the value of the equation based on values passed in.
Fade In in VB.NET by AdamSpeight2008
Submitted: July 10, 2008        Views: 1377
Fades in a form.
Submitted: July 10, 2008        Views: 664
Fades out a form.
Submitted: October 28, 2009        Views: 120
Creates a list of the combinations of length K in a range 1 -> N.
Submitted: June 27, 2009        Views: 112
Collection that has section of items that can not be removed. Uses: Generics.
Submitted: July 10, 2008        Views: 2070
Submitted: June 27, 2008        Views: 686
Build a list of all the permutations.
Submitted: February 8, 2009        Views: 312
Use LINQ the work out the bounding box of list of points.
IndiceOf in VB.NET by AdamSpeight2008
Submitted: July 3, 2009        Views: 166
An extension method that return an IEnumerable(Of Integer) containing the indices of the elements matching a particular instance. Uses: LINQ, Generics
Submitted: July 21, 2008        Views: 369
Is the picture box (e.g Player) intersected another picture box (e.g. Wall).
Deleted: Invert An Image in VB.NET by AdamSpeight2008
Submitted: August 11, 2008        Views: 226
Inverts an Image
Submitted: July 11, 2009        Views: 131
IEnumeramator for permutations of elements in a collection. Uses Generics.
Submitted: July 26, 2008        Views: 270
Check to this if text is palindromic, aka palindrome.
IsBetween in VB.NET by AdamSpeight2008
Submitted: August 7, 2008        Views: 851
Is a number between the lower and upper limits. This is inclusive.
Submitted: March 19, 2009        Views: 149
Submitted: June 25, 2009        Views: 184
Extends ICollection so it returns a string which is the collection itemised. Example {A,B,C} => 0. A 1. B 2. C
Submitted: July 19, 2008        Views: 1799
Iterative Binary Search
Submitted: June 29, 2008        Views: 3645
Calculate the date of the last specified week day of the month.I.e. The last Friday.
Submitted: October 8, 2009        Views: 136
Allow the user to setup mappings from a class property to a form control property. This allows a simple way to update the controls.
Submitted: August 7, 2008        Views: 456
Part of a big number
Submitted: June 22, 2008        Views: 1343
Calculates the next day of work.
Submitted: July 25, 2008        Views: 1503
Converts the number into its textual representation.
Submitted: July 19, 2009        Views: 110
Enumerate through all the permutations of an array. Doesn't include repetitions.
Submitted: July 16, 2008        Views: 321
Finds the lengths of sides A and B given only the value of side C. Algorithmic Improvements: Starts from square sides and works towards a line.
QuickFind in VB.NET by AdamSpeight2008
Submitted: June 18, 2008        Views: 583
Find the Nth largest item, using variation of quicksort.
QuickSort in VB.NET by AdamSpeight2008
Submitted: June 18, 2008        Views: 1272
Sorts a list of integers using the quicksort method.
Submitted: July 20, 2008        Views: 528
Converts radians to degrees.
Submitted: May 17, 2009        Views: 120
Uses Generics to allow the use to generate ranged values. It is similar to Enumerable.Range() but can be of any type.
Submitted: July 19, 2008        Views: 375
Traverses a sorted list to find data
Submitted: July 29, 2008        Views: 864
Sorts Integers using the Radix sort method, using a recursive implementation
Submitted: July 24, 2008        Views: 309
Converts to and from roman numerals, both non-subtractive and subtractive versions.
Submitted: June 4, 2009        Views: 218
Calculates the result of a RPN (Reverse Polish Notation) equation.
Submitted: June 19, 2008        Views: 196
Compare one set of objects against another set of object, to see if the contain the basic objects (regardless of order).
Submitted: July 7, 2008        Views: 2070
Takes a screen shot of every screen and makes into on big one.
Submitted: August 9, 2009        Views: 274
A class to simplify the production of scrolling text.
Submitted: June 27, 2008        Views: 301
find the solutions to a Cryptarithm.
Submitted: April 4, 2009        Views: 153
Attempts to parse the string to specified type. If it fails, value is original string If it succeeds, value is parsed type. Idea From: This April Fool? http://www.hanselman.com/blog/NET41PreviewNewBaseClassLibraryBCLExtensionMethodsRFC.aspx
Submitted: June 20, 2008        Views: 317
Does a string contain the character of another string?
Subset in VB.NET by AdamSpeight2008
Submitted: June 20, 2008        Views: 597
Can all of the items in object be found in another?
Submitted: July 11, 2009        Views: 154
An Extension Method to Swap the contents of two variables.
Submitted: May 21, 2009        Views: 356
A Generic-Cross Thread Text Setter. A Solution to the error: Cross-thread operation not valid: Control 'Lbl_Status' accessed from a thread other than the thread it was created on.
Submitted: July 24, 2008        Views: 336
Converts a time into words.