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

Join 306,892 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,697 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
Motion and Shape Tweening in Flash Tutorials (Last Comment: gbertoli3, Views: 2,256)
Create a WebBrowser in C# Tutorials (Last Comment: gbertoli3, Views: 8,025)
Extending the WebBrowser in C# Tutorials (Last Comment: gbertoli3, Views: 5,734)
Creating your own Notepad App in C# Tutorials (Last Comment: gbertoli3, Views: 8,094)
Ternary Operators and More in C# Tutorials (Last Comment: gbertoli3, Views: 1,645)
Adding More To Your WebBrowser in C# Tutorials (Last Comment: gbertoli3, Views: 3,665)
Create a WebBrowser in VB.NET Tutorials (Last Comment: gbertoli3, Views: 4,456)
Extending the WebBrowser in VB.NET Tutorials (Last Comment: gbertoli3, Views: 4,919)
Code Snippets
Submitted: September 21, 2009        Views: 743
Gets the distance between two 2D or 3D points.
Submitted: August 15, 2008        Views: 1021
Submitted: August 21, 2008        Views: 1873
Submitted: September 5, 2009        Views: 1797
Check if a string contains a single letter / word or multiple letters / words.
Clear a Form in VB.NET by gbertoli3
Submitted: August 11, 2008        Views: 2375
Submitted: October 25, 2008        Views: 479
Compress a File into a GZip Archive and Decompress a GZip Archive into a File.
Submitted: October 4, 2008        Views: 2745
Change a Color Image into a Grayscale(Black & White) Image.
Submitted: September 26, 2009        Views: 45
Counts the number of times a letter / character occurs in a phrase with cAsE SenSiTivItY option.
Submitted: September 16, 2009        Views: 164
Dock(Bound) any Windows Form to any Control e.g TabPage, PictureBox, Panel, GroupBox, etc. using the Win32 API
Submitted: September 19, 2009        Views: 206
Dock(Bound) any Process to any Control e.g TabPage, PictureBox, Panel, GroupBox, etc. using the Win32 API
Submitted: October 28, 2009        Views: 354
Draw a rectangular prism. Control the direction the 3D object is positioned and specify three colors for the sides.
Submitted: August 14, 2008        Views: 1100
Submitted: October 4, 2009        Views: 99
This is not mine, I only modified it a minor amount. Original found at: http://pietschsoft.com/post/2009/01/26/CSharp-Flash-Window-in-Taskbar-via-Win32-FlashWindowEx.aspx
Submitted: August 22, 2008        Views: 2435
Submitted: August 24, 2008        Views: 1513
Submitted: September 26, 2009        Views: 36
Gets the Average of Numbers in a String Array or an Array
Submitted: August 8, 2008        Views: 7189
Submitted: August 3, 2008        Views: 7687
Returns the selected DataRows from a DataGrid. **Note:This idea was influenced by baavgai.**
Submitted: August 9, 2008        Views: 462
Invert an Image.
Submitted: August 13, 2008        Views: 883
Submitted: August 4, 2008        Views: 3553
Submitted: August 11, 2008        Views: 2210
Submitted: October 19, 2008        Views: 1149
Merge any 4 Images into 1 Image.
Submitted: August 23, 2008        Views: 456
Re-Write your PhoneNumber in the format of 123-456-7890
Submitted: October 10, 2008        Views: 4223
Run your Program on your System Startup.
Submitted: September 27, 2009        Views: 25
Solves a Quadratic Equation
Volume Of in C# by gbertoli3
Submitted: October 2, 2008        Views: 311
Get the Volume of 6 Shapes